]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Updated the change log, and bumped the version. v0.0.5
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Feb 2009 05:06:30 +0000 (00:06 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Feb 2009 05:06:30 +0000 (00:06 -0500)
ChangeLog
configure.in.in

index 9f6be6404767fa0e1e6a6a6c2d973825ca2a422e..2d41ad625b113948897d055a2b50e088335fdb51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,3 +8,13 @@
 
        * === Released 0.0.4 ===
        * Bugfixes from Evgeni Golov.
+
+       
+2009-02-12     Michael Orlitzky <michael@orlitzky.com>
+
+       * === Released 0.0.5 ===
+       * Fixed a typo in Makefile.am.
+       * Prevented duplicate entries in the device name combo box.
+       * Made the default device name more intelligent.
+       * Actually remembered to bump the version in configure.in.in.
+
index c6f5656aa5907f49732ce0b825aa3a5f67142b2c..d1a9bc1dd1d58a12758842d9c9eeacde9f5b35f2 100644 (file)
@@ -8,7 +8,7 @@ dnl
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([xfce4_hdaps_version], [0.0.3])
+m4_define([xfce4_hdaps_version], [0.0.5])
 
 dnl ***************************
 dnl *** Initialize autoconf ***