Update ChangeLog and configure.ac for ver. 0.6.5
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 20 Nov 2012 09:43:13 +0000 (11:43 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 22 Nov 2012 12:15:52 +0000 (14:15 +0200)
snf-image-helper/ChangeLog
snf-image-helper/configure.ac
snf-image-host/ChangeLog
snf-image-host/configure.ac

index 4ab95a8..bd5497a 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-20, v0.6.5
+       * Fix a bug in AssignHostname configuration task where the script did
+         not search for the presence of the Unattend.xml file in the VM, in
+         a case-insensitive way
+
 2012-11-15, v0.6.4
 
 2012-11-13, v0.6.3
index b75f503..acf5754 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image-helper, 0.6.4, synnefo@lists.grnet.gr)
+AC_INIT(snf-image-helper, 0.6.5, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
index 76e7eca..aeaca2d 100644 (file)
@@ -1,3 +1,5 @@
+2012-11-20, v0.6.5
+
 2012-11-15, v0.6.4
        * Fix a bug in snf-image-update-helper introduced in v0.6.3
 
index 08883e4..4b55e6e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image, 0.6.4, synnefo@lists.grnet.gr)
+AC_INIT(snf-image, 0.6.5, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)