1 mic (0.25.1) unstable; urgency=low
2 * revert bind mount config file to instroot
5 -- Gui Chen <gui.chen@intel.com> Thu, 24 Oct 2013 17:25:35 +0800
7 mic (0.25) unstable; urgency=low
8 * new distribution support: Ubuntu 14.04 and Debian 7.0
9 * generate manifest file to describe image information
10 * refactor archive and compress module
11 * support sparse handle for tar command
12 * replace system V with systemd on locale setting
13 * support lzop compress
15 - fix logfile incomplete in release option
16 - fix config file disappear in bootstrap
17 - fix aarch64 bin_format
20 -- Gui Chen <gui.chen@intel.com> Thu, 24 Oct 2013 17:25:35 +0800
22 mic (0.24) unstable; urgency=low
23 * enhance to handle password with special characters
24 * change python-zypp require to python-zypp-tizen
25 * add --repo comand option for local build
26 * add --user and --password option for %repo directive of ks file
27 * clean up some codes relevant to EULA agreement
28 * add hostname showing in log
30 - fix chroot failed by space in image not enough
31 - fix obsolete packages incorrect handling
32 - fix yum backend failed to cache packages
33 - fix bare ip in no_proxy not working
34 - fix repeated log showing with yum backend
35 - fix loop device latency timing
36 - fix zypp failed to download by changing 'cachedir'
37 - fix 'mkfs' not working caused by mic-bootstrap install failed
39 -- Gui Chen <gui.chen@intel.com> Thu, 24 Oct 2013 17:25:35 +0800
41 mic (0.23-1) unstable; urgency=low
42 * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
43 * split requirements to subpackage 'mic-native' to reduce mic's dependencies
44 * support arm64 architecture image creation in native mode
45 * new option '--interactive'/'--non-interactive' to enable/disable interaction
46 * new option '--uuid' for 'part' in ks file to set filesystem uuid
47 * export more variables related to installer framework for loop format
49 - fix bootstrap handling if bootstrap package failed
50 - fix 'mapper_device' key error
51 - fix detailed error messages missing in mounting
52 - fix version comparing issue of urlgrabber in Fedora
54 -- Gui Chen <gui.chen@intel.com> Thu, 24 Oct 2013 17:25:35 +0800
56 mic (0.22-1) unstable; urgency=low
57 * use __version__ variable instead of VERSION file
58 * refactor msger module to ulitize logging module
59 * refine error class module
60 * improve installation in virtualenv
61 * add bash completion support
62 * add zsh completion support
63 * export mapper device related to installer framework
64 * update BmapCreate to the latest version
66 - fix customized plugin_dir not work in bootstrap
67 - fix packing process exit on Ubuntu
68 - fix loop device alloaction failed on openSUSE
69 - fix incorrect number showing during installing
70 - set owner of cacheidr/outdir to SUDO_USER
71 - correct project url in setup.py
72 - fix mic not work when mic.conf disappear
74 -- Gui Chen <gui.chen@intel.com> Thu, 24 Oct 2013 17:25:35 +0800
76 mic (0.21-1) unstable; urgency=low
77 * new distribution support: Fedora 19
78 * refactor chroot module to correct the logic
79 * add an alias for installerfw - installerfw_plugins
80 * remove fuser dependency to avoid some unmount issue
81 * enable proxy setting with authentication
82 * don't get proxy info from /etc/sysconfig/proxy ever
83 * kill processes inside chroot after post script running
85 - fix bootloader options omitted
86 - raise when incorrectly set partition flags 'legacy_boot'
87 - fix wrong file descriptor issue
90 -- Gui Chen <gui.chen@intel.com> Mon, 26 Aug 2013 17:25:35 +0800
92 mic (0.20-1) unstable; urgency=low
93 * new distribution support: CentOS 6
94 * drop image creation if checked packages not present in image
95 * introduce 'installerfw' command in kickstart to customize configuration
96 * improve output message of post scripts
98 - fix rpm not support 'VCS' tag traceback
100 -- Gui Chen <gui.chen@intel.com> Mon, 01 Jul 2013 17:25:35 +0800
102 mic (0.19-1) unstable; urgency=low
103 * new distribution support: Ubuntu 13.04 and openSUSE 12.3
104 * introduce '--part-type' to handle GPT partition
105 * copy bmap creation from bmap-tools
106 * update some depends and fix depends issue
108 - fix bug autologinuser always set
109 - fix symlink bind mount left issue
110 - fix '/var/lock' non-existent throw traceback
112 -- Gui Chen <gui.chen@intel.com> Thu, 16 May 2013 17:25:35 +0800
114 mic (0.18-1) unstable; urgency=low
116 * put build_id before image name for release option
117 * mount build directory as tmpfs to speed up
118 * enable --priority in ks to set priority
119 * upgrade qemu (mic's depends) to 1.4.0
121 - fix debuginfo rpm swig attribute lost
122 - fix release option failure with slash
123 - fix man page lost in some distros
124 - fix bmap file packed to tarball
126 - unify import statements to absolute import
127 - clean up many undefined in partitionfs.py/loop.py/livecd.py
128 - clean up some useless try and raise blocks
129 - clean up some bad indentations
130 - improve some error messages
132 -- Gui Chen <gui.chen@intel.com> Mon, 03 Apr 2013 17:25:35 +0800
134 mic (0.17-1) unstable; urgency=low
136 * support new distribution Fedora 18
137 * enable to handle more than 3 partitions
138 * support partitions without mount point
139 * move vcs infomation from .vcs to .packages
140 * clean up some mess in utils/misc.py
142 - fix failure when symbolic link vmlinuz in single disk
143 - fix incorrect alignment handling
144 - fix requires squashfs in opensuse
145 - fix unicode error in myurlgrab
147 - clean up some mess in utils/misc.py
148 - clean up pylint issue in creator.py
150 -- Gui Chen <gui.chen@intel.com> Tue, 28 Feb 2013 17:25:35 +0800
152 mic (0.16-1) unstable; urgency=low
154 * add GPT support for UEFI format
155 - add --ptable=gpt option in kickstart to enable GPT
156 - add simple GPT parser to parse PARTUUID
157 - use PARTUUID in syslinux.cfg if gpt required
158 - clean up the mess code and improve readability
159 * improve alignment to reduce unused space
160 - add interface add_disks for PartitionedMount
161 - clean up the mess code in partitionfs.py
162 * append timestamp suffix to image name by default
163 * add a new option --nocache in kickstart to disable caching rpm
164 * add a new value 'vcs' for --record-pkgs to save VCS info
165 * add a new option --fstab-entry for raw image to set fstab entry
166 * introduce a new option '--install-pkgs' in mic
167 - valid values imagined: source, debuginfo, debugsource
168 - enable 'debuginfo' to install '-debuginfo' rpm in the meantime
169 * improve loop device generating and cleaning mechanism
171 - update documentation
172 - rename MANIFEST to MD5SUM
173 - clean up moblin stuff in kickstart
174 - clean mic tests and keep only unittest
175 - sepreate the download related as independent module
177 - cleanup zypp credential file to fix conflicts during installing
178 - fix the issue that outdir/cachedir is not dir
179 - recalculate package content recording
180 - refactor try except statement in baseimager
181 - fix existing loop images overwritten
183 -- Gui Chen <gui.chen@intel.com> Wed, 30 Jan 2013 17:25:35 +0800
185 mic (0.15) unstable; urgency=low
187 * Release 0.15, changes including:
188 - new bootstrap implementation: use bootstrap as default
189 - enable 'pkgmgr=auto' to use auto-selected backend
190 - just warning in chroot when not Tizen/MeeGo chroot dir
191 - remove username and password in zypp repo file
192 - update usage.rst for man page
194 - fix https proxy issue in yum backend
195 - fix repodata checksum failed issue
196 - avoid traceback when loopback is NoneType
198 -- Gui Chen <gui.chen@intel.com> Fri, 31 Aug 2012 17:25:35 +0800
200 mic (0.14) unstable; urgency=low
202 * Release 0.14, changes including:
203 - use cached metadata when checksum is not changed
204 - skip non-fatal error in ks file and prompt user to handle
205 - prompt user to handle when failed to apply img configure
206 - replace hard name with device uuid in etc/fstab
207 - enhance extlinux cfg file for symbolic kernel like IVI
208 - support label assign for raw image
210 - fix live image create failure when label assigned
211 - avoid traceback when converting unsupported type
212 - fix mic --version ugly output
214 -- Gui Chen <gui.chen@intel.com> Thu, 02 Aug 2012 17:25:35 +0800
216 mic (0.13) unstable; urgency=low
218 * Release 0.13, changes including:
219 - create logfile as default when --release specifid
220 - use 'gzip' and 'bzip2' to pack image instead of python
221 - automatically detect path of 'env' for chroot
222 - record version and os info in build log and logfile
224 - fix popup message in ubuntus
225 - fix unicode issue for logfile
226 - better fix for 'chroot raw' issue
228 -- Gui Chen <gui.chen@intel.com> Wed, 12 Jul 2012 17:25:35 +0800
230 mic (0.12) unstable; urgency=low
232 * Release 0.12, changes including:
233 - use default value when @BUILD_ID@ and @ARCH@ not specified
234 - enhance proxy support in attachment retrieve
235 - add new --shrink opt for loop image to control img shrinking
236 - avoid invalid literal for loop device generation
237 - relocate and refactor selinux_check func
238 - remove prefix for make install
240 - fix compres image in raw image
241 - fix src pkgs download failed issue
242 - fix convert failed issue
244 -- Gui Chen <gui.chen@intel.com> Wed, 20 Jun 2012 17:25:35 +0800
246 mic (0.11) unstable; urgency=low
248 * Release 0.11, changes including:
249 - support new subcmd 'auto' to handle magic line in ks
250 - enhance the handle of authentication url and https proxy
251 - support packing images together and support compressed file format
252 - reset LD_PRELOAD for chroot env
253 - centralized interface to check existing images
254 - avoid live image creating when using multi-partitions
255 - resolve the depends of python-urlgrabber
257 - fix logfile context lost issue
258 - fix attachment package url handling
259 - fix mic ch raw failed issue
261 -- Gui Chen <gui.chen@intel.com> Fri, 08 Jun 2012 17:25:35 +0800
263 mic (0.10.4) unstable; urgency=low
265 * Release 0.10, changes including:
266 - container support using '%attachment' section in ks
267 - add --compress-to option to support zip format in loop image
268 - auto-detect config and plugindir to meet virtualenv and customized install
269 - remove all hardcoded info in setup.py and use sys.prefix for installing
270 - tolerate some OS errors in the image configurations stage
272 - fix zypp missing password when using username passwd
273 - some fixes to enhance authentication url
274 - refine repostr structure to fix comma issue in baseurl
276 -- Gui Chen <gui.chen@intel.com> Tue, 15 May 2012 17:25:35 +0800
278 mic (0.9.4) unstable; urgency=low
280 * Release 0.9, changes including:
281 - support pre-install package with zypp backend
282 - sync /etc/mic/mic.conf to bootstrap
283 - enhance sorting for version comparsion in zypp
284 - rewrite chroot tar image using xml format mount point file
285 - fix the incorrect number showing in fs src pkgs download
286 - remove tests directory for dist in Makefile
287 - fix liveusb parted mkpart failure, revert mbr size expand in raw
288 - cleanup /tmp/repolic* dir in the EULA checking
290 -- Gui Chen <gui.chen@intel.com> Fri, 13 Apr 2012 17:25:35 +0800
292 mic (0.8.1) unstable; urgency=low
294 * Release 0.8, changes including:
295 - partition alignment support
296 - remove bootloader option 'quiet vga' for raw
297 - update dist files in git source
298 - update unittest, add cases for chroot, msger, runner
299 - add 40 system test case for help
300 - rewrite loop device allocation mechanism
302 -- Gui Chen <gui.chen@intel.com> Mon, 26 Mar 2012 17:25:35 +0800
304 mic (0.7) unstable; urgency=low
306 * Release 0.7, changes including:
307 - zypp backend: fixed a fatal issue of unreleasable loop devs
308 - zypp backend: more friendly output message
309 - backend: share cached rpm files between yum and zypp
310 - enhancement for multiple partition loop format
311 - make msger to accept Unicode string
312 - fixed a regression of compress option for FS format
313 - fixed issues in openSUSE12.1
314 - new written man page
316 -- JF Ding <jian-feng.ding@intel.com> Fri, 02 Mar 2012 17:45:35 +0800
318 mic (0.6) unstable; urgency=low
320 * Release 0.6, changes including:
321 - give hint when converted image existed
322 - conf.py: proxy scheme check
323 - space check before copy image
324 - zypp: abort with error msg for repo resolver issues
325 - runner.py refinement
326 - ks file syntax check for '%post' without '%end'
327 - support more compression formats than only bzip2
328 - fix msg NoneType issue, causing exit after install
330 - catch creator error when retrieving bootstrap metadata
331 - correct matching .metadata file in bootstrap
333 -- Qiang Zhang <qiang.z.zhang@intel.com> Thu, 16 Feb 2012 17:25:35 +0800
335 mic (0.5) unstable; urgency=low
337 * Release 0.5, changes including:
338 - Rewrite the algorithm of checking free space for download and install
339 - Add --shell option for convert to recreate image modified by innershell
340 - Add -s option for chroot to unpack image
341 - Introduce --copy-kernel option for creator
342 - Remove the hardcoded default args for bootloader
343 - Disable logstderr and flush message buffer in disable_logstderr
344 - Deal with yum.conf inside yum backend by itself
346 - Fix rpmdb error in yum and zypp to avoid bad file descriptor message
347 - Fix MANIFEST syntax to be compliant with md5sum
348 - Correct dependencies for mic in bootstrap
350 -- Gui Chen <gui.chen@intel.com> Mon, 06 Feb 2012 17:25:35 +0800
352 mic (0.4) unstable; urgency=low
354 * Release 0.4, changes including:
355 - Support bootstrap mode, run with '--runtime=bootstrap'
356 - Full support for taring-to output, use 'mic ch x.tar'
357 - Break dependency between backend and baseimage
358 - Check valid repos in ks file
359 - Space check update and catch no space exception
360 - Fix no prompt when cv and ch no existed image
361 - Fix NoneType 'createopts' when convert
362 - Fix no existed local_pkgs_path
364 -- Gui Chen <gui.chen@intel.com> Fri, 06 Jan 2012 17:25:35 +0800
366 mic (0.3) unstable; urgency=low
368 * Upgrade to version 0.3, changes including:
369 - Unit test support, run 'make test'
370 - Enable proxy support in config file
371 - Refine configmgr and pluginmgr
372 - Support multi instance with different cache dir
373 - Add 47 system test case
374 - Improve md5sum generation
375 - Add repo option --ssl_verify
376 - Add option --name_prefix
377 - Reformatted code according to PEP08
378 - Backport from mic2:
379 - Add priority and cost option for repos
380 - Reinstroduced compress-disk-image option
382 -- Gui Chen <gui.chen@intel.com> Mon, 26 Dec 2011 17:25:35 +0800
384 mic (0.2) unstable; urgency=low
386 * Release 0.2, with the following changes:
387 - Support btrfs and ext4 fstype for creator, convertor, and chroot
388 - Append distfiles and Makefile
389 - Check arch type from repo data
390 - Set rpm dbpath to fix 'rpm -qa' issue
391 - Fix chroot issue caused by image size
392 - Improve setup.py and make it compatible with python 2.5
393 - Disable ca check for https
394 - Change default output dir name to ./mic-output
395 - untrack mic/__version__.py
396 - Fix some minor issues
398 -- Gui Chen <gui.chen@intel.com> Tue, 29 Nov 2011 17:25:35 +0800
400 mic (0.1) unstable; urgency=low
402 * Official release 0.1, with the following features:
403 - Support three subcommand: create, convert, chroot
404 - Support five image types: fs, loop, raw, livecd, liveusb
405 - Support two package manager backend: yum and zypp
406 - Support the following global command line options:
409 - Creator subcommand support the following command line options:
411 - -c CONFIG, --config=CONFIG
412 - -k CACHEDIR, --cachedir=CACHEDIR
413 - -o OUTDIR, --outdir=OUTDIR
414 - -A ARCH, --arch=ARCH
416 - --record-pkgs=RECORD_PKGS
418 - --local-pkgs-path=LOCAL_PKGS_PATH
420 -- Gui Chen <gui.chen@intel.com> Thu, 27 Oct 2011 17:25:35 +0800