bump up to release 0.27.6
[tools/mic.git] / debian / changelog
old mode 100644 (file)
new mode 100755 (executable)
index c215afb..ab2f437
@@ -1,4 +1,125 @@
-mic (0.22-0.rc1) unstable; urgency=low
+mic (0.27.6) unstable; urgency=low
+  * 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.
+
+ -- Xiaojuan Mao <xiaojuan.mao@samsung.com>  Fri, 30 Jun 2017 15:00:00 +0800
+
+mic (0.27.5) unstable; urgency=low
+  * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA.
+
+ -- Yuhuan Yang <yuhuan.yang@samsung.com> Fri, 28 Apr 2017 15:00:00 +0800
+
+mic (0.27.4) unstable; urgency=low
+  * 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
+
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 5 Apr 2017 17:00:00 +0900
+
+mic (0.27.3) unstable; urgency=low
+  * support vdfs and squashfs image creation
+  * Show pkgid when install pkg error
+
+ -- Jiankang Fan <jiankang.fan@samsung.com>  Mon, 19 Dec 2016 15:00:00 +0800
+
+mic (0.27.2) unstable; urgency=low
+  * Add exclude-from-image option to exclude specific images 
+  * Add subcommand option parameters(-v, -d, -i)
+
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 28 Sep 2016 15:00:00 +0800
+
+mic (0.27.1) unstable; urgency=low
+  * 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)
+
+ -- Jianzhong Fang <jz.fang@samsung.com>  Wed, 25 May 2016 15:00:00 +0800
+
+mic (0.27) unstable; urgency=low
+  * 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
+
+ -- 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
+   * change python-zypp require to python-zypp-tizen
+   * add --repo comand option for local build
+   * add --user and --password option for %repo directive of ks file
+   * clean up some codes relevant to EULA agreement
+   * add hostname showing in log
+   * bug fix:
+     - fix chroot failed by space in image not enough
+     - fix obsolete packages incorrect handling
+     - fix yum backend failed to cache packages
+     - fix bare ip in no_proxy not working
+     - fix repeated log showing with yum backend
+     - fix loop device latency timing
+     - fix zypp failed to download by changing 'cachedir'
+     - fix 'mkfs' not working caused by mic-bootstrap install failed
+
+ -- Gui Chen <gui.chen@intel.com>  Tue, 11 Mar 2014 17:25:35 +0800
+
+mic (0.23-1) unstable; urgency=low
+   * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
+   * split requirements to subpackage 'mic-native' to reduce mic's dependencies
+   * support arm64 architecture image creation in native mode
+   * new option '--interactive'/'--non-interactive' to enable/disable interaction 
+   * new option '--uuid' for 'part' in ks file to set filesystem uuid
+   * export more variables related to installer framework for loop format
+   * bug fix:
+     - fix bootstrap handling if bootstrap package failed
+     - fix 'mapper_device' key error
+     - fix detailed error messages missing in mounting
+     - fix version comparing issue of urlgrabber in Fedora
+
+ -- Gui Chen <gui.chen@intel.com>  Fri, 12 Dec 2013 17:25:35 +0800
+
+mic (0.22-1) unstable; urgency=low
    * use __version__ variable instead of VERSION file
    * refactor msger module to ulitize logging module
    * refine error class module