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