From: Lihong Sun Date: Wed, 29 Apr 2015 09:16:08 +0000 (-0400) Subject: bump up to 0.27 X-Git-Tag: accepted/tizen/devbase/tools/20190927.044807~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bfd900a61b3a6a8865bd58a61351e599436a9f5;p=tools%2Fmic.git bump up to 0.27 Change-Id: Iee735c8320ee6f38e13c9c3ec8711a1695d112f3 --- diff --git a/ChangeLog b/ChangeLog index c40cd41..bcb794b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,30 +1,34 @@ -Release 0.26 - Tue Oct 14 2014 - Gui Chen +Release 0.27 - Wed Apr 29 2015 - Lihong Sun ===================================================================== + * 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 * add new arch MIPS support * add qcow2 image format support * add strict mode for package installing * enable ssl_verify option in config file * enhance checksums of outputs: md5sum, sha1sum, sha256sum * enhance VCS info in yum backend - * bug fix: - - fix real path of device mapper causing initrd failure - - fix qemu arm and arm64 issues - - fix AttributeError in zypp backend - - fix 'python-xml' depends used by cElements + * drop mic-native support + * update mount option + * revert bind mount config file to instroot -Release 0.25 - Fri May 23 2014 - Gui Chen -===================================================================== - * 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 fix: - fix logfile incomplete in release option - fix config file disappear in bootstrap - fix aarch64 bin_format - fix pylint + - fix real path of device mapper causing initrd failure + - fix qemu arm and arm64 issues + - fix AttributeError in zypp backend + - fix 'python-xml' depends used by cElements + - fix xml requirements + - fix logfile not in release of '--release' when creation failed + - fix copyright missing issue + - fix syslinux installation path issue in Arch Linux Release 0.24 - Tue Mar 11 2014 - Gui Chen ===================================================================== diff --git a/debian/changelog b/debian/changelog index f24f6f9..e556424 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,38 +1,34 @@ -mic (0.26) unstable; urgency=low - * add new arch MIPS support - * add qcow2 image format support - * add strict mode for package installing - * enable ssl_verify option in config file - * enhance checksums of outputs: md5sum, sha1sum, sha256sum - * enhance VCS info in yum backend - * bug fix: - - fix real path of device mapper causing initrd failure - - fix qemu arm and arm64 issues - - fix AttributeError in zypp backend - - fix 'python-xml' depends used by cElements - - -- Gui Chen Tue, 24 Oct 2014 17:25:35 +0800 - -mic (0.25.1) unstable; urgency=low - * revert bind mount config file to instroot - * fix xml requirements - - -- Gui Chen Fri, 28 May 2014 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 - * refactor archive and compress module - * support sparse handle for tar command - * replace system V with systemd on locale setting - * support lzop compress - * bug fix: - - fix logfile incomplete in release option - - fix config file disappear in bootstrap - - fix aarch64 bin_format - - fix pylint - - -- Gui Chen Fri, 23 May 2014 17:25:35 +0800 +mic (0.27) unstable; urgency=low + * 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 + * add new arch MIPS support + * add qcow2 image format support + * add strict mode for package installing + * enable ssl_verify option in config file + * enhance checksums of outputs: md5sum, sha1sum, sha256sum + * enhance VCS info in yum backend + * drop mic-native support + * update mount option + * revert bind mount config file to instroot + * bug fix: + - fix logfile incomplete in release option + - fix config file disappear in bootstrap + - fix aarch64 bin_format + - fix pylint + - fix real path of device mapper causing initrd failure + - fix qemu arm and arm64 issues + - fix AttributeError in zypp backend + - fix 'python-xml' depends used by cElements + - fix xml requirements + - fix logfile not in release of '--release' when creation failed + - fix copyright missing issue + - fix syslinux installation path issue in Arch Linux + + -- Lihong Sun Wed, 29 Apr 2015 17:25:35 +0800 mic (0.24) unstable; urgency=low * enhance to handle password with special characters diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 7d75462..3656c57 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,34 +1,43 @@ -MIC Image Creator 0.26 Release Notes +MIC Image Creator 0.27 Release Notes ====================================== -Released Oct 14 2014 +Released Apr 29 2015 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 * add new arch MIPS support * add qcow2 image format support * add strict mode for package installing * enable ssl_verify option in config file * enhance checksums of outputs: md5sum, sha1sum, sha256sum * enhance VCS info in yum backend + * drop mic-native support + * update mount option + * revert bind mount config file to instroot Bug Fixes --------- + * fix logfile incomplete in release option + * fix config file disappear in bootstrap + * fix aarch64 bin_format + * fix pylint * fix real path of device mapper causing initrd failure * fix qemu arm and arm64 issues * fix AttributeError in zypp backend * fix 'python-xml' depends used by cElements + * fix xml requirements + * fix logfile not in release of '--release' when creation failed + * fix copyright missing issue + * fix syslinux installation path issue in Arch Linux -Resource --------- - * SITE: https://www.tizen.org/ - * REPO: https://download.tizen.org/tools/ - * DOCS: https://source.tizen.org/documentation/reference/mic-image-creator - * CODE: https://github.com/01org/mic - * BUGS: https://bugs.tizen.org/jira - * HELP: general@lists.tizen.org Report Bugs ----------- diff --git a/mic/__init__.py b/mic/__init__.py index d636f49..3aef805 100644 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.26" +__version__ = "0.27" 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 ee25132..6c31730 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,33 +1,33 @@ -* Tue Oct 14 2014 Gui Chen - 0.26 +* Wed Apr 29 2015 Lihong Sun - 0.27 + * 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 * add new arch MIPS support * add qcow2 image format support * add strict mode for package installing * enable ssl_verify option in config file * enhance checksums of outputs: md5sum, sha1sum, sha256sum * enhance VCS info in yum backend - * bug fix: - - fix real path of device mapper causing initrd failure - - fix qemu arm and arm64 issues - - fix AttributeError in zypp backend - - fix 'python-xml' depends used by cElements - - -* Fri May 28 2014 Gui Chen - 0.25.1 + * drop mic-native support + * update mount option * revert bind mount config file to instroot - * fix xml requirements -* Fri May 23 2014 Gui Chen - 0.25 - * 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 fix: - fix logfile incomplete in release option - fix config file disappear in bootstrap - fix aarch64 bin_format - fix pylint + - fix real path of device mapper causing initrd failure + - fix qemu arm and arm64 issues + - fix AttributeError in zypp backend + - fix 'python-xml' depends used by cElements + - fix xml requirements + - fix logfile not in release of '--release' when creation failed + - fix copyright missing issue + - fix syslinux installation path issue in Arch Linux * Tue Mar 11 2014 Gui Chen - 0.24 * enhance to handle password with special characters diff --git a/packaging/mic.spec b/packaging/mic.spec index 1c7ffac..4a887b7 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -8,7 +8,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.26 +Version: 0.27 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2