Update ChangeLog and version.py for 0.5.1 0.5.1
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 23 Aug 2013 13:47:07 +0000 (16:47 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Fri, 23 Aug 2013 13:47:07 +0000 (16:47 +0300)
ChangeLog
docs/conf.py
image_creator/version.py

index 831952d..67b0dc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
 2013-08-04, v0.5
        * Add support for sysprep-parameters
        * Add support for syspreping Windows media
@@ -5,7 +10,7 @@
 
 2013-07-31, v0.4.4
        * Fix a bug where the system tried to use file scrubbing without
 
 2013-07-31, v0.4.4
        * Fix a bug where the system tried to use file scrubbing without
-          checking if it was supported
+         checking if it was supported
 
 2013-07-18, v0.4.3
        * Force TERM=linux when working on xterm. This makes dialog behave
 
 2013-07-18, v0.4.3
        * Force TERM=linux when working on xterm. This makes dialog behave
index 377b013..8392d22 100644 (file)
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
 # built documents.
 #
 # The short X.Y version.
-version = '0.5'
+version = '0.5.1'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = '0.5'
+release = '0.5.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index ef9765b..59db0cb 100644 (file)
@@ -1,7 +1,7 @@
-__version__ = "0.5"
-__version_info__ = ['0', '5']
+__version__ = "0.5.1"
+__version_info__ = ['0', '5', '1']
 __version_vcs_info__ = {
 __version_vcs_info__ = {
-    'branch': 'master',
-    'revid': '5079560',
-    'revno': 387}
+    'branch': 'hotfix-0.5.1',
+    'revid': 'b25b422',
+    'revno': 393}
 __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"
 __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"