summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2014-05-28 06:15:05 -0400
committeradmin <yuhuan.yang@samsung.com>2016-02-04 18:18:05 +0800
commitce84773583c5394d66257abfc8ed72545999176c (patch)
treefc35e90016ca1449492ece876496b8ed034591b0
parent703f1853ccd2202c774c10b56ee6d17d0df0461a (diff)
downloadmic-ce84773583c5394d66257abfc8ed72545999176c.tar.gz
mic-ce84773583c5394d66257abfc8ed72545999176c.tar.bz2
mic-ce84773583c5394d66257abfc8ed72545999176c.zip
bump up to 0.25.1
Change-Id: Iafafcc2d03f58881d9907003c61c72f102e91845 Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r--debian/changelog6
-rw-r--r--doc/RELEASE_NOTES18
-rw-r--r--mic/__init__.py2
-rw-r--r--packaging/mic.changes4
-rw-r--r--packaging/mic.spec2
5 files changed, 17 insertions, 15 deletions
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 <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
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 <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
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:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2