From aa2fe10da8a57fa1a1793171c4882494d8919f17 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Tue, 5 Nov 2013 15:42:02 +0200 Subject: [PATCH] Update Changelog and version for 0.12 --- ChangeLog | 6 ++++++ docs/conf.py | 4 ++-- version | 2 +- version.m4 | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11402d1..b44a1ee 100644 --- 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 diff --git a/docs/conf.py b/docs/conf.py index 563dd9a..32f4628 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --- a/version +++ b/version @@ -1 +1 @@ -0.11.1next +0.12 diff --git a/version.m4 b/version.m4 index 4e15515..3a2853b 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([devflow_version], [0.11.1next]) +m4_define([devflow_version], [0.12]) -- 1.7.10.4