From 7b4399af9d207f23689fdc1dbe01787d9b96bf48 Mon Sep 17 00:00:00 2001 From: Lihong Sun Date: Wed, 21 Jan 2015 22:00:18 -0500 Subject: [PATCH] bump up to 0.24.4 rc1 Change-Id: If427b593950794f4810bc49908ddb88cd981e0f6 --- ChangeLog | 8 ++++++++ debian/changelog | 8 ++++++++ doc/RELEASE_NOTES | 18 ++++++++++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 7 +++++++ packaging/mic.spec | 4 ++-- 6 files changed, 44 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2b45d4..55da0d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Release 0.24.4 - Thu Jan 22 2015 - Lihong Sun +===================================================================== + * generate manifest file to describe image information + * bug fix: + - fix incorrect logfile location of '--release' if creation failed + - update dependency package for mic + - add catching 'distribution not found' exception + Release 0.24.3 - Mon Nov 24 2014 - Yongfeng Du ===================================================================== * bug fix: diff --git a/debian/changelog b/debian/changelog index 51181db..386f4c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mic (0.24.4~rc1) unstable; urgency=low + * generate manifest file to describe image information + * bug fix: + - fix incorrect logfile location of '--release' if creation failed + - update dependency package for mic + - add catching 'distribution not found' exception + -- Lihong Sun Thu, 22 Jan 2015 17:25:35 +0800 + mic (0.24.3) unstable; urgency=low * bug fix: - fix qemu arm and arm64 issues diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index e072a64..9957184 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,21 @@ +MIC Image Creator 0.24.4 Release Notes +====================================== +Released Jan 22 2015 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +New Features & Enhancements +--------------------------- + * generate manifest file to describe image information + +Bug Fixes +--------- + * fix incorrect logfile location of '--release' if creation failed + * update dependency package for mic + * add catching 'distribution not found' exception + + MIC Image Creator 0.24.3 Release Notes ====================================== Released Nov 24 2014 diff --git a/mic/__init__.py b/mic/__init__.py index 9c2bb23..bb35a9f 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.24.3" +__version__ = "0.24.4" 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 b14eff7..39e9249 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,10 @@ +* Thu Jan 22 2015 Lihong Sun - 0.24.4 + * generate manifest file to describe image information + * bug fix: + - fix incorrect logfile location of '--release' if creation failed + - update dependency package for mic + - add catching 'distribution not found' exception + * Mon Nov 24 2014 Yongfeng Du - 0.24.3 * bug fix: - fix qemu arm and arm64 issues diff --git a/packaging/mic.spec b/packaging/mic.spec index ae7549d..5f9a223 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define rc_version 0 +%define rc_version 1 %if 0%{?rc_version} %define release_prefix 0.rc%{rc_version}. @@ -8,7 +8,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.24.3 +Version: 0.24.4 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.7.4