Update ChangeLog and configure for version 0.6 v0.6
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 14 Sep 2012 13:43:48 +0000 (16:43 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Fri, 14 Sep 2012 13:43:48 +0000 (16:43 +0300)
snf-image-helper/ChangeLog
snf-image-helper/configure.ac
snf-image-host/ChangeLog
snf-image-host/configure.ac

index 4555bbb..f3a2155 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-14, v0.6
+       * Make sure EnforcePersonality is the last task that runs before
+         UmountImage. Doing this ensures that user-enjected files never
+         get overwritten by any other configuration task.
+
 2012-08-31, v0.5
        * Add a new progress monitoring mechanish
        * Add support for arch linux
index 6477417..3840f95 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image-helper, 0.5, synnefo@lists.grnet.gr)
+AC_INIT(snf-image-helper, 0.6, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
index 3d6018c..f04aab6 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-15, v0.6
+       * Fix import and export scripts
+       * Add new config_url os parameter. This can be used by snf-image to
+         download a json file that contains the value for other os parameters
+
 2012-08-31, v0.5
        * Add a new progress monitoring mechanism. With this new mechanism,
          snf-image can output progress and error messages to external programs
index 8fe8459..bdbb2fa 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image, 0.5, synnefo@lists.grnet.gr)
+AC_INIT(snf-image, 0.6, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)