Fix logging for python 2.6
[grml2usb.git] / debian / changelog
1 grml2usb (0.9.12) unstable; urgency=low
2
3   * Replace 'logging.*("%s" % foo)' with 'logging.*("%s", foo)'
4     so the logging works with python2.6 as well.
5
6  -- Michael Prokop <mika@grml.org>  Thu, 10 Sep 2009 16:21:06 +0200
7
8 grml2usb (0.9.11) unstable; urgency=low
9
10   * Improve handling the 'No space left on device' situation through
11     using an according rsync handler function.
12
13  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 23:05:30 +0200
14
15 grml2usb (0.9.10) unstable; urgency=low
16
17   * Support the directory where the grml2usb script resides as base
18     directory so /usr/share/grml2usb isn't necessarily needed.
19     Thanks for the patch to Alexander 'Leo' Bergolth <leo@strike.wu.ac.at>!
20   * Make sure grub.conf isn't a symlink but a plain file instead,
21     otherwise it will break on FAT16 filesystems. This works around
22     grub-install of (at least) Fedora 10.
23     Thanks for the patch to Alexander 'Leo' Bergolth <leo@strike.wu.ac.at>!
24   * Use 'pci=nomsi' in failsafe bootoption. Thanks to Marc 'HE' Brockschmidt.
25   * Mention the --syslinux option if grub-install fails.
26   * Fix usage of --force in combination with --fat16. Thanks to
27     Johannes Endres and Reiko Kaps for the bugreport.
28   * Replace hint to '--grub' with 'grub'.
29   * New option --grub-mbr which allows installation of grub in MBR instead
30     of installation into a partition (PBR) which is necessary when using grub2.
31
32  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 17:12:54 +0200
33
34 grml2usb (0.9.9) unstable; urgency=low
35
36   * Use ascii.pf2 as grub2 font, since grub2 (1.96+20090307-1)
37     the old ascii.pff isn't available anymore.
38   * Use terminal_output if available, otherwise fallback to old
39     older 'terminal'-command (thanks to Felix Zielcke for helping).
40   * Document the 'grub-setup fails after Attempting to install GRUB
41     to a partition instead of the MBR' issue.
42   * Use "set gfxpayload=1024x768x16,1024x768" instead of vga=791 in
43     grub2 configuration. This requires a recent version of the linux
44     loader as the new linux loader loads the kernel at 32bit entry point
45     and not at 16 bit anymore so it has to be translated for the Linux
46     kernel (as the kernel parses vga= in 16 bit code). In the long run
47     we don't seem to have another option, so let's change it.
48     Thanks to Felix Zielcke and Robert Millan for first hand information.
49   * Increase timeout from 5 to 10 seconds in grub2 configuration.
50   * Load memtest86+ binary via 'linux16' in grub2 (otherwise it fails).
51   * Drop the serial boot entry from grub2 (I assume users with usb
52     pens don't need that option).
53   * Change the way MirOS bsd4grml is loaded (use the fallback method
54     as default).
55   * Improve descriptions of grml's grub2 entries.
56   * Bump Standards-Version to 3.8.3 (no further changes).
57   * Fix creation and installation of grub1's configuration file (menu.lst).
58     Thanks to Mario 'BitKoenig' Holbe.
59
60  -- Michael Prokop <mika@grml.org>  Tue, 25 Aug 2009 23:53:51 +0200
61
62 grml2usb (0.9.8) unstable; urgency=low
63
64   * Support installation on /dev/loop*-devices.
65   * Generate configuration for syslinux and grub by default, no
66     matter which bootloader the users chooses.
67   * Added options --skip-syslinux-config and --skip-grub-config
68     if someone wants to skip the generation of any bootloader
69     configuration files.
70   * Make sure grub-install is available before executing it.
71   * Display information about default grml flavour and the other
72     available grml flavours at the end of the grml2usb run.
73   * Use /sbin/blkid (e2fsprogs) instead of vol_id as vol_id is going to be
74     removed from udev. Thanks for the patch to Andras Korn!
75   * Use rsync instead of cp. Thanks for the patch to Andras Korn!
76     [Closes: issue683]
77   * Use 'forensic' and 'readonly' in the forensic bootoption itself.
78   * Spelling fixes (thanks to Thorsten Glaser <tg@mirbsd.org>).
79   * Write GRUB2 config even if the target is a directory (thanks, Thorsten)
80   * All these "set root=" are not needed for GRUB2 (thanks, Thorsten)
81   * Switch order of check whether the specified device is a directory
82     and check for usb device (as the usb device check will fail if
83     it's a directory).
84   * Add grml2iso for creating a bootable DVD:
85     - thanks once more to Thorsten Glaser for helping and patches
86     - thanks to Ernesto Domato for reporting the issue regarding
87       i386<->amd64 with grub-mkimage
88   * Move syslinux check to install_syslinux_mbr()
89   * Drop the reference to --grub option (thanks for the bugreport
90     to Peter Palfrader)
91   * Update documentation:
92     - mention the dd approach
93     - mention grml2iso
94     - improve section link names for the online version
95     - add 'grub-probe: error: unknown filesystem'
96   * Support use with python version 2.4.
97   * Bump Standard Version to 3.8.2 (no further changes).
98   * Depend on debhelper >=5 (using compat version 5).
99
100  -- Michael Prokop <mika@grml.org>  Tue, 21 Jul 2009 18:01:50 +0200
101
102 grml2usb (0.9.7) unstable; urgency=low
103
104   * Fix typo in manpage of grml2usb (thanks to Wernfried Haas).
105   * Fix bootoption toram: it should be toram=$FLAVOUR.squashfs instead
106     of toram=$FLAVOUR. Thanks to Wernfried Haas and Frank Prochnow
107     for the bugreport and debugging! [Closes: issue680]
108
109  -- Michael Prokop <mika@grml.org>  Tue, 02 Jun 2009 23:32:13 +0200
110
111 grml2usb (0.9.6) unstable; urgency=low
112
113   * Support installation of the currently running grml live
114     system ("grml2usb /live/image /dev/sdx1").
115   * Add "persistent" entry to grub/syslinux menu. [Closes: issue669]
116
117  -- Michael Prokop <mika@grml.org>  Wed, 20 May 2009 19:32:02 +0200
118
119 grml2usb (0.9.5) unstable; urgency=low
120
121   * Fix dashes of options in manpage (thanks for the bugreport,
122     Thorsten Glaser).
123   * Display program version during execution.
124   * Apply fix by Peter Daum <gator@cs.tu-berlin.de>, making sure
125     to use the normalized path for unmounting. Thanks!
126   * Use 'multiboot' for booting MirOS BSD when using grub2.
127   * Catch exception if copying files fails.
128   * Make sure to exit if installing grub fails.
129   * Integrate hdt (Hardware Detection Tool) in bootsplash (but
130     only if using syslinux as grub isn't supported).
131
132  -- Michael Prokop <mika@grml.org>  Mon, 04 May 2009 22:31:30 +0200
133
134 grml2usb (0.9.4) unstable; urgency=low
135
136   * Bugfix: move kernel commandline from initrd to kernel option in
137     generate_flavour_specific_grub2_config().
138
139  -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 00:04:56 +0200
140
141 grml2usb (0.9.3) unstable; urgency=low
142
143   * Drop some leftover 'lang=us' references.
144   * Update mbr.S (thanks, Thorsten Glaser).
145   * Rename --mbr-manager into --mbr-menu (people seem to be confused
146     what this option does). Improve the according documentation.
147   * Update failsafe bootoption.
148   * Fix comments section in manpage (thanks for reporting,
149     Alexander Steinböck).
150   * Mention the Debian package in the error message (thanks to
151     Lothar Speil for the bugreport).
152   * Mention grml-repository in the docs.
153   * Support older kernel versions in check for removable usb device.
154     (Thanks to Ralf Gross for the report and relevant information.)
155   * Also add specified bootoptions to default entry in configuration
156     file of grub version 1. (Thanks to Ralf Gross for the bugreport.)
157   * Make sure that options "--quiet" and "--verbose" aren't accepted
158     at the same time in the command line. Thanks for bugreport and
159     code example, Karl Voit!
160   * Bump Standard Version to 3.8.1 (no further changes).
161   * Set debhelper's compat version from 4 to 5.
162
163  -- Michael Prokop <mika@grml.org>  Wed, 08 Apr 2009 00:09:46 +0200
164
165 grml2usb (0.9.2) unstable; urgency=low
166
167   * Rewrote grml2usb from scratch (in python). New features:
168     - you no longer need to setup the device via /etc/fstab, just
169       directly invoke "grml2usb /path/to/iso /dev/sdb1"
170     - initial multi-iso / multi-boot support
171       [Closes: issue501]  [Closes: issue584]
172     - provide *several* new options like --bootloader-only,
173       --bootoptions=... check out the manpage for all the details
174     - get rid of "polution" of root directory on usb-pen
175       [Closes: issue466]
176     - always write a default MBR (thanks a lot to the work
177       and help of Thorsten Glaser!) [Closes: issue295]
178     - use grub by default (but support for syslinux is present as
179       well of course)
180     - fix regressions for temporary mountpoints / wrong directories
181       [Closes: issue603] [Closes: issue602]
182   * Update debian stuff:
183     - Bump Standard Version to 3.8.0 (no further changes)
184     - Change XS-Vcs-* to Vcs-* headers and replace mercurial with
185       grml's nowadays git repository URLs
186     - drop mtools from depends
187     - slightly improve long description
188     - add asciidoc, xsltproc and docbook-xsl to Build-Depends
189     - either depend on syslinux | grub2 | grub
190
191  -- Michael Prokop <mika@grml.org>  Mon, 02 Mar 2009 16:40:55 +0100
192
193 grml2usb (0.9.1) unstable; urgency=low
194
195   * Fix problem with comment chars in /etc/fstab.
196     Thanks for debugging and the patch to Robert Euhus!
197   * Some minor cleanups in Debian packaging.
198
199  -- Michael Prokop <mika@grml.org>  Sun, 25 May 2008 01:29:30 +0200
200
201 grml2usb (0.9.0) unstable; urgency=low
202
203   * Support new directory layout of different grml-flavours
204   * Fix uninstall option (really clean up usb device)
205
206  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 23:43:57 +0100
207
208 grml2usb (0.8.0) unstable; urgency=low
209
210   * Fix the "mv: cannot move `/mnt/usb-sdb1/boot/grub' to a subdirectory of
211     itself, `/mnt/usb-sdb1/grub'" issue.
212
213  -- Michael Prokop <mika@grml.org>  Sat, 19 Jan 2008 16:57:08 +0100
214
215 grml2usb (0.7.8) unstable; urgency=low
216
217   * Adjust grml2usb for a present grub directory.
218
219  -- Michael Prokop <mika@grml.org>  Fri, 16 Nov 2007 08:29:20 +0100
220
221 grml2usb (0.7.7) unstable; urgency=low
222
223   * Improve error handling for execution of syslinux.
224
225  -- Michael Prokop <mika@grml.org>  Thu, 13 Sep 2007 01:38:31 +0200
226
227 grml2usb (0.7.6) unstable; urgency=low
228
229   * The "reworked grml2usb for JUXLALA"-release.
230   * Added fs check via vol_id.
231   * Improved error handling.
232   * Fixed some code parts regarding use of $TMPMNT.
233
234  -- Michael Prokop <mika@grml.org>  Fri, 08 Jun 2007 18:07:09 +0200
235
236 grml2usb (0.7.5) unstable; urgency=low
237
238   * supporting directories and direct blockdevices as source for the iso.
239
240  -- Michael Gebetsroither <gebi@grml.org>  Tue, 03 Apr 2007 23:28:19 +0200
241
242 grml2usb (0.7.4) unstable; urgency=low
243
244   * Get rid of bashism, thanks for reporting - Paul Weaver!
245   * Change version schema from x.y-z to x.y.z.
246
247  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 14:43:49 +0100
248
249 grml2usb (0.7-3) unstable; urgency=low
250
251   * The manpage was just a template, added the missing documentation
252     now. Thanks for reporting, Jens Heidrich!
253
254  -- Michael Prokop <mika@grml.org>  Sat,  3 Feb 2007 11:08:30 +0100
255
256 grml2usb (0.7-2) unstable; urgency=low
257
258   * Use 'Architecture: all' in debian/control so we can use the
259     package on non-x86 as well.
260   * Bumb Standard Version to 3.7.2 (no further changes).
261
262  -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 12:46:35 +0100
263
264 grml2usb (0.7-1) unstable; urgency=low
265
266   * Use different exit codes for different code parts, and quote
267     $ISO, thanks - Richard Hartmann!
268   * Remove unused configure lines in debian/rules.
269
270  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 23:48:46 +0100
271
272 grml2usb (0.6-1) unstable; urgency=low
273
274   * Allow overwriting of $TMPMNT.
275
276  -- Michael Prokop <mika@grml.org>  Wed,  4 Oct 2006 22:50:58 +0200
277
278 grml2usb (0.5-1) unstable; urgency=low
279
280   * bailout if mounting of target device failes.
281
282  -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 23:47:01 +0200
283
284 grml2usb (0.4-1) unstable; urgency=low
285
286   * Check for existence of syslinux before running the script.
287   * Updated copyright file (new fsfs address).
288
289  -- Michael Prokop <mika@grml.org>  Sat,  3 Jun 2006 21:02:53 +0200
290
291 grml2usb (0.3-1) unstable; urgency=low
292
293   * Added uninstall option.
294   * Improved error handling and its output.
295   * Added colors to improve manual text parsing.
296
297  -- Michael Prokop <mika@grml.org>  Fri, 10 Mar 2006 20:19:28 +0100
298
299 grml2usb (0.2-1) unstable; urgency=low
300
301   * Improved usage information.
302
303  -- Michael Prokop <mika@grml.org>  Tue, 10 Jan 2006 09:35:20 +0100
304
305 grml2usb (0.1-3) unstable; urgency=low
306
307   * Changed 'cp -a' to 'cp -dR --preserve=mode,timestamps' so we don't
308     get the ownership-permission-warnings.
309
310  -- Michael Prokop <mika@grml.org>  Fri,  2 Sep 2005 18:02:22 +0200
311
312 grml2usb (0.1-2) unstable; urgency=low
313
314   * Fixed small typo (SYSDEV/TMPDEV) [thanks for hint, tklauser!].
315
316  -- Michael Prokop <mika@grml.org>  Wed, 17 Aug 2005 21:50:32 +0200
317
318 grml2usb (0.1-1) unstable; urgency=low
319
320   * Initial release.
321
322  -- Michael Prokop <mika@grml.org>  Sun, 14 Aug 2005 15:31:04 +0200
323