diff options
author | Lihong Sun <lihongx.sun@intel.com> | 2015-01-22 04:10:15 -0500 |
---|---|---|
committer | Lihong Sun <lihongx.sun@intel.com> | 2015-01-22 04:10:15 -0500 |
commit | 9312c04f58c63883aa556124e618c16e531519a3 (patch) | |
tree | ce7623a16a54cfec41bd035589255346d3f6d1be | |
parent | 7b4399af9d207f23689fdc1dbe01787d9b96bf48 (diff) | |
download | mic-9312c04f58c63883aa556124e618c16e531519a3.tar.gz mic-9312c04f58c63883aa556124e618c16e531519a3.tar.bz2 mic-9312c04f58c63883aa556124e618c16e531519a3.zip |
bump up to mic 0.24.4
Change-Id: Id1f831380d8b31b1818f9d54311d17e26439087a
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 1 | ||||
-rw-r--r-- | packaging/mic.changes | 1 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
5 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,7 @@ Release 0.24.4 - Thu Jan 22 2015 - Lihong Sun <lihongx.sun@intel.com> ===================================================================== * generate manifest file to describe image information + * update mount option to make it more general * bug fix: - fix incorrect logfile location of '--release' if creation failed - update dependency package for mic diff --git a/debian/changelog b/debian/changelog index 386f4c6..f4e487d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -mic (0.24.4~rc1) unstable; urgency=low +mic (0.24.4) unstable; urgency=low * generate manifest file to describe image information + * update mount option to make it more general * bug fix: - fix incorrect logfile location of '--release' if creation failed - update dependency package for mic diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 9957184..0cae44d 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -8,6 +8,7 @@ the release contains new features, enhancements and bug fixes. New Features & Enhancements --------------------------- * generate manifest file to describe image information + * update mount option to make it more general Bug Fixes --------- diff --git a/packaging/mic.changes b/packaging/mic.changes index 39e9249..5cb942d 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,5 +1,6 @@ * Thu Jan 22 2015 Lihong Sun <lihongx.sun@intel.com> - 0.24.4 * generate manifest file to describe image information + * update mount option to make it more general * bug fix: - fix incorrect logfile location of '--release' if creation failed - update dependency package for mic diff --git a/packaging/mic.spec b/packaging/mic.spec index 5f9a223..52a271f 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 1 +%define rc_version 0 %if 0%{?rc_version} %define release_prefix 0.rc%{rc_version}. |