bump up to release 0.27.7
[platform/upstream/mic.git] / packaging / mic.changes
old mode 100644 (file)
new mode 100755 (executable)
index d24a659..01dfd3c
@@ -1,6 +1,87 @@
-* Mon Jun 09 2014 Gui Chen <gui.chen@intel.com> - 0.24.1
-  * fix logfile incompleted issue
-  * fix md5sum to be compatible with utility md5sum
+* Fri Sep 15 2017 Yuhuan Yang <yuhuan.yang@samsung.com> - 0.27.7
+  * Timezone setting change
+  * Run certain script before creation of tar.gz image
+  * Locally built mic-bootstrap using gbs cannot be used in mic
+  * Add new option of tpk_install
+  * Amend mic cr option of run_script
+  * Add new option of --run_script
+  * fix the bug that modify the order of generating image by cpio
+  * Modify the order of generating image by cpio
+
+* Fri Jun 30 2017 Xiaojuan Mao <xiaojuan.mao@samsung.com> - 0.27.6
+  * Use cpio gzip in mic.
+  * fix corrupted log messages in log file
+  * change installed package name length from 20 to 50
+  * print warning message for detecting rpm post script...
+  * display all rpm debug messages in debug mode
+  * display filesystem size of each images
+  * add SIGTERM handler for exit gracefully
+  * change tpk install error message format
+  * print package name, before install
+  * Modify the arguments that use cpio to generate image.
+  * Solve mic hang issue, add timeout to show failure.
+  * Solve issue:mic has error when env no_proxy is 165.xx.xxx...
+  * Change the order of generating image by cpio.
+
+* Fri Apr 28 2017 Yuhuan Yang <yuhuan.yang@samsung.com> - 0.27.5
+  * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA.
+
+* Wed Apr 5 2017 SoonKyu Park <sk7.park@samsung.com> - 0.27.4
+  * Fixup changelog that causes errors
+  * Merge add mipsel register on binfmt_misc && Add support of qemu-mipsel patch
+  * Replace 'copy' to 'symbolic link' in timeznoe setting inside mic
+  * Copy ks setting lang to file /etc/config/mic_language for other use
+  * Show logs inside 'Running scripts' in mic
+
+* 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)
+
+* Wed May 25 2016 Jianzhong Fang <jz.fang@samsung.com> - 0.27.1
+  * new distribution support: Ubuntu 16.04, Fedora 23
+  * add raw image format support
+
+  * bug fix:
+    - Remove BmapCreate and Filemap source code from MIC (#DEVT-151)
+
+* Mon Mar 28 2016 Jianzhong Fang <jz.fang@samsung.com> - 0.27
+  * new distribution support: CentOS 7, Debian 8, Fedora 21, 
+    Fedora 22, 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 (#DEVT-224)
+  * drop mic-native support (#DEVT-248)
+  * update mount option
+  * revert bind mount config file to instroot
+  * drop liveusb, livecd and raw image formats support (#DEVT-243, #DEVT-263)
+  * use argparse module to parse the cmd line (#DEVT-52)
+
+  * 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 (#DEVT-254)
+    - 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