diff options
author | Jiankang Fan <jiankang.fan@samsung.com> | 2016-12-19 11:02:45 +0800 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-12-27 14:02:40 +0900 |
commit | 90497881622188eff027c87c73dd53c6cdff2d6d (patch) | |
tree | 19846a9a1e8c730a2eedd9625e58b99e4de3503b | |
parent | 1311058453a8b1a6964e14bdc940468104dac3bb (diff) | |
download | mic-90497881622188eff027c87c73dd53c6cdff2d6d.tar.gz mic-90497881622188eff027c87c73dd53c6cdff2d6d.tar.bz2 mic-90497881622188eff027c87c73dd53c6cdff2d6d.zip |
bump up to release 0.27.3
Change-Id: Idaa905f768ea684920d4b94223095e6fed9204ca
Signed-off-by: Jiankang Fan <jiankang.fan@samsung.com>
Conflicts:
ChangeLog
packaging/mic.changes
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/RELEASE_NOTES | 15 | ||||
-rw-r--r-- | mic/__init__.py | 2 | ||||
-rw-r--r-- | packaging/mic.changes | 4 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
6 files changed, 32 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Release 0.27.3 - Mon Dec 19 2016 - Jiankang Fan <jiankang.fan@samsung.com> +===================================================================== + * Support vdfs and squashfs image creation + * Show pkgid when install pkg error + Release 0.27.2 - Wed Sep 28 2016 - SoonKyu Park <sk7.park@samsung.com> ===================================================================== * Add exclude-from-image option to exclude specific images diff --git a/debian/changelog b/debian/changelog index 4eacf17..2e290fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mic (0.27.3) unstable; urgency=low + * support vdfs and squashfs image creation + * Show pkgid when install pkg error + + -- Jiankang Fan <jiankang.fan@samsung.com> Mon, 19 Dec 2016 15:00:00 +0800 + mic (0.27.2) unstable; urgency=low * Add exclude-from-image option to exclude specific images * Add subcommand option parameters(-v, -d, -i) diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index ef96323..c5a3c2b 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,18 @@ +MIC Image Creator 0.27.3 Release Notes +====================================== +Released Dec 19 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 +-------------------------- + * Show pkgid when install pkg error + * support vdfs and squashfs image creation + +Bug Fixes +--------- + MIC Image Creator 0.27.2 Release Notes ====================================== Released Sep 28 2016 diff --git a/mic/__init__.py b/mic/__init__.py index 8e538a2..9951594 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.27.2" +__version__ = "0.27.3" 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 b600e0d..ef79851 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,7 @@ +* Mon Dec 19 2016 Jiankang Fan <jiankang.fan@samsung.com> - 0.27.3 + * Show pkgid when install pkg error + * support vdfs and squashfs image creation + * 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) diff --git a/packaging/mic.spec b/packaging/mic.spec index d678dd0..335073f 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.27.2 +Version: 0.27.3 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |