1 mic (0.19-0.rc) unstable; urgency=low
2 * new distribution support: Ubuntu 13.04 and openSUSE 12.3
3 * introduce '--part-type' to handle GPT partition
4 * copy bmap creation from bmap-tools
5 * update some depends and fix depends issue
7 - fix bug autologinuser always set
8 - fix symlink bind mount left issue
9 - fix '/var/lock' non-existent throw traceback
11 -- Gui Chen <gui.chen@intel.com> Mon, 03 Apr 2013 17:25:35 +0800
13 mic (0.18-1) unstable; urgency=low
15 * put build_id before image name for release option
16 * mount build directory as tmpfs to speed up
17 * enable --priority in ks to set priority
18 * upgrade qemu (mic's depends) to 1.4.0
20 - fix debuginfo rpm swig attribute lost
21 - fix release option failure with slash
22 - fix man page lost in some distros
23 - fix bmap file packed to tarball
25 - unify import statements to absolute import
26 - clean up many undefined in partitionfs.py/loop.py/livecd.py
27 - clean up some useless try and raise blocks
28 - clean up some bad indentations
29 - improve some error messages
31 -- Gui Chen <gui.chen@intel.com> Mon, 03 Apr 2013 17:25:35 +0800
33 mic (0.17-1) unstable; urgency=low
35 * support new distribution Fedora 18
36 * enable to handle more than 3 partitions
37 * support partitions without mount point
38 * move vcs infomation from .vcs to .packages
39 * clean up some mess in utils/misc.py
41 - fix failure when symbolic link vmlinuz in single disk
42 - fix incorrect alignment handling
43 - fix requires squashfs in opensuse
44 - fix unicode error in myurlgrab
46 - clean up some mess in utils/misc.py
47 - clean up pylint issue in creator.py
49 -- Gui Chen <gui.chen@intel.com> Tue, 28 Feb 2013 17:25:35 +0800
51 mic (0.16-1) unstable; urgency=low
53 * add GPT support for UEFI format
54 - add --ptable=gpt option in kickstart to enable GPT
55 - add simple GPT parser to parse PARTUUID
56 - use PARTUUID in syslinux.cfg if gpt required
57 - clean up the mess code and improve readability
58 * improve alignment to reduce unused space
59 - add interface add_disks for PartitionedMount
60 - clean up the mess code in partitionfs.py
61 * append timestamp suffix to image name by default
62 * add a new option --nocache in kickstart to disable caching rpm
63 * add a new value 'vcs' for --record-pkgs to save VCS info
64 * add a new option --fstab-entry for raw image to set fstab entry
65 * introduce a new option '--install-pkgs' in mic
66 - valid values imagined: source, debuginfo, debugsource
67 - enable 'debuginfo' to install '-debuginfo' rpm in the meantime
68 * improve loop device generating and cleaning mechanism
70 - update documentation
71 - rename MANIFEST to MD5SUM
72 - clean up moblin stuff in kickstart
73 - clean mic tests and keep only unittest
74 - sepreate the download related as independent module
76 - cleanup zypp credential file to fix conflicts during installing
77 - fix the issue that outdir/cachedir is not dir
78 - recalculate package content recording
79 - refactor try except statement in baseimager
80 - fix existing loop images overwritten
82 -- Gui Chen <gui.chen@intel.com> Wed, 30 Jan 2013 17:25:35 +0800
84 mic (0.15) unstable; urgency=low
86 * Release 0.15, changes including:
87 - new bootstrap implementation: use bootstrap as default
88 - enable 'pkgmgr=auto' to use auto-selected backend
89 - just warning in chroot when not Tizen/MeeGo chroot dir
90 - remove username and password in zypp repo file
91 - update usage.rst for man page
93 - fix https proxy issue in yum backend
94 - fix repodata checksum failed issue
95 - avoid traceback when loopback is NoneType
97 -- Gui Chen <gui.chen@intel.com> Fri, 31 Aug 2012 17:25:35 +0800
99 mic (0.14) unstable; urgency=low
101 * Release 0.14, changes including:
102 - use cached metadata when checksum is not changed
103 - skip non-fatal error in ks file and prompt user to handle
104 - prompt user to handle when failed to apply img configure
105 - replace hard name with device uuid in etc/fstab
106 - enhance extlinux cfg file for symbolic kernel like IVI
107 - support label assign for raw image
109 - fix live image create failure when label assigned
110 - avoid traceback when converting unsupported type
111 - fix mic --version ugly output
113 -- Gui Chen <gui.chen@intel.com> Thu, 02 Aug 2012 17:25:35 +0800
115 mic (0.13) unstable; urgency=low
117 * Release 0.13, changes including:
118 - create logfile as default when --release specifid
119 - use 'gzip' and 'bzip2' to pack image instead of python
120 - automatically detect path of 'env' for chroot
121 - record version and os info in build log and logfile
123 - fix popup message in ubuntus
124 - fix unicode issue for logfile
125 - better fix for 'chroot raw' issue
127 -- Gui Chen <gui.chen@intel.com> Wed, 12 Jul 2012 17:25:35 +0800
129 mic (0.12) unstable; urgency=low
131 * Release 0.12, changes including:
132 - use default value when @BUILD_ID@ and @ARCH@ not specified
133 - enhance proxy support in attachment retrieve
134 - add new --shrink opt for loop image to control img shrinking
135 - avoid invalid literal for loop device generation
136 - relocate and refactor selinux_check func
137 - remove prefix for make install
139 - fix compres image in raw image
140 - fix src pkgs download failed issue
141 - fix convert failed issue
143 -- Gui Chen <gui.chen@intel.com> Wed, 20 Jun 2012 17:25:35 +0800
145 mic (0.11) unstable; urgency=low
147 * Release 0.11, changes including:
148 - support new subcmd 'auto' to handle magic line in ks
149 - enhance the handle of authentication url and https proxy
150 - support packing images together and support compressed file format
151 - reset LD_PRELOAD for chroot env
152 - centralized interface to check existing images
153 - avoid live image creating when using multi-partitions
154 - resolve the depends of python-urlgrabber
156 - fix logfile context lost issue
157 - fix attachment package url handling
158 - fix mic ch raw failed issue
160 -- Gui Chen <gui.chen@intel.com> Fri, 08 Jun 2012 17:25:35 +0800
162 mic (0.10.4) unstable; urgency=low
164 * Release 0.10, changes including:
165 - container support using '%attachment' section in ks
166 - add --compress-to option to support zip format in loop image
167 - auto-detect config and plugindir to meet virtualenv and customized install
168 - remove all hardcoded info in setup.py and use sys.prefix for installing
169 - tolerate some OS errors in the image configurations stage
171 - fix zypp missing password when using username passwd
172 - some fixes to enhance authentication url
173 - refine repostr structure to fix comma issue in baseurl
175 -- Gui Chen <gui.chen@intel.com> Tue, 15 May 2012 17:25:35 +0800
177 mic (0.9.4) unstable; urgency=low
179 * Release 0.9, changes including:
180 - support pre-install package with zypp backend
181 - sync /etc/mic/mic.conf to bootstrap
182 - enhance sorting for version comparsion in zypp
183 - rewrite chroot tar image using xml format mount point file
184 - fix the incorrect number showing in fs src pkgs download
185 - remove tests directory for dist in Makefile
186 - fix liveusb parted mkpart failure, revert mbr size expand in raw
187 - cleanup /tmp/repolic* dir in the EULA checking
189 -- Gui Chen <gui.chen@intel.com> Fri, 13 Apr 2012 17:25:35 +0800
191 mic (0.8.1) unstable; urgency=low
193 * Release 0.8, changes including:
194 - partition alignment support
195 - remove bootloader option 'quiet vga' for raw
196 - update dist files in git source
197 - update unittest, add cases for chroot, msger, runner
198 - add 40 system test case for help
199 - rewrite loop device allocation mechanism
201 -- Gui Chen <gui.chen@intel.com> Mon, 26 Mar 2012 17:25:35 +0800
203 mic (0.7) unstable; urgency=low
205 * Release 0.7, changes including:
206 - zypp backend: fixed a fatal issue of unreleasable loop devs
207 - zypp backend: more friendly output message
208 - backend: share cached rpm files between yum and zypp
209 - enhancement for multiple partition loop format
210 - make msger to accept Unicode string
211 - fixed a regression of compress option for FS format
212 - fixed issues in openSUSE12.1
213 - new written man page
215 -- JF Ding <jian-feng.ding@intel.com> Fri, 02 Mar 2012 17:45:35 +0800
217 mic (0.6) unstable; urgency=low
219 * Release 0.6, changes including:
220 - give hint when converted image existed
221 - conf.py: proxy scheme check
222 - space check before copy image
223 - zypp: abort with error msg for repo resolver issues
224 - runner.py refinement
225 - ks file syntax check for '%post' without '%end'
226 - support more compression formats than only bzip2
227 - fix msg NoneType issue, causing exit after install
229 - catch creator error when retrieving bootstrap metadata
230 - correct matching .metadata file in bootstrap
232 -- Qiang Zhang <qiang.z.zhang@intel.com> Thu, 16 Feb 2012 17:25:35 +0800
234 mic (0.5) unstable; urgency=low
236 * Release 0.5, changes including:
237 - Rewrite the algorithm of checking free space for download and install
238 - Add --shell option for convert to recreate image modified by innershell
239 - Add -s option for chroot to unpack image
240 - Introduce --copy-kernel option for creator
241 - Remove the hardcoded default args for bootloader
242 - Disable logstderr and flush message buffer in disable_logstderr
243 - Deal with yum.conf inside yum backend by itself
245 - Fix rpmdb error in yum and zypp to avoid bad file descriptor message
246 - Fix MANIFEST syntax to be compliant with md5sum
247 - Correct dependencies for mic in bootstrap
249 -- Gui Chen <gui.chen@intel.com> Mon, 06 Feb 2012 17:25:35 +0800
251 mic (0.4) unstable; urgency=low
253 * Release 0.4, changes including:
254 - Support bootstrap mode, run with '--runtime=bootstrap'
255 - Full support for taring-to output, use 'mic ch x.tar'
256 - Break dependency between backend and baseimage
257 - Check valid repos in ks file
258 - Space check update and catch no space exception
259 - Fix no prompt when cv and ch no existed image
260 - Fix NoneType 'createopts' when convert
261 - Fix no existed local_pkgs_path
263 -- Gui Chen <gui.chen@intel.com> Fri, 06 Jan 2012 17:25:35 +0800
265 mic (0.3) unstable; urgency=low
267 * Upgrade to version 0.3, changes including:
268 - Unit test support, run 'make test'
269 - Enable proxy support in config file
270 - Refine configmgr and pluginmgr
271 - Support multi instance with different cache dir
272 - Add 47 system test case
273 - Improve md5sum generation
274 - Add repo option --ssl_verify
275 - Add option --name_prefix
276 - Reformatted code according to PEP08
277 - Backport from mic2:
278 - Add priority and cost option for repos
279 - Reinstroduced compress-disk-image option
281 -- Gui Chen <gui.chen@intel.com> Mon, 26 Dec 2011 17:25:35 +0800
283 mic (0.2) unstable; urgency=low
285 * Release 0.2, with the following changes:
286 - Support btrfs and ext4 fstype for creator, convertor, and chroot
287 - Append distfiles and Makefile
288 - Check arch type from repo data
289 - Set rpm dbpath to fix 'rpm -qa' issue
290 - Fix chroot issue caused by image size
291 - Improve setup.py and make it compatible with python 2.5
292 - Disable ca check for https
293 - Change default output dir name to ./mic-output
294 - untrack mic/__version__.py
295 - Fix some minor issues
297 -- Gui Chen <gui.chen@intel.com> Tue, 29 Nov 2011 17:25:35 +0800
299 mic (0.1) unstable; urgency=low
301 * Official release 0.1, with the following features:
302 - Support three subcommand: create, convert, chroot
303 - Support five image types: fs, loop, raw, livecd, liveusb
304 - Support two package manager backend: yum and zypp
305 - Support the following global command line options:
308 - Creator subcommand support the following command line options:
310 - -c CONFIG, --config=CONFIG
311 - -k CACHEDIR, --cachedir=CACHEDIR
312 - -o OUTDIR, --outdir=OUTDIR
313 - -A ARCH, --arch=ARCH
315 - --record-pkgs=RECORD_PKGS
317 - --local-pkgs-path=LOCAL_PKGS_PATH
319 -- Gui Chen <gui.chen@intel.com> Thu, 27 Oct 2011 17:25:35 +0800