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