update changelog files
[tools/mic.git] / debian / changelog
1 mic (0.17-0.rc0) unstable; urgency=low
2
3   * support new distribution Fedora 18
4   * enable to handle more than 3 partitions
5   * support partitions without mount point
6   * move vcs infomation from .vcs to .packages
7   * clean up some mess in utils/misc.py
8   * bug fix:
9     - fix failure when symbolic link vmlinuz in single disk
10     - fix incorrect alignment handling
11     - fix requires squashfs in opensuse
12     - fix unicode error in myurlgrab
13   * code cleanup:
14     - clean up some mess in utils/misc.py
15     - clean up pylint issue in creator.py
16
17  -- Gui Chen <gui.chen@intel.com>  Tue, 28 Feb 2013 17:25:35 +0800
18
19 mic (0.16-1) unstable; urgency=low
20
21   * add GPT support for UEFI format
22     - add --ptable=gpt option in kickstart to enable GPT
23     - add simple GPT parser to parse PARTUUID
24     - use PARTUUID in syslinux.cfg if gpt required
25     - clean up the mess code and improve readability
26   * improve alignment to reduce unused space
27     - add interface add_disks for PartitionedMount
28     - clean up the mess code in partitionfs.py
29   * append timestamp suffix to image name by default
30   * add a new option --nocache in kickstart to disable caching rpm
31   * add a new value 'vcs' for --record-pkgs to save VCS info
32   * add a new option --fstab-entry for raw image to set fstab entry
33   * introduce a new option '--install-pkgs' in mic
34     - valid values imagined: source, debuginfo, debugsource
35     - enable 'debuginfo' to install '-debuginfo' rpm in the meantime
36   * improve loop device generating and cleaning mechanism
37   * code clean:
38     - update documentation
39     - rename MANIFEST to MD5SUM
40     - clean up moblin stuff in kickstart
41     - clean mic tests and keep only unittest
42     - sepreate the download related as independent module
43   * bug fix:
44     - cleanup zypp credential file to fix conflicts during installing
45     - fix the issue that outdir/cachedir is not dir
46     - recalculate package content recording
47     - refactor try except statement in baseimager
48     - fix existing loop images overwritten
49  
50  -- Gui Chen <gui.chen@intel.com>  Wed, 30 Jan 2013 17:25:35 +0800
51
52 mic (0.15) unstable; urgency=low
53
54   * Release 0.15, changes including:
55     - new bootstrap implementation: use bootstrap as default
56     - enable 'pkgmgr=auto' to use auto-selected backend
57     - just warning in chroot when not Tizen/MeeGo chroot dir
58     - remove username and password in zypp repo file
59     - update usage.rst for man page
60     - bug fix:
61       - fix https proxy issue in yum backend
62       - fix repodata checksum failed issue
63       - avoid traceback when loopback is NoneType
64  
65  -- Gui Chen <gui.chen@intel.com>  Fri, 31 Aug 2012 17:25:35 +0800
66
67 mic (0.14) unstable; urgency=low
68
69   * Release 0.14, changes including:
70     - use cached metadata when checksum is not changed
71     - skip non-fatal error in ks file and prompt user to handle
72     - prompt user to handle when failed to apply img configure
73     - replace hard name with device uuid in etc/fstab 
74     - enhance extlinux cfg file for symbolic kernel like IVI
75     - support label assign for raw image
76     - bug fix:
77       - fix live image create failure when label assigned
78       - avoid traceback when converting unsupported type
79       - fix mic --version ugly output
80   
81  -- Gui Chen <gui.chen@intel.com>  Thu, 02 Aug 2012 17:25:35 +0800
82
83 mic (0.13) unstable; urgency=low
84
85   * Release 0.13, changes including:
86     - create logfile as default when --release specifid
87     - use 'gzip' and 'bzip2' to pack image instead of python
88     - automatically detect path of 'env' for chroot
89     - record version and os info in build log and logfile
90     - bug fix:
91       - fix popup message in ubuntus
92       - fix unicode issue for logfile
93       - better fix for 'chroot raw' issue 
94
95  -- Gui Chen <gui.chen@intel.com>  Wed, 12 Jul 2012 17:25:35 +0800
96
97 mic (0.12) unstable; urgency=low
98
99   * Release 0.12, changes including:
100     - use default value when @BUILD_ID@ and @ARCH@ not specified
101     - enhance proxy support in attachment retrieve
102     - add new --shrink opt for loop image to control img shrinking
103     - avoid invalid literal for loop device generation
104     - relocate and refactor selinux_check func
105     - remove prefix for make install
106     - bug fix:
107       - fix compres image in raw image
108       - fix src pkgs download failed issue
109       - fix convert failed issue
110
111  -- Gui Chen <gui.chen@intel.com>  Wed, 20 Jun 2012 17:25:35 +0800
112
113 mic (0.11) unstable; urgency=low
114
115   * Release 0.11, changes including:
116     - support new subcmd 'auto' to handle magic line in ks
117     - enhance the handle of authentication url and https proxy
118     - support packing images together and support compressed file format
119     - reset LD_PRELOAD for chroot env
120     - centralized interface to check existing images
121     - avoid live image creating when using multi-partitions
122     - resolve the depends of python-urlgrabber
123     - bug fix:
124       - fix logfile context lost issue
125       - fix attachment package url handling
126       - fix mic ch raw failed issue
127   
128  -- Gui Chen <gui.chen@intel.com>  Fri, 08 Jun 2012 17:25:35 +0800
129
130 mic (0.10.4) unstable; urgency=low
131
132   * Release 0.10, changes including:
133     - container support using '%attachment' section in ks
134     - add --compress-to option to support zip format in loop image
135     - auto-detect config and plugindir to meet virtualenv and customized install
136     - remove all hardcoded info in setup.py and use sys.prefix for installing
137     - tolerate some OS errors in the image configurations stage
138     - extra patch:
139       - fix zypp missing password when using username passwd 
140       - some fixes to enhance authentication url
141       - refine repostr structure to fix comma issue in baseurl
142
143  -- Gui Chen <gui.chen@intel.com>  Tue, 15 May 2012 17:25:35 +0800
144
145 mic (0.9.4) unstable; urgency=low
146
147   * Release 0.9, changes including:
148     - support pre-install package with zypp backend
149     - sync /etc/mic/mic.conf to bootstrap
150     - enhance sorting for version comparsion in zypp
151     - rewrite chroot tar image using xml format mount point file
152     - fix the incorrect number showing in fs src pkgs download
153     - remove tests directory for dist in Makefile
154     - fix liveusb parted mkpart failure, revert mbr size expand in raw
155     - cleanup /tmp/repolic* dir in the EULA checking
156
157  -- Gui Chen <gui.chen@intel.com>  Fri, 13 Apr 2012 17:25:35 +0800
158
159 mic (0.8.1) unstable; urgency=low
160
161   * Release 0.8, changes including:
162     - partition alignment support
163     - remove bootloader option 'quiet vga' for raw
164     - update dist files in git source
165     - update unittest, add cases for chroot, msger, runner
166     - add 40 system test case for help
167     - rewrite loop device allocation mechanism
168
169  -- Gui Chen <gui.chen@intel.com>  Mon, 26 Mar 2012 17:25:35 +0800
170
171 mic (0.7) unstable; urgency=low
172
173   * Release 0.7, changes including:
174     - zypp backend: fixed a fatal issue of unreleasable loop devs
175     - zypp backend: more friendly output message
176     - backend: share cached rpm files between yum and zypp
177     - enhancement for multiple partition loop format
178     - make msger to accept Unicode string
179     - fixed a regression of compress option for FS format
180     - fixed issues in openSUSE12.1
181     - new written man page
182
183  -- JF Ding <jian-feng.ding@intel.com>  Fri, 02 Mar 2012 17:45:35 +0800
184
185 mic (0.6) unstable; urgency=low
186
187   * Release 0.6, changes including:
188     - give hint when converted image existed
189     - conf.py: proxy scheme check
190     - space check before copy image
191     - zypp: abort with error msg for repo resolver issues
192     - runner.py refinement
193     - ks file syntax check for '%post' without '%end' 
194     - support more compression formats than only bzip2
195     - fix msg NoneType issue, causing exit after install
196     - bootstrap:
197       - catch creator error when retrieving bootstrap metadata
198       - correct matching .metadata file in bootstrap
199
200  -- Qiang Zhang <qiang.z.zhang@intel.com>  Thu, 16 Feb 2012 17:25:35 +0800
201
202 mic (0.5) unstable; urgency=low
203
204   * Release 0.5, changes including:
205     - Rewrite the algorithm of checking free space for download and install
206     - Add --shell option for convert to recreate image modified by innershell
207     - Add -s option for chroot to unpack image
208     - Introduce --copy-kernel option for creator
209     - Remove the hardcoded default args for bootloader
210     - Disable logstderr and flush message buffer in disable_logstderr
211     - Deal with yum.conf inside yum backend by itself
212     - Bug fix:
213       - Fix rpmdb error in yum and zypp to avoid bad file descriptor message
214       - Fix MANIFEST syntax to be compliant with md5sum
215       - Correct dependencies for mic in bootstrap
216   
217  -- Gui Chen <gui.chen@intel.com>  Mon, 06 Feb 2012 17:25:35 +0800
218
219 mic (0.4) unstable; urgency=low
220
221   * Release 0.4, changes including:
222     - Support bootstrap mode, run with '--runtime=bootstrap'
223     - Full support for taring-to output, use 'mic ch x.tar'
224     - Break dependency between backend and baseimage
225     - Check valid repos in ks file
226     - Space check update and catch no space exception
227     - Fix no prompt when cv and ch no existed image
228     - Fix NoneType 'createopts' when convert
229     - Fix no existed local_pkgs_path
230    
231  -- Gui Chen <gui.chen@intel.com>  Fri, 06 Jan 2012 17:25:35 +0800
232
233 mic (0.3) unstable; urgency=low
234
235   * Upgrade to version 0.3, changes including:
236     - Unit test support, run 'make test'
237     - Enable proxy support in config file
238     - Refine configmgr and pluginmgr
239     - Support multi instance with different cache dir
240     - Add 47 system test case
241     - Improve md5sum generation
242     - Add repo option --ssl_verify
243     - Add option --name_prefix
244     - Reformatted code according to PEP08
245     - Backport from mic2:
246       - Add priority and cost option for repos
247       - Reinstroduced compress-disk-image option 
248   
249  -- Gui Chen <gui.chen@intel.com>  Mon, 26 Dec 2011 17:25:35 +0800
250
251 mic (0.2) unstable; urgency=low
252
253   * Release 0.2, with the following changes:
254     - Support btrfs and ext4 fstype for creator, convertor, and chroot
255     - Append distfiles and Makefile
256     - Check arch type from repo data
257     - Set rpm dbpath to fix 'rpm -qa' issue
258     - Fix chroot issue caused by image size
259     - Improve setup.py and make it compatible with python 2.5
260     - Disable ca check for https
261     - Change default output dir name to ./mic-output
262     - untrack mic/__version__.py
263     - Fix some minor issues
264
265  -- Gui Chen <gui.chen@intel.com>  Tue, 29 Nov 2011 17:25:35 +0800
266
267 mic (0.1) unstable; urgency=low
268
269   * Official release 0.1, with the following features:
270     - Support three subcommand: create, convert, chroot
271     - Support five image types: fs, loop, raw, livecd, liveusb
272     - Support two package manager backend: yum and zypp
273     - Support the following global command line options:
274       - --verbose
275       - --debug
276     - Creator subcommand support the following command line options:
277       - --logfile=LOGFILE
278       - -c CONFIG, --config=CONFIG
279       - -k CACHEDIR, --cachedir=CACHEDIR
280       - -o OUTDIR, --outdir=OUTDIR
281       - -A ARCH, --arch=ARCH
282       - --release=RID
283       - --record-pkgs=RECORD_PKGS
284       - --pkgmgr=PKGMGR
285       - --local-pkgs-path=LOCAL_PKGS_PATH
286   
287  -- Gui Chen <gui.chen@intel.com>  Thu, 27 Oct 2011 17:25:35 +0800
288