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