Update ChangeLog and configure.ac for version 0.6.1
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 5 Oct 2012 12:57:16 +0000 (15:57 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 13 Nov 2012 11:12:41 +0000 (13:12 +0200)
snf-image-helper/ChangeLog
snf-image-helper/configure.ac
snf-image-host/ChangeLog
snf-image-host/configure.ac

index f3a2155..14282a7 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-05, v0.6.1
+       * Supress a very noisy warning in 40DisableRemoteDesktopConnections
+         task created by reglookup. This is triggered only when reading
+         registry files from windows 2012 systems.
+       * User Coordinated Universal Time when logging.
+
 2012-09-14, v0.6
        * Make sure EnforcePersonality is the last task that runs before
          UmountImage. Doing this ensures that user-enjected files never
index 3840f95..5015ccf 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image-helper, 0.6, synnefo@lists.grnet.gr)
+AC_INIT(snf-image-helper, 0.6.1, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
index f04aab6..98c66d6 100644 (file)
@@ -1,3 +1,11 @@
+2012-10-05, v0.6.1
+       * Use Coordinated Universal Time when logging.
+       * Fix a bug in the way snf-image-update-helper reads the links of the
+         kernel and the initrd in the helper VM.
+       * Use environmental variables instead of input options to pass sensitive
+         data to pithcat. This is needed because when pithcat is running, every
+         user can see the program's command line by using ps.
+
 2012-09-15, v0.6
        * Fix import and export scripts
        * Add new config_url os parameter. This can be used by snf-image to
index e7fd429..62dae05 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(snf-image, 0.6, synnefo@lists.grnet.gr)
+AC_INIT(snf-image, 0.6.1, synnefo@lists.grnet.gr)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)