summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2014-03-11 06:00:37 -0400
committerGui Chen <gui.chen@intel.com>2014-03-11 06:19:17 -0400
commit262718dd209fee36e9fd118c5223f8ad95b740f4 (patch)
tree10cfe5235b43648f1c2ad70b22010471797cb28b
parentbee8cbc4f0896797c822c807ab8f7483d8bab605 (diff)
downloadmic-262718dd209fee36e9fd118c5223f8ad95b740f4.tar.gz
mic-262718dd209fee36e9fd118c5223f8ad95b740f4.tar.bz2
mic-262718dd209fee36e9fd118c5223f8ad95b740f4.zip
bump up to 0.24-rc1
Change-Id: Ia819fc5e63b69b5e4b0b7f2d174cd95f1243e9a1 Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r--ChangeLog18
-rw-r--r--debian/changelog19
-rw-r--r--doc/RELEASE_NOTES30
-rw-r--r--packaging/mic.changes17
-rw-r--r--packaging/mic.spec2
5 files changed, 72 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index aaff633..1698964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Release 0.24 - Tue Mar 11 2014 - Gui Chen <gui.chen@intel.com>
+=====================================================================
+ * enhance to handle password with special characters
+ * change python-zypp require to python-zypp-tizen
+ * add --repo comand option for local build
+ * add --user and --password option for %repo directive of ks file
+ * clean up some codes relevant to EULA agreement
+ * add hostname showing in log
+ * bug fix:
+ - fix chroot failed by space in image not enough
+ - fix obsolete packages incorrect handling
+ - fix yum backend failed to cache packages
+ - fix bare ip in no_proxy not working
+ - fix repeated log showing with yum backend
+ - fix loop device latency timing
+ - fix zypp failed to download by changing 'cachedir'
+ - fix 'mkfs' not working caused by mic-bootstrap install failed
+
Release 0.23 - Fri Dec 12 2013 - Gui Chen <gui.chen@intel.com>
=====================================================================
* new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
diff --git a/debian/changelog b/debian/changelog
index 6dde95d..5d6590f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+mic (0.24~rc1) unstable; urgency=low
+ * enhance to handle password with special characters
+ * change python-zypp require to python-zypp-tizen
+ * add --repo comand option for local build
+ * add --user and --password option for %repo directive of ks file
+ * clean up some codes relevant to EULA agreement
+ * add hostname showing in log
+ * bug fix:
+ - fix chroot failed by space in image not enough
+ - fix obsolete packages incorrect handling
+ - fix yum backend failed to cache packages
+ - fix bare ip in no_proxy not working
+ - fix repeated log showing with yum backend
+ - fix loop device latency timing
+ - fix zypp failed to download by changing 'cachedir'
+ - fix 'mkfs' not working caused by mic-bootstrap install failed
+
+ -- Gui Chen <gui.chen@intel.com> Thu, 24 Oct 2013 17:25:35 +0800
+
mic (0.23~rc1) unstable; urgency=low
* new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
* split requirements to subpackage 'mic-native' to reduce mic's dependencies
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index 7d2f90a..2640441 100644
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -1,26 +1,30 @@
-MIC Image Creator 0.21 Release Notes
+MIC Image Creator 0.24 Release Notes
====================================
-Released August 28 2013
+Released March 11 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 13.10 and OpenSUSE 13.1
- * split requirements to subpackage 'mic-native' to reduce mic's dependencies
- * support arm64 architecture image creation in native mode
- (to know more about arm64 support, check doc/KNOWN_ISSUES)
- * new option '--interactive'/'--non-interactive' to enable/disable interaction
- * new option '--uuid' for 'part' in ks file to set filesystem uuid
- * export more variables related to installer framework for loop format
+ * enhance to handle password with special characters
+ * change python-zypp require to python-zypp-tizen
+ * add --repo comand option for local build
+ * add --user and --password option for %repo directive of ks file
+ * clean up some codes relevant to EULA agreement
+ * add hostname showing in log
Bug Fixes
---------
- * fix bootstrap handling if bootstrap package failed
- * fix 'mapper_device' key error
- * fix detailed error messages missing in mounting
- * fix version comparing issue of urlgrabber in Fedora
+ * fix chroot failed by space in image not enough
+ * fix obsolete packages incorrect handling
+ * fix yum backend failed to cache packages
+ * fix bare ip in no_proxy not working
+ * fix repeated log showing with yum backend
+ * fix loop device latency timing
+ * fix zypp failed to download by changing 'cachedir'
+ * fix 'mkfs' not working caused by mic-bootstrap install failed
+
Resource
diff --git a/packaging/mic.changes b/packaging/mic.changes
index aefb875..4325f94 100644
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -1,3 +1,20 @@
+* Tue Mar 11 2014 Gui Chen <gui.chen@intel.com> - 0.24
+ * enhance to handle password with special characters
+ * change python-zypp require to python-zypp-tizen
+ * add --repo comand option for local build
+ * add --user and --password option for %repo directive of ks file
+ * clean up some codes relevant to EULA agreement
+ * add hostname showing in log
+ * bug fix:
+ - fix chroot failed by space in image not enough
+ - fix obsolete packages incorrect handling
+ - fix yum backend failed to cache packages
+ - fix bare ip in no_proxy not working
+ - fix repeated log showing with yum backend
+ - fix loop device latency timing
+ - fix zypp failed to download by changing 'cachedir'
+ - fix 'mkfs' not working caused by mic-bootstrap install failed
+
* Fri Dec 12 2013 Gui Chen <gui.chen@intel.com> - 0.23
* new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
* split requirements to subpackage 'mic-native' to reduce mic's dependencies
diff --git a/packaging/mic.spec b/packaging/mic.spec
index fe4dde5..1f79cca 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -8,7 +8,7 @@
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.23
+Version: 0.24
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2