bump up to release 0.22
[tools/mic.git] / debian / changelog
index b1ef02c..9bc7927 100644 (file)
@@ -1,8 +1,131 @@
-mic (0.16-0.rc1) unstable; urgency=low
-
-  * Release 0.16
-
- -- Gui Chen <gui.chen@intel.com>  Wed, 23 Jan 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
+   * improve installation in virtualenv
+   * add bash completion support
+   * add zsh completion support
+   * export mapper device related to installer framework
+   * update BmapCreate to the latest version
+   * bug fix:
+     - fix customized plugin_dir not work in bootstrap
+     - fix packing process exit on Ubuntu
+     - fix loop device alloaction failed on openSUSE
+     - fix incorrect number showing during installing
+     - set owner of cacheidr/outdir to SUDO_USER
+     - correct project url in setup.py
+     - fix mic not work when mic.conf disappear
+
+ -- Gui Chen <gui.chen@intel.com>  Thu, 24 Oct 2013 17:25:35 +0800
+
+mic (0.21-1) unstable; urgency=low
+  * new distribution support: Fedora 19
+  * refactor chroot module to correct the logic
+  * add an alias for installerfw - installerfw_plugins
+  * remove fuser dependency to avoid some unmount issue
+  * enable proxy setting with authentication
+  * don't get proxy info from /etc/sysconfig/proxy ever
+  * kill processes inside chroot after post script running
+  * bug fix:
+    - fix bootloader options omitted
+    - raise when incorrectly set partition flags 'legacy_boot'
+    - fix wrong file descriptor issue
+    - fix some requires
+
+ -- Gui Chen <gui.chen@intel.com>  Mon, 26 Aug 2013 17:25:35 +0800
+
+mic (0.20-1) unstable; urgency=low
+  * new distribution support: CentOS 6
+  * drop image creation if checked packages not present in image
+  * introduce 'installerfw' command in kickstart to customize configuration
+  * improve output message of post scripts
+  * bug fix:
+    - fix rpm not support 'VCS' tag traceback
+
+ -- Gui Chen <gui.chen@intel.com>  Mon, 01 Jul 2013 17:25:35 +0800
+
+mic (0.19-1) unstable; urgency=low
+  * new distribution support: Ubuntu 13.04 and openSUSE 12.3
+  * introduce '--part-type' to handle GPT partition
+  * copy bmap creation from bmap-tools
+  * update some depends and fix depends issue
+  * bug fix:
+    - fix bug autologinuser always set
+    - fix symlink bind mount left issue
+    - fix '/var/lock' non-existent throw traceback 
+
+ -- Gui Chen <gui.chen@intel.com>  Thu, 16 May 2013 17:25:35 +0800
+
+mic (0.18-1) unstable; urgency=low
+
+  * put build_id before image name for release option
+  * mount build directory as tmpfs to speed up
+  * enable --priority in ks to set priority
+  * upgrade qemu (mic's depends) to 1.4.0
+  * bug fix:
+    - fix debuginfo rpm swig attribute lost
+    - fix release option failure with slash
+    - fix man page lost in some distros
+    - fix bmap file packed to tarball
+  * code cleanup:
+    - unify import statements to absolute import
+    - clean up many undefined in partitionfs.py/loop.py/livecd.py
+    - clean up some useless try and raise blocks
+    - clean up some bad indentations
+    - improve some error messages
+
+ -- Gui Chen <gui.chen@intel.com>  Mon, 03 Apr 2013 17:25:35 +0800
+
+mic (0.17-1) unstable; urgency=low
+
+  * support new distribution Fedora 18
+  * enable to handle more than 3 partitions
+  * support partitions without mount point
+  * move vcs infomation from .vcs to .packages
+  * clean up some mess in utils/misc.py
+  * bug fix:
+    - fix failure when symbolic link vmlinuz in single disk
+    - fix incorrect alignment handling
+    - fix requires squashfs in opensuse
+    - fix unicode error in myurlgrab
+  * code cleanup:
+    - clean up some mess in utils/misc.py
+    - clean up pylint issue in creator.py
+
+ -- Gui Chen <gui.chen@intel.com>  Tue, 28 Feb 2013 17:25:35 +0800
+
+mic (0.16-1) unstable; urgency=low
+
+  * add GPT support for UEFI format
+    - add --ptable=gpt option in kickstart to enable GPT
+    - add simple GPT parser to parse PARTUUID
+    - use PARTUUID in syslinux.cfg if gpt required
+    - clean up the mess code and improve readability
+  * improve alignment to reduce unused space
+    - add interface add_disks for PartitionedMount
+    - clean up the mess code in partitionfs.py
+  * append timestamp suffix to image name by default
+  * add a new option --nocache in kickstart to disable caching rpm
+  * add a new value 'vcs' for --record-pkgs to save VCS info
+  * add a new option --fstab-entry for raw image to set fstab entry
+  * introduce a new option '--install-pkgs' in mic
+    - valid values imagined: source, debuginfo, debugsource
+    - enable 'debuginfo' to install '-debuginfo' rpm in the meantime
+  * improve loop device generating and cleaning mechanism
+  * code clean:
+    - update documentation
+    - rename MANIFEST to MD5SUM
+    - clean up moblin stuff in kickstart
+    - clean mic tests and keep only unittest
+    - sepreate the download related as independent module
+  * bug fix:
+    - cleanup zypp credential file to fix conflicts during installing
+    - fix the issue that outdir/cachedir is not dir
+    - recalculate package content recording
+    - refactor try except statement in baseimager
+    - fix existing loop images overwritten
+ -- Gui Chen <gui.chen@intel.com>  Wed, 30 Jan 2013 17:25:35 +0800
 
 mic (0.15) unstable; urgency=low