Properly set up a new NEWS file section for the next release. A few items had already been added erroneously to the section about version 0.13, that has already been released.
Signed-off-by: Michele Tartara <[email protected]> --- NEWS | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 053d6dd..cd56a5c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 0.14 +------------ + +The root password is now automatically cleared, so that it is possible to +immediately log into a newly created instance. + +A hardcoded reference to ext3 is removed. + +The documentation is improved, correctly specifying that the default debian +version installed is now wheezy, and with the addition of examples on how to run +hooks while creating a new instance. + Version 0.13 ------------ @@ -7,15 +19,12 @@ The filesystem type for the root partition of instances is now configurable through the new OS parameter ``filesystem``. It defaults to 'ext4'. -Improve documentation with regard to instance variants and to how to set up -hooks. +Improve documentation with regard to instance variants. Bugfixes: - Report an error if it's exporting an instance fails because of the wrong filesystem type. -- The root password is automatically cleared, so that it is possible to - immediately log into a newly created instance. Version 0.12 ------------ -- 1.7.10.4
