bump up to 0.25.1
authorGui Chen <gui.chen@intel.com>
Wed, 28 May 2014 10:15:05 +0000 (06:15 -0400)
committeradmin <yuhuan.yang@samsung.com>
Thu, 4 Feb 2016 10:18:05 +0000 (18:18 +0800)
Change-Id: Iafafcc2d03f58881d9907003c61c72f102e91845
Signed-off-by: Gui Chen <gui.chen@intel.com>
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 2b36c56..646a318 100644 (file)
@@ -1,3 +1,9 @@
+mic (0.25.1) unstable; urgency=low
+   * revert bind mount config file to instroot
+   * fix xml requirements
+
+ -- Gui Chen <gui.chen@intel.com>  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
index fc4a425..86c1502 100644 (file)
@@ -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
 --------
index 69716dd..7d27fba 100644 (file)
@@ -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')
index 06f7a72..83a804e 100644 (file)
@@ -1,3 +1,7 @@
+* Fri May 28 2014 Gui Chen <gui.chen@intel.com> - 0.25.1
+  * revert bind mount config file to instroot
+  * fix xml requirements
+
 * Fri May 23 2014 Gui Chen <gui.chen@intel.com> - 0.25
   * new distribution support: Ubuntu 14.04 and Debian 7.0
   * generate manifest file to describe image information
index 790d0ee..04c862c 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.25
+Version:    0.25.1
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2