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