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