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