bump up to 0.24.4 rc1
authorLihong Sun <lihongx.sun@intel.com>
Thu, 22 Jan 2015 03:00:18 +0000 (22:00 -0500)
committerLihong Sun <lihongx.sun@intel.com>
Thu, 22 Jan 2015 04:51:47 +0000 (23:51 -0500)
Change-Id: If427b593950794f4810bc49908ddb88cd981e0f6

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index b2b45d4..55da0d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Release 0.24.4 - Thu Jan 22 2015 - Lihong Sun <lihongx.sun@intel.com>
+=====================================================================
+  * 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 <dolpher.du@intel.com>
 =====================================================================
    * bug fix:
index 51181db..386f4c6 100644 (file)
@@ -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 <lihongx.sun@intel.com> Thu, 22 Jan 2015 17:25:35 +0800
+
 mic (0.24.3) unstable; urgency=low
    * bug fix:
      - fix qemu arm and arm64 issues
index e072a64..9957184 100644 (file)
@@ -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
index 9c2bb23..bb35a9f 100644 (file)
@@ -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')
index b14eff7..39e9249 100644 (file)
@@ -1,3 +1,10 @@
+* Thu Jan 22 2015 Lihong Sun <lihongx.sun@intel.com> - 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 <dolpher.du@intel.com> - 0.24.3
   * bug fix:
     - fix qemu arm and arm64 issues
index ae7549d..5f9a223 100644 (file)
@@ -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:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2