Add an example about how to run hooks
[ext/instance-debootstrap.git] / NEWS
diff --git a/NEWS b/NEWS
index 316e3e3..493cd60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Version 0.13
+------------
+
+The Debian version installed by default is now Wheezy.
+
+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.
+
+Bugfixes:
+
+- Report an error if it's exporting an instance fails because of the
+  wrong filesystem type.
+
+Version 0.12
+------------
+
+A few small bugfixes:
+
+- the defaults file is now installed automatically; even though all
+  settings are commented out, this allows for easier configuration
+- require and check for a minimum device size; this makes error messages
+  much clearer, compared to tar's out of disk space errors (fixes issue
+  164)
+- it is now possible to override the "components" argument to
+  debootstrap, to be able to install more packages (e.g. from contrib,
+  or from universe) (fixes issue 254)
+- all existing hooks are now distributed in the archive and also
+  installed via `make install' (fixes issue 283)
+- the console activation for xen-pvm hypervisor has been corrected;
+  before it was working only for kvm (fixes issue 284)
+
+
 Version 0.11
 ------------