From: Gui Chen Date: Wed, 28 May 2014 10:15:05 +0000 (-0400) Subject: bump up to 0.25.1 X-Git-Tag: released-tools-18.01.7~79^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce84773583c5394d66257abfc8ed72545999176c;p=tools%2Fmic.git bump up to 0.25.1 Change-Id: Iafafcc2d03f58881d9907003c61c72f102e91845 Signed-off-by: Gui Chen --- diff --git a/debian/changelog b/debian/changelog index 2b36c56..646a318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mic (0.25.1) unstable; urgency=low + * revert bind mount config file to instroot + * fix xml requirements + + -- Gui Chen Thu, 24 Oct 2013 17:25:35 +0800 + mic (0.25) unstable; urgency=low * new distribution support: Ubuntu 14.04 and Debian 7.0 * generate manifest file to describe image information diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index fc4a425..86c1502 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,25 +1,17 @@ -MIC Image Creator 0.25 Release Notes -==================================== -Released May 23 2014 +MIC Image Creator 0.25.1 Release Notes +====================================== +Released May 28 2014 This release note documents the changes included in the new release. And the release contains new features, enhancements and bug fixes. New Features & Ehancements -------------------------- - * new distribution support: Ubuntu 14.04 and Debian 7.0 - * generate manifest file to describe image information - * refactor archive and compress module - * support sparse handle for tar command - * replace system V with systemd on locale setting - * support lzop compress Bug Fixes --------- - * fix logfile incomplete in release option - * fix config file disappear in bootstrap - * fix aarch64 bin_format - * fix pylint + * revert bind mount config file to instroot + * fix xml requirements Resource -------- diff --git a/mic/__init__.py b/mic/__init__.py index 69716dd..7d27fba 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.25" +__version__ = "0.25.1" cur_path = os.path.dirname(__file__) or '.' sys.path.insert(0, cur_path + '/3rdparty') diff --git a/packaging/mic.changes b/packaging/mic.changes index 06f7a72..83a804e 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,7 @@ +* Fri May 28 2014 Gui Chen - 0.25.1 + * revert bind mount config file to instroot + * fix xml requirements + * Fri May 23 2014 Gui Chen - 0.25 * new distribution support: Ubuntu 14.04 and Debian 7.0 * generate manifest file to describe image information diff --git a/packaging/mic.spec b/packaging/mic.spec index 790d0ee..04c862c 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -8,7 +8,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.25 +Version: 0.25.1 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2