Change default error msg in monitoring
[snf-image] / snf-image-host / ChangeLog
index efdd247..f04aab6 100644 (file)
@@ -1,2 +1,74 @@
-2011-10-04     Nikos Skalkotos <skalkoto@grnet.gr>
-       * Initial release v0.1
+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
+         when running.
+       * Make the name of image properties case insensitive
+       * Abandon timelimit command in favor of timeout
+       * Add support for null image backend type. This backend type can be
+         used if we want snf-image to configure the VM disk without first
+         copying an image to it.
+
+2012-06-29, v0.4.2
+
+2012-05-28, v0.4.1
+
+2012-05-17, v0.4
+       * Remove progress-monitor-support flag. An external progress monitor
+         programm will be used if --with-progress-monitor flag is used in
+         configure or if PROGRESS_MONITOR variable in the defaults file has a
+         non-empty value
+       * Remove --enable-pithos-backend option in configure. This will be
+         detected at runtime
+       * Create package list in snf-update-helper every time debootstrap is
+         performed. If a cache file is found, snf-update-helper will use this
+         list to determine if it is OK to use this cache file or not.
+       * Add mechanism for overwritting the helper's Unattend.xml file
+
+2012-03-29, v0.3.6
+       * Make snf-image-update-helper ask whether to use the found deboostrap
+         cache file when in interactive mode.
+       * Make the system update the default debootstrap cache file when -c
+         option is used and it's value does not point to a cache file.
+
+2012-03-26, v0.3.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.
+
+2012-02-06, v0.3.2
+       * Make pithcat work with pithos v0.8.3
+
+2012-01-26, v0.3.1
+
+2011-01-12, v0.3
+       * Put all helpers run-time created files in a tmpfs jail
+       * Remove the ARCH field from the image name
+       * Support remote (network accessable) and pithos hosted images
+       * Remove custom images format (remote images is a supergroup)
+
+2011-11-18, v0.2
+       * Support diskdump format
+       * Support custom images format. Custom images are diskdump images
+         that can be accessed from a URL
+       * Add a new OS parameter (img_properties)
+
+2011-10-20, v0.1.2
+       * Fix a debootstrap bug in snf-image-update-helper
+       * Use --one-file-system option when creating cache for update-helper
+       * Add setting for allowing the user to manually pick a debian mirror
+         for debootstrap.
+
+2011-10-17, v0.1.1
+       * Replace $(var) with ${var} in defaults file.
+       * Fix a dangerous-use-of-xargs bug in create.
+
+2011-10-04, v0.1
+       * Initial release