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