diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-04-11 15:24:24 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-04-11 15:24:24 +0900 |
commit | 89453d58de729caad7613a007b5dda9c19e7d003 (patch) | |
tree | 40741dc528b6a5f546a4287124f8c523324e5910 /ChangeLog | |
parent | 9312c04f58c63883aa556124e618c16e531519a3 (diff) | |
parent | 97a7db20d2297c9f66716057c20f19265751bfa7 (diff) | |
download | mic-89453d58de729caad7613a007b5dda9c19e7d003.tar.gz mic-89453d58de729caad7613a007b5dda9c19e7d003.tar.bz2 mic-89453d58de729caad7613a007b5dda9c19e7d003.zip |
Handle conflicts from git merge release-20160315
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 32 insertions, 11 deletions
@@ -1,17 +1,38 @@ -Release 0.24.4 - Thu Jan 22 2015 - Lihong Sun <lihongx.sun@intel.com> +Release 0.27 - Mon Mar 28 2016 - Jianzhong Fang <jz.fang@samsung.com> ===================================================================== + * new distribution support: CentOS 7, Debian 8, Fedora 21, + Fedora 22, Fedora 23, openSUSE 13.2 * generate manifest file to describe image information - * update mount option to make it more general - * bug fix: - - fix incorrect logfile location of '--release' if creation failed - - update dependency package for mic - - add catching 'distribution not found' exception + * 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 -Release 0.24.3 - Mon Nov 24 2014 - Yongfeng Du <dolpher.du@intel.com> -===================================================================== - * bug fix: - - fix qemu arm and arm64 issues - - remove --preserve-order option in taring fs image + * 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> ===================================================================== |