Skip to content
Snippets Groups Projects
Commit feeff3f6 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Update version and ChangeLog for 0.11

parent 781cb36b
No related branches found
Tags 0.11
No related merge requests found
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
......
......@@ -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.
......
0.10.1next
0.11
m4_define([devflow_version], [0.10.1next])
m4_define([devflow_version], [0.11])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment