Update ChangeLog and configure.ac for ver. 0.7.4 v0.7.4
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 8 Jan 2013 14:11:18 +0000 (16:11 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 8 Jan 2013 14:11:18 +0000 (16:11 +0200)
snf-image-helper/ChangeLog
snf-image-helper/configure.ac
snf-image-host/ChangeLog
snf-image-host/configure.ac

index 6896705..df46b8e 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-08, v0.7.4
+       * Fix a bug in the code that determines which partition to resize
+       * On linux images, mount all local partition during deployment. Not
+         just /.
+
 2013-01-04, v0.7.3
 
 2013-01-04, v0.7.2
index 3066aff..be8fafb 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image-helper, 0.7.3, synnefo@lists.grnet.gr)
+AC_INIT(snf-image-helper, 0.7.4, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
index 991328c..6949e5d 100644 (file)
@@ -1,3 +1,5 @@
+2013-01-08, v0.7.4
+
 2013-01-04, v0.7.3
        * Fix multistrap.conf to work with apt2.dev.grnet.gr
 
index 38ab1df..3dd72d1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image, 0.7.3, synnefo@lists.grnet.gr)
+AC_INIT(snf-image, 0.7.4, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)