From: Gui Chen Date: Mon, 14 Jul 2014 08:53:53 +0000 (-0400) Subject: bump up to 0.24.2 X-Git-Tag: 0.24.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a61fdd39edf941eec4f794417dd9a9ea484845f;p=tools%2Fmic.git bump up to 0.24.2 Change-Id: I7d09dfa3d1fb1f3793449d55e1853fd275f2e988 Signed-off-by: Gui Chen --- diff --git a/debian/changelog b/debian/changelog index 597861b..338944c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -mic (0.24.1) unstable; urgency=low +mic (0.24.2) unstable; urgency=low + * enable ssl_verify in config file * fix logfile incompleted issue * fix md5sum to be compatible with utility md5sum + * fix locale issue in systemd service - -- Gui Chen Mon, 09 Jun 2014 17:25:35 +0800 + -- Gui Chen Wed, 09 Jul 2014 17:25:35 +0800 mic (0.24) unstable; urgency=low * enhance to handle password with special characters diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index f6cedd3..16711a4 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,4 +1,4 @@ -MIC Image Creator 0.24.1 Release Notes +MIC Image Creator 0.24.2 Release Notes ==================================== Released June 09 2014 @@ -7,11 +7,13 @@ the release contains new features, enhancements and bug fixes. New Features & Ehancements -------------------------- + * enable ssl_verify in config file Bug Fixes --------- * fix logfile incompleted issue * fix md5sum to be compatible with utility md5sum + * fix locale issue in systemd service Resource -------- diff --git a/mic/__init__.py b/mic/__init__.py index e2f6543..ef2f027 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.24.1" +__version__ = "0.24.2" 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 d24a659..dfcc171 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,6 +1,8 @@ -* Mon Jun 09 2014 Gui Chen - 0.24.1 +* Wed Jul 09 2014 Gui Chen - 0.24.2 + * enable ssl_verify in config file * fix logfile incompleted issue * fix md5sum to be compatible with utility md5sum + * fix locale issue in systemd service * Tue Mar 11 2014 Gui Chen - 0.24 * enhance to handle password with special characters diff --git a/packaging/mic.spec b/packaging/mic.spec index 31b3496..cbb0bca 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -8,7 +8,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.24.1 +Version: 0.24.2 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2