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