Add copyright to files that miss copyright
[tools/mic.git] / ChangeLog
index 9c7c33f..c40cd41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+Release 0.26 - Tue Oct 14 2014 - Gui Chen <gui.chen@intel.com>
+=====================================================================
+  * 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
+
+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
+
+Release 0.24 - Tue Mar 11 2014 - Gui Chen <gui.chen@intel.com>
+=====================================================================
+  * 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
+
+Release 0.23 - Fri Dec 12 2013 - Gui Chen <gui.chen@intel.com>
+=====================================================================
+  * 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
+
 Release 0.22 - Thu Oct 24 2013 - Gui Chen <gui.chen@intel.com>
 =====================================================================
   * use __version__ variable instead of VERSION file