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