diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-09-26 14:23:01 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-09-26 14:23:01 +0900 |
commit | ff2a74a2c66e122cf5606b09252d7f2691d66479 (patch) | |
tree | 73a0c681563082956c45b439452ae12c5fa643b7 | |
parent | 9980b13278c8c684b5091bb19390aab23976eee4 (diff) | |
download | mic-ff2a74a2c66e122cf5606b09252d7f2691d66479.tar.gz mic-ff2a74a2c66e122cf5606b09252d7f2691d66479.tar.bz2 mic-ff2a74a2c66e122cf5606b09252d7f2691d66479.zip |
bump up to release 0.27.2
Change-Id: I8040f7786af0b31c02fe169a1f7f626fc7a99fd0
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 12 | ||||
-rw-r--r-- | mic/__init__.py | 2 | ||||
-rw-r--r-- | packaging/mic.changes | 4 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
6 files changed, 29 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Release 0.27.2 - Wed Sep 28 2016 - SoonKyu Park <sk7.park@samsung.com> +===================================================================== + * Add exclude-from-image option to exclude specific images + * Add subcommand option parameters(-v, -d, -i) + Release 0.27.1 - Wed May 25 2016 - Jianzhong Fang <jz.fang@samsung.com> ===================================================================== * new distribution support: Ubuntu 16.04, Fedora 23 diff --git a/debian/changelog b/debian/changelog index 3924533..4eacf17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mic (0.27.2) unstable; urgency=low + * Add exclude-from-image option to exclude specific images + * Add subcommand option parameters(-v, -d, -i) + + -- SoonKyu Park <sk7.park@samsung.com> Wed, 28 Sep 2016 15:00:00 +0800 + mic (0.27.1) unstable; urgency=low * new distribution support: Ubuntu 16.04, Fedora 23 * add raw image format support diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index c6e1bcb..ef96323 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,15 @@ +MIC Image Creator 0.27.2 Release Notes +====================================== +Released Sep 28 2016 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +New Features & Enhancements +-------------------------- + * Add exclude-from-image option to exclude specific images + * Add subcommand option parameters(-v, -d, -i) + MIC Image Creator 0.27.1 Release Notes ====================================== Released May 25 2016 diff --git a/mic/__init__.py b/mic/__init__.py index 7f0bbb8..8e538a2 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.27.1" +__version__ = "0.27.2" 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 150074e..b600e0d 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,7 @@ +* Wed Sep 28 2016 SoonKyu Park <sk7.park@samsung.com> - 0.27.2 + * Add exclude-from-image option to exclude specific images + * Add subcommand option parameters(-v, -d, -i) + * Wed May 25 2016 Jianzhong Fang <jz.fang@samsung.com> - 0.27.1 * new distribution support: Ubuntu 16.04, Fedora 23 * add raw image format support diff --git a/packaging/mic.spec b/packaging/mic.spec index a66d004..d678dd0 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.27.1 +Version: 0.27.2 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |