From: Nikos Skalkotos Date: Tue, 27 Aug 2013 09:27:26 +0000 (+0300) Subject: Update ChangeLogs and version.m4 for v0.9.2 X-Git-Tag: 0.9.2^0 X-Git-Url: https://code.grnet.gr/git/snf-image/commitdiff_plain/a1d2068f2ee074b68e3ab48fb54512c46da98e6a Update ChangeLogs and version.m4 for v0.9.2 --- diff --git a/snf-image-helper/ChangeLog b/snf-image-helper/ChangeLog index 1e98216..95d160b 100644 --- a/snf-image-helper/ChangeLog +++ b/snf-image-helper/ChangeLog @@ -1,3 +1,6 @@ +2013-08-27, v0.9.2 + * Use devflow building system + 2013-05-16, v0.9.1 2013-04-12, v0.9 @@ -27,23 +30,23 @@ 2013-01-04, v0.7.2 * In windows images make sure the file C:\Window\panther\Unattend.xml - gets removed after sysprep runs + gets removed after sysprep runs * Support extended partitions with id 0x0f * Fix a bug in the error monitoring system * Fix a bug in AssignHostname for archlinux images * In AssignHostname check for the presence of /etc/hostname before - trying to determine the disto of a Linux image. + trying to determine the disto of a Linux image. 2012-12-07, v0.7.1 * Fix a race condition where in some cases could lead to a kernel panic for the helper VM. 2012-12-03, v0.7 - * Make snf-image-helper the init process of the system - * Shutdown the helper image fast using the apropriate SysRq key - * Use eatmydata to omit the syncs performed by resize2fs when - resizing a file system. You can supress this behaviour by defining - the DO_SYNC image property. + * Make snf-image-helper the init process of the system + * Shutdown the helper image fast using the apropriate SysRq key + * Use eatmydata to omit the syncs performed by resize2fs when + resizing a file system. You can supress this behaviour by defining + the DO_SYNC image property. 2012-11-20, v0.6.5 * Fix a bug in AssignHostname configuration task where the script did diff --git a/snf-image-host/ChangeLog b/snf-image-host/ChangeLog index 02a70f9..5ef0c89 100644 --- a/snf-image-host/ChangeLog +++ b/snf-image-host/ChangeLog @@ -1,3 +1,8 @@ +2013-08-27, v0.9.2 + * Use devflow building system + * In pithcat if the provided URL is a pithosmap, initialize the backend + with no database + 2013-05-16, v0.9.1 * Change pinned version for ufsutils package @@ -37,16 +42,16 @@ 2012-12-03, v0.7 * Abandon debootstrap in favor of multistrap. This way we can define - more than 1 repositories to retrieve packages from. - * Add a mechanism for pinning repositories and package versions - * Add a version check in snf-image-update-helper. After the creation - of the helper, check if the versions of snf-image-{host,helper} match - * Remove the HELPER_PKG variable from common.sh. The helper package by - default should get downloaded from a repo using - snf-image-update-helper. You can still install a package from the - local file system using the -p variable. - * Specify snf-image-helper as the init process when running the helper - VM + more than 1 repositories to retrieve packages from. + * Add a mechanism for pinning repositories and package versions + * Add a version check in snf-image-update-helper. After the creation + of the helper, check if the versions of snf-image-{host,helper} match + * Remove the HELPER_PKG variable from common.sh. The helper package by + default should get downloaded from a repo using + snf-image-update-helper. You can still install a package from the + local file system using the -p variable. + * Specify snf-image-helper as the init process when running the helper + VM 2012-11-20, v0.6.5 diff --git a/version b/version index f374f66..2003b63 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.9.1 +0.9.2 diff --git a/version.m4 b/version.m4 index 7889ca7..2dd3c9b 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([devflow_version], [0.9.1]) +m4_define([devflow_version], [0.9.2])