summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLihong Sun <lihongx.sun@intel.com>2015-04-29 05:16:08 -0400
committerLihong Sun <lihongx.sun@intel.com>2015-04-29 05:23:19 -0400
commit2bfd900a61b3a6a8865bd58a61351e599436a9f5 (patch)
treed920918115f8b3c557f2180f3a5c6644bdeb8b7d /ChangeLog
parenta065e4838f127308215a653a0921fa818f26a208 (diff)
downloadmic-2bfd900a61b3a6a8865bd58a61351e599436a9f5.tar.gz
mic-2bfd900a61b3a6a8865bd58a61351e599436a9f5.tar.bz2
mic-2bfd900a61b3a6a8865bd58a61351e599436a9f5.zip
bump up to 0.27
Change-Id: Iee735c8320ee6f38e13c9c3ec8711a1695d112f3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 18 insertions, 14 deletions
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 <gui.chen@intel.com>
+Release 0.27 - Wed Apr 29 2015 - Lihong Sun <lihongx.sun@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
* 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 <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
Release 0.24 - Tue Mar 11 2014 - Gui Chen <gui.chen@intel.com>
=====================================================================