Update version and ChangeLog for 0.11 0.11
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 18 Oct 2013 08:31:43 +0000 (11:31 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Fri, 18 Oct 2013 08:31:43 +0000 (11:31 +0300)
ChangeLog
docs/conf.py
version
version.m4

index 496f99a..3f2e7ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-18, v0.11
+       * Update the documentation
+       * Change local-backend identifier from file:// to local//
+       * Make sure the user does not specify local images outside IMAGE_DIR by
+         using .. in the IMG_ID parameter
+       * HELPER: Fix a bug triggered when the image is corructed
+
 2013-09-23, v0.10.1
        * Merge the ChangeLog files of snf-image and snf-image-helper
        * Add version check in snf-image-update-helper
@@ -9,8 +16,8 @@
        * Fix a bug in the network back-end
 
 2013-09-02, v0.9.3
-       * Add code to download and install a fixed snf-image-helper image. This is the default
-         behaviour for snf-image-update-helper.
+       * Add code to download and install a fixed snf-image-helper image. This is
+         the default behaviour for snf-image-update-helper.
 
 2013-08-27, v0.9.2
        * Use devflow building system
index e86bbb1..a40b4a1 100644 (file)
@@ -45,9 +45,9 @@ copyright = u'2011, 2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
-version = '0.10.1'
+version = '0.11'
 # The full version, including alpha/beta/rc tags.
-release = '0.10.1'
+release = '0.11'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/version b/version
index 865201c..51176c7 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.10.1next
+0.11
index 2092e54..92e1f35 100644 (file)
@@ -1 +1 @@
-m4_define([devflow_version], [0.10.1next])
+m4_define([devflow_version], [0.11])