Update version.py and ChangeLog for 0.6.1
[snf-image-creator] / ChangeLog
index 7bbb856..5116a2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2014-01-10, v0.6.1
+       * Comply with the AstakosClient changes made in kamaki 0.12
+
+2014-01-08, v0.6
+       * Rename the dialog-based application to snf-image-creator and the
+         non-interactive command line one to snf-mkimage
+       * Support Windows Server 2012 R2
+       * Allow image creation for unsupported media
+       * Make winexe an optional dependency
+       * Fix bugs
+
+2013-10-09, v0.5.3
+       * Fix a bug in snf-mkimage expert mode were the program could crash if
+         the image did not have any image properties
+
+2013-09-09, v0.5.2
+       * Fix some errors in the ci scripts
+
+2013-08-23, v0.5.1
+       * Allow more characters in the cloud name
+       * Fix various bugs
+       * Handle kamaki config errors
+
+2013-08-04, v0.5
+       * Add support for sysprep-parameters
+       * Add support for syspreping Windows media
+       * Code cleanup
+
+2013-07-31, v0.4.4
+       * Fix a bug where the system tried to use file scrubbing without
+         checking if it was supported
+
+2013-07-18, v0.4.3
+       * Force TERM=linux when working on xterm. This makes dialog behave
+         better under OpenSUSE
+
+2013-07-17, v0.4.2
+       * Fix a dialog bug affecting only OpenSUSE
+
+2013-06-21, v0.4.1
+       * Fix a bug that caused an abnormal termination when trying to
+         determine the available users in a Windows image
+
+2013-06-21, v0.4
+       * Populate the USERS metadata in Windows images
+       * Support kamaki 0.9 and synnefo 0.14
+       * Change the metadata file format to json
+       * Support the devflow building system
+
+2013-05-27, v0.3
+       * Support media hosting FreeBSD systems
+       * Check if remote files exist when uploading images to pithos
+       * Make the md5sum and metadate files public if image gets registered as
+         public
+       * Fix minor bugs and typos
+
+2013-05-01, v0.2.10
+       * Fix a bug where acl and user_xattr mount options where not respected
+         in host bundling operation
+
 2013-04-25, v0.2.9
        * Support kamaki 0.8
        * Fix a bug in util.get_command()