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