Update configure.ac and ChangeLogs for v0.3.4 v0.3.4
authorNikos Skalkotos <skalkoto@grnet.gr>
Mon, 5 Mar 2012 16:02:59 +0000 (18:02 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Mon, 5 Mar 2012 16:02:59 +0000 (18:02 +0200)
snf-image-helper/ChangeLog
snf-image-helper/configure.ac
snf-image-host/ChangeLog
snf-image-host/configure.ac

index 286d5f1..cb32206 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-05, v0.3.4
+       * Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
+         bash option
+
 2012-02-29, v0.3.3
        * Check if the images partition table is valid
 
index 586b32b..eb56ab6 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image-helper, 0.3.3, synnefo@lists.grnet.gr)
+AC_INIT(snf-image-helper, 0.3.4, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
index 92fbafc..bdb4526 100644 (file)
@@ -1,3 +1,5 @@
+2012-03-05, v0.3.4
+
 2012-02-29, v0.3.3
        * Fix a bug in pithcat where the restored image had incorrect
           size. The trailing zeros in the image files where not restored.
index ee1692a..ceb879b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image, 0.3.3, synnefo@lists.grnet.gr)
+AC_INIT(snf-image, 0.3.4, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)