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