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