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