Update Changelog and version for 0.12 0.12
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 5 Nov 2013 13:42:02 +0000 (15:42 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 5 Nov 2013 13:42:02 +0000 (15:42 +0200)
ChangeLog
docs/conf.py
version
version.m4

index 11402d1..b44a1ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-04, v0.12
+       * Add support for OpenBSD and NetBSD images (partition resizing is not
+         supported yet)
+       * Fix a bug in ChangePassword task that could lead to the removal of
+         one or more user entries in the shadow file.
+
 2013-10-21, v0.11.1
        * Fix a bug in pithcat
        * Minor updates in the documentation
index 563dd9a..32f4628 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.11.1'
+version = '0.12'
 # The full version, including alpha/beta/rc tags.
-release = '0.11.1'
+release = '0.12'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/version b/version
index 677b95f..c43e105 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.11.1next
+0.12
index 4e15515..3a2853b 100644 (file)
@@ -1 +1 @@
-m4_define([devflow_version], [0.11.1next])
+m4_define([devflow_version], [0.12])