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