bump up to release 0.27 71/65371/1 release-20160315
authorjianzhong.fang <jz.fang@samsung.com>
Mon, 28 Mar 2016 11:49:27 +0000 (19:49 +0800)
committerjianzhong.fang <jz.fang@samsung.com>
Mon, 28 Mar 2016 11:53:24 +0000 (19:53 +0800)
Change-Id: I1c8861e517686047368a3941f678b56d173056fb

ChangeLog
README.rst
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index c40cd41..906ac15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,30 +1,38 @@
-Release 0.26 - Tue Oct 14 2014 - Gui Chen <gui.chen@intel.com>
+Release 0.27 - Mon Mar 28 2016 - Jianzhong Fang <jz.fang@samsung.com>
 =====================================================================
-  * add new arch MIPS support
+  * new distribution support: CentOS 7, Debian 8, Fedora 21, 
+    Fedora 22, Fedora 23,  openSUSE 13.2
+  * 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
   * 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
+  * drop liveusb, livecd and raw image formats support
+  * use argparse module to parse the cmd line
 
-Release 0.25 - Fri May 23 2014 - Gui Chen <gui.chen@intel.com>
-=====================================================================
-  * 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
+    - fix priority option of ks file not apply
+    - fix need to check loop device after excute 'losetup --find'
+    - fix check scriptlet error file on /tmp/.postscript/error/
+    - fix broken tar archive
 
 Release 0.24 - Tue Mar 11 2014 - Gui Chen <gui.chen@intel.com>
 =====================================================================
index aa8d95a..99b2778 100644 (file)
@@ -20,7 +20,6 @@ image format, a very useful function for those sensitive to image format.
 It can also provide plugin mechanism for developers to expand image type or
 image options, and even to hook.
 
-
 Resource
 --------
  * SITE: https://www.tizen.org/
index f24f6f9..38f28d1 100644 (file)
@@ -1,38 +1,38 @@
-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 <gui.chen@intel.com>  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 <gui.chen@intel.com>  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 <gui.chen@intel.com>  Fri, 23 May 2014 17:25:35 +0800
+mic (0.27) unstable; urgency=low
+  * new distribution support: CentOS 7, Debian 8, Fedora 21, 
+    Fedora 22, Fedora 23,  openSUSE 13.2
+  * 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
+  * 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
+  * drop mic-native support
+  * update mount option
+  * revert bind mount config file to instroot
+  * drop liveusb, livecd and raw image formats support
+  * use argparse module to parse the cmd line
+  * 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
+    - fix priority option of ks file not apply
+    - fix need to check loop device after excute 'losetup --find'
+    - fix check scriptlet error file on /tmp/.postscript/error/
+    - fix broken tar archive
+
+ -- Jianzhong Fang <jz.fang@samsung.com>  Mon, 28 Mar 2016 19:50:35 +0800
 
 mic (0.24) unstable; urgency=low
    * enhance to handle password with special characters
index 7d75462..74a509a 100644 (file)
@@ -1,34 +1,47 @@
-MIC Image Creator 0.26 Release Notes
+MIC Image Creator 0.27 Release Notes
 ======================================
-Released Oct 14 2014
+Released Mar 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 & Ehancements
 --------------------------
-  * add new arch MIPS support
+  * new distribution support: CentOS 7, Debian 8, Fedora 21, 
+    Fedora 22, Fedora 23,  openSUSE 13.2
+  * 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
   * 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
+  * drop liveusb, livecd and raw image formats support
+  * use argparse module to parse the cmd line
 
 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
+  * fix priority option of ks file not apply
+  * fix need to check loop device after excute 'losetup --find'
+  * fix check scriptlet error file on /tmp/.postscript/error/
+  * fix broken tar archive
 
-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
 -----------
index d636f49..3aef805 100644 (file)
@@ -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')
index ee25132..41b3718 100644 (file)
@@ -1,33 +1,37 @@
-* Tue Oct 14 2014 Gui Chen <gui.chen@intel.com> - 0.26
-  * add new arch MIPS support
+* Mon Mar 28 2016 Jianzhong Fang <jz.fang@samsung.com> - 0.27
+  * new distribution support: CentOS 7, Debian 8, Fedora 21, 
+    Fedora 22, Fedora 23,  openSUSE 13.2
+  * 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
   * 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 <gui.chen@intel.com> - 0.25.1
+  * drop mic-native support
+  * update mount option
   * revert bind mount config file to instroot
-  * fix xml requirements
+  * drop liveusb, livecd and raw image formats support
+  * use argparse module to parse the cmd line
 
-* Fri May 23 2014 Gui Chen <gui.chen@intel.com> - 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
+    - fix priority option of ks file not apply
+    - fix need to check loop device after excute 'losetup --find'
+    - fix check scriptlet error file on /tmp/.postscript/error/
+    - fix broken tar archive
 
 * Tue Mar 11 2014 Gui Chen <gui.chen@intel.com> - 0.24
   * enhance to handle password with special characters
index 3756dbf..08fecc4 100644 (file)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.26
+Version:    0.27
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2