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