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