Release new version 0.15.0.
[grml-live.git] / debian / changelog
1 grml-live (0.15.0) unstable; urgency=low
2
3   The "redesign ftw \o/" release.
4
5   [ Christian Hofstaedtler ]
6   * [c315d7d] Update lintian overrides for grub 1.99-4 drop
7   * [9269536] Enable --force-unsafe-io for dpkg
8   * [9d16d7a] No longer install PuTTY and other windows binaries
9   * [7270085] Update SQUASHFS_EXCLUDES_FILE example to match code
10   * [5c58f1d] Fix SQUASHFS_EXCLUDES_FILE default not being set
11   * [dd60c7e] Drop * expansion from mksquashfs call
12   * [6782d44] Turn on wildcard support for mksquashfs excludes
13   * [2889351] Move /run, /var/run, /var/lock exclusion to mksquashfs
14
15   * Software related changes:
16     - [ed9696d] remove loop-aes-{utils,testsuite}
17     - [bcf093e] add atftp to GRML_FULL
18     - [1c39c7d] add links to GRML_MEDIUM
19     - [406dff8] remove socket from GRML_MEDIUM,GRML_SMALL
20     - [5b77db8] transition from netcat to netcat-openbsd
21     - [c521af7] remove alsa-tools from GRML_MEDIUM
22     - [c08f56e] Spring cleaning
23
24   [ Michael Prokop ]
25   * Bugfixes:
26     - [c9ebd4a] 01-packages: Ignore packages marked for un-installation.
27     - [8a35993] Remove /var/log/install_packages.list on release.
28       File is emtpy then anyway.
29     - [6c00c3c] Update resolv.conf handling to properly support /run
30       [Closes: issue984].
31     - [b8c8c53] grml-live: try updating initramfs if creating fresh
32       one failed.
33     - [8d897e7] Adjust trap handling to get clean exit.
34     - [e0f701f] 98-clean-chroot: make sure rm does not resolve the symlink
35     - [1374521] scripts/release_helper.sh: force confmiss and confnew
36       options when installing package so automated installation works when
37       having modified configuration files.
38     - [1b426d8] GRMLBASE/98-clean-chroot: recursively remove
39       /var/lib/clamav/clamav-*.
40     - [649b40f] DEBORPHAN/98-clean-chroot: Make sure deborphan exists
41       in chroot.
42     - [7580b07] 98-clean-chroot: fix check for presence of update-menus.
43     - [f605fe8] debconf/GRMLBASE: drop wicd preseeding to avoid
44       errors with installation.
45     - [866b47c] Implement dpkg-divert handling to address failing update-grub
46       in openvz environments.
47     - [1cef31a] Add workaround to solve udev packaging bug (see #632624).
48
49   * New features / improvements:
50     - [9ecfe24] GRMLBASE.var: set maximum number of packages installed
51       at a time to 3000.
52     - [1e9092e] Support -N option to only bootstrap the grml_chroot
53       and skip building of [files for] ISO.
54     - [d95eed1] Try to reduce build time and do not build initramfs twice.
55     - [6998e9e] scripts/release_helper.sh: Use +autobuild instead of
56       ~autobuild for version suffix.
57     - [8d2eced] Iterate over kernel versions when generating initramfs.
58     - [47b815e] syslinux configuration: use localboot -1 to boot
59       from next boot device instead of using 0x80. [Closes: issue957]
60     - [f3b335e] Implement -D option to set configuration directory.
61       Accordingly adjust fai.conf (don't set variables grml-live is
62       setting via cmdline now). Provide new scripts to deploy
63       configuration files (/etc/inittab, /etc/locale.gen, /etc/modules).
64       Rework and adapt cleanup scripts accordingly. [Closes: issue880]
65     - [0bc24c4] Rename scripts/GRMLBASE/10-build-initramfs to
66       scripts/GRMLBASE/10-configure-initramfs to reflect current
67       state of script's action.
68     - [0811b5f] Provide update-usbids as separate script to avoid
69       errors on missing update-usbids.
70     - [2e0d659] buildd: check for "FAILED with exit code" in logs.
71     - [03c92fc] GRMLBASE/37-portmap: do not touch /etc/default/portmap
72       if the file does not exist.
73     - [e13f6a8] 92-update-freshclam: do not error out on exit code 124
74       by freshclam.
75     - [3c03961] Update apt preferences: always use live-boot* packages
76       from Grml.
77     - [a242e27] Redesign sources.list handling. Get rid of
78       /etc/grml/fai/apt/sources.list.
79     - [dd81475] GRMLBASE scripts: run all fcopy commands in verbose mode.
80     - [2d7aecf] Add security.debian.org to sources.list of lenny, squeezy,
81       wheezy, stable and testing (thanks to the sources.list redesign).
82       Thanks to Christian Hofstaedtler <ch@grml.org>
83
84   * Minor changes:
85     - [bdc6192] docs: drop outdated fai-on-etch entry.
86     - [befccab] Add README.md for github.
87     - [0be5e94] Drop unused GRML_FAI_CONFIG from make-fai-nfsroot.conf.
88     - [96e44ee] cleanup script: Drop ion3 stuff, since we do not ship
89       ion3 anymore.
90     - [00fd941] Drop patches/ directory, patch fai_chroot_update.patch
91       is not relevant anymore.
92     - [3c52d9d] Drop patches directory from debian/grml-live.install.
93     - [50215e9] Provide debian/NEWS entry for release 0.15.0.
94
95   * Software related changes:
96     - [be3c863] Drop python2.5 and python2.5-minimal from GRML_FULL.
97     - [781e6ce] Drop ntfsprogrs (replaced by ntfs-3g, see #627823).
98     - [071f1ec] Drop firmware-ipw2x00 which has been integrated in
99       last commit ("Spring cleaning") from GRML_MEDIUM + GRML_FULL.
100     - [63e2a03] Add firmware-brcm80211 to GRML_FULL and GRML_MEDIUM.
101       [Closes: issue1007]
102
103   [ Ulrich Dangel ]
104   * [5c91ce9] Add a script to update the grml-live version string
105   * [6ce3dbc] Umount all directories in bailout handler
106   * [e91516d] add EXIT trap as set -e may terminate the program
107     without a signal
108   * [12e281b] Disable set -e as it causes some problems with
109     umounting fs.
110   * [90b73e6] Don't remove pid files in $target/var/run as it
111     is deleted afterwards anyway.
112
113   * Software related changes:
114     - [4b65e8d] remove inotail as coreutils supports inotify
115       nowadays anyways.
116     - [9951735] add libnss-myhostname
117     - [44bc5af] remove grml-rebuildfstab [Closes: issue1001]
118
119  -- Michael Prokop <mika@grml.org>  Sun, 26 Jun 2011 20:23:53 +0200
120
121 grml-live (0.14.1) unstable; urgency=low
122
123   [ Christian Hofstaedtler ]
124   * [739beb8] Fix name of SQUASHFS_NAME var in templates
125   * [c5b7145] Update shipped grub2 to 1.99-4
126   * [1be2433] Update bsd4grml to version 20110521
127   * [9f5975e] SW: Add xtightvncviewer to GRML_FULL. [Closes: issue990]
128   * [7650b54] SW: Remove powernowd from GRML_FULL,GRML_MEDIUM
129   * [93530f2] Revert "isolinux f5: fix layout."
130   * [f5dd81b] SW: Replace arping with iputils-arping
131   * [4fd4ee2] Sync vi,vim,view,editor alternatives
132
133   [ Michael Prokop ]
134   * [be46a0b] isolinux f5: fix layout.
135   * [8ba6757] SW: Add virtualbox packages to amd64 flavour.
136   * [e738d23] SW: Remove linux-kernel-headers-grml from grml-medium.
137   * [2017df2] sources.list handling: match "sid" and "unstable" only as
138     whole words.
139
140  -- Michael Prokop <mika@grml.org>  Sun, 29 May 2011 12:09:50 +0200
141
142 grml-live (0.14.0) unstable; urgency=low
143
144   [ Michael Prokop ]
145   * [900b82d] grml-cheatcodes.txt: update documentation regarding
146     fetch= bootoption (supports DNS nowadays).
147   * [cb537a8] Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh
148     to use first partition as boot system."
149   * [ab97d7b] Bump Standards-Version to 3.9.2.
150   * [bebbbad] docs: fix wording ("allows one to"), thanks lintian.
151   * [3ba06da] Adjust lintian overrides for new lintian and policy.
152   * [6f9a4ab] initramfs-tools: use xz with -8 and --check=crc32.
153   * Software related changes:
154     - [2113bc5] remove docbook-utils again (pulling in luatex + more).
155     - [a67a5ab] remove darcs from GRML_FULL (too large).
156     - [230f7fc] remove c3270 from GRML_FULL (ENOSPACE).
157
158   [ Christian Hofstaedtler ]
159   * [d62a6be] document dns= boot option
160   * [e910ecb] document ip= boot option
161   * [14b6242] work around udev's "cosmetic warnings"
162   * [5f1adca] rebuild mtab during boot
163   * [e1b5d40] arrange /run like on a normal system
164   * [779971e] SW: add firmware-realtek to GRML_FULL,GRML_MEDIUM
165   * [5de2fe3] SW: re-add ratpoison to GRML_FULL
166
167  -- Michael Prokop <mika@grml.org>  Wed, 11 May 2011 23:17:28 +0200
168
169 grml-live (0.13.3) unstable; urgency=low
170
171   The "cleanup before marrying" release.
172
173   [ Michael Prokop ]
174   * Bugfixes / changes / new features:
175     - [5a8f565] scripts/release_helper.sh: also build Packages.gz file for
176       http usage in sources.list.
177     - [9dd04ba] scripts/release_helper.sh: disable apt-listchanges and
178       apt-listbugs.
179     - [261d88e] modprobe.d/loop-part.conf: add max_loop=32.
180     - [aac340b] Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh to use
181       first partition as boot system. - thanks to Thorsten Glaser
182     - [55dde69] Addon: Replace gPXE with iPXE (see Debian BTS #474034).
183     - [346b946] Support wheezy as suite inside fai/apt/sources.list.
184     - [95f3494] GRMLBASE/01-packages: fix path to logfile for
185       packages.list.
186
187   * buildd related changes:
188     - [cfa2c50] buildd: support IGNORE class to ignore requests to install
189       software packages from other classes.
190     - [d88753b] buildd: follow symlinks to archive and dump the log files
191       they point to.
192
193   * Software related chanages:
194     - [3902afc] Add partimage to GRML_MEDIUM and GRML_SMALL.
195       [Closes: issue972] - thanks to neXyon for reporting.
196     - [782eccc] + [ce0a794] Update software-changes-schedule.txt.
197     - [e646663] remove loop-aes-modules-2.6.38-grml[64] and
198       speakup-modules-2.6.38-grml[64] from GRML_FULL.
199     - [a671278] add rs to GRML_FULL.
200     - [a7043e9] remove ekeyd from GRML_FULL (broken, several known issues).
201     - [b023489] remove backuppc from GRML_FULL (too big, currently
202       uninstallable, not that relevant on live system).
203     - [faf3a38] remove irb from GRML_FULL (provided by ruby since squeeze).
204     - [ac64887] replace portmap with rpcbind in all Grml flavours.
205     - [d17a90f] remove rodc and rdoc1.8 from GRML_FULL (provided by
206       ruby since squeeze).
207     - [3c4a7ae] remove eieio from GRML_FULL (obsoleted by Emacs 23.2,
208       see #617267).
209     - [3aee43f] remove gfs-tools + gfs2-tools from GRML_FULL.
210     - [9f0aed3] remove noshell from GRML_FULL (transitional to
211       non-free titantools).
212     - [4f0d06e] remove all xmms2 packages from GRML_FULL.
213     - [8a01c70] remove zec from GRML_FULL.
214     - [59165cd] remove yatm from GRML_FULL.
215     - [5e5e0d4] remove xfaces from GRML_FULL.
216     - [965616d] remove weechat* from GRML_FULL.
217     - [2cfa836] remove user-setup from GRML_FULL.
218     - [3b6256f] remove unrar-free from GRML_FULL.
219     - [d96fa97] remove tidy from GRML_FULL.
220     - [c041899] remove tetradraw from GRML_FULL.
221     - [af79834] remove csstidy from GRML_FULL (too unrelevant).
222     - [141c5d3] remove sp from GRML_FULL (too unrelevant).
223     - [46fc19e] remove openjade from GRML_FULL (too unrelevant).
224     - [3cac8ad] remove sgml-data from GRML_FULL (too unrelevant).
225     - [575494b] add docbook-utils to GRML_FULL.
226     - [2457691] removed dired (32bit-only, unmaintained in Grml).
227     - [ba487c1] remove rc from GRML_FULL.
228
229   [ Ulrich Dangel ]
230   * [6aa99b2] SW: Added grml-feedback to GRML_{FULL,MEDIUM,SMALL}.
231   * [ddb0378] Enable loopback partitions per default.
232
233   [ Christian Hofstaedtler ]
234   * [3c591d6] typo fix in grml-live-remaster man page.
235   * [5a34b68] fix squashfs builds with gzip compression.
236   * [3604d28] Remove available packages from to-check list.
237   * Software related changes:
238     - [715ee57] remove spell, spellutils from GRML_FULL.
239     - [d3c3b59] remove doxygen from GRML_FULL.
240     - [86873e3] remove asn1c from GRML_FULL.
241     - [b34bcb4] remove cedet-common from GRML_FULL.
242     - [f965ea0] remove ctrlproxy from GRML_FULL.
243     - [108c559] remove detachtty from GRML_FULL.
244     - [6b628f3] remove muscletools from GRML_FULL.
245     - [624a0f0] follow nilfs-tools transition for GRML_FULL.
246     - [06acda8] remove orpheus from GRML_FULL.
247     - [689dfb3] remove qprof from GRML_FULL.
248     - [91398f8] remove prismstumbler from GRML_FULL.
249     - [2f94a13] remove pytris from GRML_FULL.
250     - [adfe220] remove tn5250 from GRML_FULL.
251     - [838302e] remove viewglob from GRML_FULL.
252     - [47e47e9] remove xcardii from GRML_FULL.
253     - [9624eec] remove opie-client from GRML_FULL.
254     - [fbe325d] remove s3switch from GRML_FULL.
255     - [b34282b] remove spicctrl from GRML_FULL.
256     - [696df8a] remove log2mail from GRML_FULL.
257     - [2560a80] remove python2.4 from GRML_FULL.
258     - [7728fde] remove sbm from GRML_FULL.
259     - [fd90761] remove dog from GRML_FULL.
260
261  -- Michael Prokop <mika@grml.org>  Mon, 09 May 2011 13:53:49 +0200
262
263 grml-live (0.13.2) unstable; urgency=low
264
265   [ Christian Hofstaedtler ]
266   * [82e7ad3] fix buildd header (no more unoldstable!)
267
268   [ Michael Prokop ]
269   * Bunch of buildd improvements:
270     - [f96dfbf] Add support for wheezy, drop lenny (being oldstable
271       nowadays). [Closes: issue962]
272     - [aaa0017] Rename HEADER.html to index.html, as being
273       used on daily.grml.org.
274     - [2a5e5e6] Update index.html file.
275     - [a08d1d1] Finalize sha1sum support.
276     - [b4f406a] Support setting variables through grml-buildd.conf
277       in working directory, support $STORAGE_ADMIN instead of hard coded
278       mail address for storage host.
279     - [79b6032] Fix suite information for wheezy links.
280     - [cc7e99d] cronjob: upload and remove ISOs after each grml-flavour.
281     - [4d1178f] Use mutt instead of nail again (plus further improvement
282       in [79e4473d]).
283   * scripts/release_helper.sh improvements for autobuilds:
284     - provide autobuild install instructions in official
285       grml-live documentation
286     - support sudo [c6bcaeb]
287     - remove leftover files and directories from grml-live.build-area
288       to avoid pollution [307773c] [d0a25f7]
289     - provide git log in debian/changelog [83ef159] [833dd6d]
290
291  -- Michael Prokop <mika@grml.org>  Fri, 18 Mar 2011 14:19:08 +0100
292
293 grml-live (0.13.1) unstable; urgency=low
294
295   [ Martin Scharm ]
296   * [1c721a6] grml-cheatcodes.txt: added autoconfig boot parameter
297
298   [ Christian Hofstaedtler ]
299   * [4bc574e] Assume 'squeeze' as default SUITE.
300   * [27a6aab] buildd: squeeze has been promoted to stable, adapt texts
301   * [0c3993f] buildd: show sha1sum files instead of md5
302
303   [ Michael Prokop ]
304   * [66ce999] Update for kernel 2.6.38-grml[64], featuring LZMA/XZ
305     support - requiring squashfs-tools >=4.2-1.
306   * [e88fb8e] Depend on squashfs-tools (>= 1:4.2-1~grml00).
307   * [1c0980c] scripts/release_helper.sh: manually build debian/changelog
308     during autobuilds, improve branch handling
309
310  -- Michael Prokop <mika@grml.org>  Thu, 17 Mar 2011 23:08:20 +0100
311
312 grml-live (0.12.6) unstable; urgency=low
313
314   [ Michael Prokop ]
315   * [312d86a] templates/GRML/grml-cheatcodes.txt: update debian2hd
316     bootoption documentation; replace all references to /dev/hdx with
317     /dev/sdx
318   * [22e838c] templates/GRML/grml-cheatcodes.txt: update usage example
319     cmdline for debian2hd (thanks, Christian).
320   * [0d5dccc] Add software-changes-schedule.txt to handle scheduled
321     software additions/removals via git.
322   * [66f1c71] grml-cheatcodes.txt: drop setkeycodes (being dropped from
323     grml-autconfig).
324   * [956db16] docs: add generation of the base tar.gz to the FAQ
325   * [32627d5] scripts/release_helper.sh: support autobuild
326     infrastructure through AUTOBUILD
327   * Software related changes:
328     - [58de1cc] Drop postfix-ldap from GRML_FULL.
329     - [f3deac4] Drop cfengine2 from GRML_FULL.
330     - [23a96e0] Add puppet to GRML_FULL.
331     - [c00baf7] Add puppetmaster to GRML_FULL.
332     - [285e5c3] Add rdfind to GRML_FULL.
333     - [38fad6b] Replace glipper-nognome with clipit.
334
335   [ Ulrich Dangel ]
336   * [5f2b199] SW: Add parted to GRML_MEDIUM (Thanks to Jordi Funollet
337     for the bug report)
338
339  -- Michael Prokop <mika@grml.org>  Fri, 11 Mar 2011 23:16:57 +0100
340
341 grml-live (0.12.5) unstable; urgency=low
342
343   The "new release is coming so >< close" release.
344
345   * [69f74a6] grml-live: Fix typo (Skiping->Skipping).
346   * [7468864] SW: Add grub-imageboot to all Grml flavours.
347   * [ea8df13] hooks/{instsoft,updatebase}.GRMLBASE: be more careful
348     about BUILD_ONLY environment.
349   * [1b66676] isolinux/grml.cfg: use vga=791 by default for "disabled
350     KMS" boot menu entry.
351   * [ebc2594] isolinux/grml.cfg: disable KMS in "Disable Framebuffer"
352     boot menu entry.
353   * [7883c5f] templates/boot: set nodmraid and grml2hd accordingly, make
354     sure "No KMS" and "nofb" are consistent accross bootloaders.
355   * [b8a13e3] templates/boot: Use persistent=nofiles as default, as this
356     causes less problems by default.
357   * [5c896d0] Update templates/GRML/grml-cheatcodes.txt to reflect
358     recent development. - thanks to Ulrich Dangel <mru@grml.org> for
359     feedback.
360   * [894aac9] templates/GRML/grml-cheatcodes.txt: document KMS and add
361     URL for Documentation/kernel-parameters.txt.
362
363  -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 01:24:43 +0100
364
365 grml-live (0.12.4) unstable; urgency=low
366
367   The "where is all the dirt" release.
368
369   [ Christian Hofstaedtler ]
370   * Software related changes:
371     - [8b01f6c] Remove wacom-tools from GRML_FULL.
372     - [377f9fe] Remove xar from GRML_FULL (Debian RoQA; see #574023).
373     - [15d82e2] Remove tra, tss from GRML_FULL.
374     - [cce8558] Remove snoopy from GRML_FULL (removed from Debian,
375       see #548918).
376     - [1b93265] Remove sam from GRML_FULL (orphaned, see #503546).
377     - [78eb19a] Remove slat from GRML_FULL (dead upstream, see
378       #541373).
379     - [9d7b098] Remove shc from GRML_FULL (RoM, see #508109).
380     - [a952d6b] Remove sdd from GRML_FULL (RoQA, see #572379).
381     - [c9a3214] Move retty to x86-only section.
382     - [e2dc668] Remove rain from GRML_FULL (RoQA, see #455002).
383     - [e7dcc71] Remove isakmpd from GRML_FULL.
384     - [ae7a104] Remove psh from GRML_FULL (RoQA, see #596551).
385     - [01c0a56] Remove ras from GRML_FULL (dead upstream, see
386       #558672).
387     - [99fa5ea] Move pstack to x86-only section.
388     - [48c3d54] Remove pcopy from GRML_FULL (dead upstream, see
389       #596552).
390     - [703e0b6] Remove mp3c from GRML_FULL (uninstallable, very old).
391     - [e2ac468] Remove nstx from GRML_FULL (dead upstream, see
392       #595988).
393     - [c36d74e] Do the mtd-tools -> mtd-utils transition.
394     - [cc932b9] Remove mirrordir from GRML_FULL (RoM; see #555130).
395     - [d8fa87a] Move bsign to x86-only section.
396     - [845f37b] Remove cabber from GRML_FULL (RoQA, see #553902).
397     - [3c65350] Remove jail from GRML_FULL (RoM, see #448725).
398
399   [ Ulrich Dangel ]
400   * [1c74730] Run /etc/init.d/networking by default.
401
402   [ Michael Prokop ]
403   * [d61b3b8] Drop unnecessary policy-rc.d handler from
404     hooks/updatebase.GRMLBASE and scripts/GRMLBASE/98-clean-chroot -
405     grml-policy-rc.d does it for us.
406   * [07e33ed] grml-cheatcodes.txt: Document nonetworking bootoption.
407   * Software related changes:
408     - [ee607a4] Add tmux to GRML_FULL. - thanks to Marek Straka
409     - [b4b0e5a] Add grml-rescueboot to all grml flavours.
410     - [af3b852] Add fai-setup-storage to GRML_FULL.
411     - [567872d] Remove policyrcd-script-zg2 from GRML_FULL.
412     - [8151e7f] Remove zsh-static from GRML_FULL.
413     - [27e4380] Remove bash-static from GRML_FULL.
414
415  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 17:40:40 +0100
416
417 grml-live (0.12.3) unstable; urgency=low
418
419   The "let's clean the floor" release.
420
421   * Bugfix:
422     - [7bbfd24] Rework apt.conf handling in instsoft/updatebase (provide
423       /etc/apt/apt.conf.d/15grml-live), drop /etc/kernel-img.conf support.
424       The reworked apt.conf handling addresses the issue that with usage of
425       BASE.tgz there might result packages from recommends in the ISO (like
426       for example iso-codes via python-apt).
427
428   * Package list changes:
429     - [5476dee] replace perf with linux-tools-2.6.36 package in GRMLBASE.
430     - [ae6845f] Update package list in NFSROOT (grub->grub-pc, live-
431       initramfs->live-boot, drop cvs/subversion/jove/subversion, disable
432       cfengine2/libapt-pkg-perl).
433
434   * Get rid of window managers from GRML_FULL that are either too large,
435     unconfigured, unused,... - see issue897 for the discussion.
436     [Closes: issue897]
437     - [a4907de] Remove fvwm
438     - [a68ff37] Remove ratpoison and ratmenu
439     - [c44b1e3] Remove dwm and dwm-tools
440     - [5eb0e90] Remove twm
441     - [0a17b3c] Remove w9wm
442     - [69ca260] Remove evilwm
443     - [9df6db8] Remove jwm
444     - [d077db1] Remove pekwm
445
446   * Removals from GRML_FULL package list:
447     - [b88d7b5] Remove ysm (orphaned, see #595398).
448     - [50bc2fe] Remove emcast (orphaned, see #594619).
449     - [0040aec] Remove cdrbq (orphaned, see #602587).
450     - [0bcc921] Remove wyrd (not relevant enough).
451     - [372cd2d] Remove xaw3dg (not relevant enough).
452     - [07d1e00] Remove yaird (initramfs-tools is the
453       recommended and supported i-t generator).
454     - [f8990f6] Remove pdns* packages (except for pdns-recursor).
455     - [e601ea1] Remove nedit (too large for too many already
456       existing editors).
457     - [c402efd] Remove mrxvt[-common] from GRML_FULL.
458     - [13c5b0b] Remove zlib1g (library -> rdepends).
459     - [67cfcf5] Remove gq (unmaintained/dead, see #593165).
460     - [bed9733] Remove cdda2wav + cdrecord from GRML_FULL (unavailable).
461     - [57280bf] Remove geresh (dead/unmaintained, see #595478).
462     - [e240523] Remove dietlibc (dietlibc-dev is the relevant package).
463     - [09ec6b0] Remove dumputils (orphaned upstream, see #466870).
464     - [d8e5c2d] Remove cbrowser (dead upstream, see #595987).
465     - [2a296ca] Remove dpkg-multicd (unavailable, merged into
466       dselect, see #557063).
467     - [a4b7699] Remove dpkg-ftp (unavailable, merged into
468       dselect, see #557062).
469     - [6537f9e] Remove tcl8.3 (unavailable, tcl8.4 is there).
470     - [ed0a6ab] Remove jikes (orphaned, see #508366).
471     - [72eff19] Remove metamail (orphaned, see #274451).
472     - [ebfec95] Remove mkisofs (unavailable).
473     - [847ba32] Remove python-celementtree + python-elementtree
474       (unavailable + only useful with python < 2.5, see #564377).
475     - [547476e] Remove realtime-lsm (deprecated, see #499245).
476     - [266c05b] Remove nictools-nopci (i386-only).
477     - [73bfef1] Remove star (unavailable).
478     - [bbfde64] Remove starttls (dead, see #587264).
479     - [4d62e55] Remove swapd (dead, see #595091).
480     - [a20335f] Remove webcpp (abandoned upstream, see #547528).
481     - [6ca58fa] Remove xvncviewer (unavailable).
482     - [2fc6daf] Move zfs-fuse from Grml packages to Debian packages.
483     - [a317c5c] Remove speechd-up (i386-only, espeakup replaces it).
484     - [d9d3706] Remove abs-guide (not important enough)
485     - [c4c9c35] Remove uswsusp (has issues in older Debian
486       releases, should not be too relevant for Grml).
487     - [2e7c1fb] Remove ike-scan (4MB is too much)
488     - [a01048a] Remove hasciicam (out-of-scope).
489     - [6b5262f] Remove gocr (out-of-scope).
490     - [33578dc] Remove hal (out-of-scope).
491     - [962a5cb] Remove hal-info (out-of-scope).
492     - [7a1b346] Remove fusesmb (out-of-scope).
493     - [ca8f465] Remove icecast2 (out-of-scope).
494     - [05cfbd2] Remove moosic (out-of-scope).
495     - [4774440] Remove mp3blaster (out-of-scope).
496     - [5baa139] Remove mplayer-skin-blue (out-of-scope).
497     - [3806828] Remove lkl (orphaned, see #553307).
498
499  -- Michael Prokop <mika@grml.org>  Wed, 15 Dec 2010 16:11:27 +0100
500
501 grml-live (0.12.2) unstable; urgency=low
502
503   [ Michael Prokop ]
504   * [c8e2121] 90-update-alternatives: make sure to run the update-
505     alternatives listing for x-window-manager inside the target chroot.
506   * [032da01] SW: add console-data and kbd to GRMLBASE.
507     [Closes: issue944] - thanks to Marc Haber for reporting and to
508     Christian Hofstaedtler for the fix.
509   * [179d5ea] Make sure hybrid mode works for the grub boot method out-
510     of-the-box too - thanks to Thorsten Glaser.
511
512   [ Thorsten Glaser ]
513   * [7741716] support BOOT_METHOD=grub2 (El Torito boot â€“ Manifold boot
514     already did) [Closes: issue889]
515
516  -- Michael Prokop <mika@grml.org>  Mon, 13 Dec 2010 14:22:22 +0100
517
518 grml-live (0.12.1) unstable; urgency=low
519
520   [ Michael Prokop ]
521   * [439b54c] grml-live: drop useless of of ls(1).
522   * [424c8ef] SW: switch from live-initramfs to live-boot in GRMLBASE.
523
524   [ Christian Hofstaedtler ]
525   * [5bc75ae] radeon-kms: overwrite file at the correct time
526     [Closes: issue935]
527   * [e1e1975] remove fcopy backups all across /etc
528   * [26c2731] tag all files installed by grml-live
529   * [d5677ef] remove obsolete live.conf
530
531  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 12:51:20 +0100
532
533 grml-live (0.12.0) unstable; urgency=low
534
535   The "give back - get back 2.6.36-grml[64]" Release.
536
537   [ Ulrich Dangel ]
538   * [b6a2954] Check version of grml-live against changelog before
539     building
540   * [e4296db] Overwrite the radeon-kms settings [Closes: issue935]
541
542   [ Michael Prokop ]
543   * [8d75e30] config/scripts/GRMLBASE/21-usersetup: add grml user to
544     group netdev
545   * [822c092] docs: Update FAI-URL references regarding its new home
546     (http://fai-project.org/).
547   * [bfe370b + 8f57397] Update to bsd4grml v20101001 (thanks to
548     Thorsten Glaser).
549   * [df6303e] scripts/release_helper.sh: cancel if editing changelog
550     returned error, provide cmdline options to git-buildpackage cmd.
551   * Software related changes:
552     - [b25619d] Drop unavailable fnord package from all grml flavours
553       (see #596044).
554     - [690257e] Drop libpam* and pamusb-tools packages.
555       [Closes: issue920]
556     - [704c046] Drop figlet and toilet-fonts (which is a dependency of
557       toilet) [Closes: issue915]
558     - [29517fe] Drop i386-only-software [Closes: issue923] - thanks to
559       Christian Hofstaedtler <ch@grml.org>
560     - [9d2d73a] Drop deprecated kqemu-common package from GRML_FULL.
561   * [5d4cdf0] Provide /etc/runlevel.conf via grml-live using fcopy and
562     its class concept
563   * [3e5fb23] Further /etc/runlevel.conf related fixes.
564   * [25ea895] Do not set ERROR=2 twice. - thanks to Christian
565     Hofstaedtler <ch@grml.org>
566   * [da2a27c] Proberly quote $CURRENT_DIR. - thanks to Andreas Marschke
567   * [74d9301] support for kernel 2.6.36-grml[64], drop backwards
568     compatibility support, adjust depends, update docs
569   * [c12baa8] docs: Document how to revert the manifold feature.
570   * [f5434b2] Drop qemu and vmware bootoptions as they are not necessary
571     any longer.
572   * [09667d4] templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt}
573     as it breaks booting - thanks to Thorsten Glaser <tg@mirbsd.org>
574   * [c686c84] Add script-not-executable ./usr/share/grml-
575     live/scripts/bootilnx.mksh to debian/overrides.grml-live.
576   * [594972d] Provide nokms bootoption and according menus in the
577     graphical bootmenu to disable Kernel Mode-Setting.
578
579   [ Bernd Arnold ]
580   * [f4d8e72] Fix typo in grml-cheatcodes.
581
582   [ Thorsten Glaser ]
583   * [58a29c5] Update to bsd4grml version 20100815.
584   * [7ed3014 + a0ae611 + d222479] Manifold supporting and using
585     ISOLINUX now.
586
587   [ Christian Hofstaedtler ]
588   * Software related changes:
589     - [ba2ebc1] remove packages with unclear live-cd usage case
590     - [07409bb] move bibcursed to LATEX class
591     - [2794ab4] replace ispell with hunspell
592     - [046d13d] drop Essential/Required packages from GRMLBASE
593     - [fb91169] remove mgetty
594     - [bfd1dd6] replace console-tools with kbd
595     - [ed73ede] remove grml-etc dependencies
596     - [d4c848e] don't try to install i386-only software on amd64
597     - [9034de9] remove no longer available software
598     - [c78ef28] remove fvwm-crystal-minimal
599   * [535a90f] remove further backup files in /etc
600   * [1455f91] fcopy motd instead of relying on grml-etc plus weirdness
601   * [ad7a862] allow all users to start X server [Closes: issue926]
602   * [987dd5d] grub: memdisk is a "linux16"-style kernel
603     [Closes: issue937]
604   * [8b54550] update grub to 1.98+20100804-8 [Closes: issue938]
605
606  -- Michael Prokop <mika@grml.org>  Thu, 02 Dec 2010 13:34:43 +0100
607
608 grml-live (0.11.0) unstable; urgency=low
609
610   The "kernel 2.6.35-grml[64] party" Release.
611
612   * This release provides support for kernel 2.6.35-grml[64] through
613     updated squashfs binary and options handling. To build live
614     systems featuring 2.6.35-grml[64] the squashfs-lzma-tools4
615     package is required. Further details are available in the
616     updated docs. [8be200e] [29cf238] [8cf1f25] [76e8d3a]
617   * [a99823d] Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and
618     update SQUASHFS_BINARY comment.
619   * [47b72a3] hooks/updatebase.GRMLBASE: make sure /proc, /sys and /dev
620     are available on update
621   * [fc88014] Update TODO file, reflecting recent development.
622   * [d38f878] Add scripts/release_helper.sh.
623   * Updates in templates/boot/:
624     - [050f4d2] Update pci.ids to version 2010.08.27.
625     - [24960b7] Update gpxe.lkrn to version 1.0.1.
626     - [d980fe7] Update hdt.c32 to version 0.3.6.1.
627     - [d635175] Update memtest to memtest86+ version 4.10.
628     - [ab2ca8f] Update memdisk from 3.83 to 4.02 debian-20100803.
629     - [21b19cb] Update chain.c32 and menu.c32 to Debian's syslinux
630                 version 2:4.02+dfsg-3.
631     - [f6065cb] Update isolinux.bin and vesamenu.c32 to 4.02
632                 debian-20100803.
633     - [929662f] Update templates/boot/grub to grub version
634                 1.98+20100804-4.
635     - [89c9f37] Update lintian overrides file to reflect current
636                 updates in templates/boot/grub.
637
638  -- Michael Prokop <mika@grml.org>  Sat, 04 Sep 2010 15:47:32 +0200
639
640 grml-live (0.10.1) unstable; urgency=low
641
642   [ Ulrich Dangel ]
643   * [916808e] Mention random hostname support in documentation.
644
645   [ Michael Prokop ]
646   * [9f059fa] Bump version number in grml-live script.
647     Thanks for reporting, Tong Sun. [Closes: issue888]
648   * [4b61133] docs: mention that random hostname is supported only in
649     recent versions.
650
651  -- Michael Prokop <mika@grml.org>  Tue, 03 Aug 2010 23:32:14 -0400
652
653 grml-live (0.10.0) unstable; urgency=low
654
655   The "DebConf10 in New York" Release.
656   * Software related changes:
657     - [6783097] SW: Drop xserver-xorg-video-amd from GRML_MEDIUM +
658       GRML_FULL (transitional package).
659     - [2f36927] SW: Use xserver-xorg-video-all + xserver-xorg-input-all
660       in GRML_FULL, GRML_MEDIUM + XORG. - thanks to Tong Sun
661       <suntong@cpan.org> [Closes: issue879]
662     - [212a7a8] Add tasksel and taskel-data to exclude option in
663       FAI_DEBOOTSTRAP_OPTS. - thanks to Tong Sun <suntong@cpan.org>
664       [Closes: issue886]
665
666   * Documentation related changes:
667     - [ab3c3be] docs: add squashfs-tools to default apt-get list for
668       deployments on Debian.
669     - [7fd12d9] docs: clarify usage of base.tgz
670     - [f8d3ccd] docs: mention FOOBAR class in usage example via
671       /etc/grml/grml-live.local - thanks to Tong Sun <suntong@cpan.org>
672     - [9de56d9] grml-cheatcodes.txt: document utc + localtime bootoptions.
673
674   * Bugfixes, Features,...:
675     - [4b2e863] Make all shell scripts using /bin/bash instead
676       /bin/sh to be able to FAI's environment - thanks to thermoman
677     - [6eebff8] Make sure that output directory variables aren't
678       overridden by $OUTPUT. [Closes: issue885]
679     - [807994a] buildd/functions.sh: remove attachment in bailout
680       function.
681     - [00825cf] Bump Standards-Version to 3.9.1.
682     - [ace32ae] Fix typo in several files, it's "overridden"
683       (thanks, lintian).
684
685  -- Michael Prokop <mika@grml.org>  Mon, 02 Aug 2010 00:21:34 -0400
686
687 grml-live (0.9.43) unstable; urgency=low
688
689   * [6136081] docs/grml-live.txt: clarify policy for class names.
690   * [7c56f73] SW: (Re)add aufs-tools to GRMLBASE.
691   * [a8257bc] Update isolinux files to ISOLINUX 4.01 debian-20100712.
692
693  -- Michael Prokop <mika@grml.org>  Wed, 21 Jul 2010 12:38:17 +0200
694
695 grml-live (0.9.42) unstable; urgency=low
696
697   * [8e0d3bd] Update isolinux.bin to "ISOLINUX 4.00 debian-20100628".
698   * [8ef26a3] Bump grml-live version string.
699   * [ca2c8a5] Update hdt.c32 from version 0.3.4 to 0.3.6.
700   * [79e718c] grml_cleanup_chroot: drop all [u]mount commands.
701   * [caa84f1] 15-initsetup: improve check for empty GRML_NAME variable
702     to make it compatible with set -u.
703   * [125b443] instsoft.GRMLBASE: warn if apt-get update fails but try to
704     continue.
705
706  -- Michael Prokop <mika@grml.org>  Fri, 09 Jul 2010 14:41:03 +0200
707
708 grml-live (0.9.41) unstable; urgency=low
709
710   [ Ulrich Dangel ]
711   * [f485d22] Add loopback.cfg.
712   * [a72dab8] Improved documentation for bootid bootoption.
713
714   [ Michael Stapelberg ]
715   * [71f9c13] SW: Add i3-wm to GRML_FULL. [Closes: issue876]
716
717   [ Michael Prokop ]
718   * [8568d83] grml-cheatcodes.txt: document fetch= bootoption + add
719     pointers to initramfs related documentation.
720   * [07ca6d5] update templates/boot/grub/ to grub version 1.98+20100617-
721     1, extend grub.cfg, update scripts/create-grub-dir.sh
722   * Debian packaging:
723     - [8a0e08a] Set Debian source format to 3.0 (native).
724     - [e84d056] Bump Standards-Version to 3.9.0.
725     - [3ae2043] Replace Depends of grml-live-buildd on nail with
726       heirloom-mailx.
727   * SW-related changes:
728     - [dfecfb0] Add uuid-runtime to GRMLBASE,
729                 thanks Adriana Teixera.
730     - [1898358] Add gddrescue to GRML_MEDIUM,
731                 thanks Antonio Diaz Diaz.
732     - [4df9949] Add socat to GRML_MEDIUM.
733     - [da02706] Add grml-paste to GRML_MEDIUM + GRML_SMALL.
734     - [8ad9d2a] Add ekeyd to GRML_FULL,
735                 thanks Peter Palfrader. [Closes: issue873]
736
737  -- Michael Prokop <mika@grml.org>  Wed, 30 Jun 2010 12:15:00 +0200
738
739 grml-live (0.9.40) unstable; urgency=low
740
741   [ Michael Prokop ]
742   * Software related changes:
743     - Add perf to GRML_FULL.
744     - Add lxc to GRML_FULL.
745     - Add hwloc to GRML_FULL.
746     - Drop aria2 from GRML_FULL (lack of space).
747     - Drop bluez-audio (lack of space, requires ~17MB incl.
748       dependencies)
749   * Drop wrongly merged failsafe bootoptions.
750   * Update grml-cheatcodes.txt (e.g. drop home= bootoption
751     as it has been deprecated recently).
752   * Update bsd4grml to version 20100328 (thanks, Thorsten).
753
754   [ Ulrich Dangel ]
755   * Fix Boot OS of first partition entry for grub. Thanks to Jordan
756     Uggla for
757   * Support automatic findiso command and fixed gfxpayload handling.
758     Thanks to Jordan Uggla.
759
760  -- Michael Prokop <mika@grml.org>  Tue, 06 Apr 2010 10:45:26 +0200
761
762 grml-live (0.9.39) unstable; urgency=low
763
764   * Add support for /boot/isolinux/submenu*.cfg files.
765   * Drop bootfrom=removable from default bootoptions (we've bootid
766     and scan removable devices first nowadays).
767   * Grub2 related changes:
768     - Add scripts/create-grub-dir.sh to build templates/boot/grub/
769     - Add font file templates/boot/grub/ascii.pf2
770     - Update templates/boot/grub/ based on grub-pc_1.98-1_i386.deb
771     - grub.cfg:
772       ~ add additional menu_color_* entries if loading background image
773       ~ loadfont /boot/grub/ascii.pf2
774       ~ increase timeout to 20 seconds
775       ~ replace terminal command with terminal_output
776       ~ use gfxpayload=1024x768 instead of vga=...
777   * Some minor lintian cleanups.
778   * Software related changes:
779     - Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for
780       `minimal-shell'.
781     - Add numactl to GRML_FULL (thanks, gebi).
782     - Drop ctapi-cyberjack.
783     - Drop sl-modem-daemon.
784     - Update to grml kernel 2.6.33.
785
786  -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 15:12:21 +0100
787
788 grml-live (0.9.38) unstable; urgency=low
789
790   * Move ia32-libs from Depends to Recommends so installation
791     on i386 works again.
792
793  -- Michael Prokop <mika@grml.org>  Mon, 01 Mar 2010 02:16:08 +0100
794
795 grml-live (0.9.37) unstable; urgency=low
796
797   * Drop noquick bootoption from serial console boot entry.
798   * Add grml as default to default.cfg. [Closes: issue761]
799   * Software related changes:
800     - Add nginx. Thanks al4711. [Closes: issue704]
801     - Add usb-modeswitch to GRML_FULL. [Closes: issue424]
802     - Drop asleap from GRML_FULL.
803     - Drop ded from GRLM_FULL.
804     - Drop tlswrap package from GRML_FULL.
805     - Move udev from GRML_* to GRMLBASE.
806
807  -- Michael Prokop <mika@grml.org>  Sun, 28 Feb 2010 00:03:31 +0100
808
809 grml-live (0.9.36) unstable; urgency=low
810
811   * scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration
812     files use .conf as filename suffix. [Closes: issue647]
813   * Disable PDiffs by default via /etc/apt/apt.conf.d/20pdiffs.
814   * 90-update-alternatives: check for symlinks of iceweasel and
815     mount.ntfs-3g and force creation of /sbin/mount.ntfs symlink.
816   * Rework addons handling (make sure to install boot addons independent
817     from bsd4grml which might be disabled).
818   * Updated boot manager teamplates (simplify syslinux.cfg,
819     update failsafe bootoption, add GPXE to grub.cf, drop duplicate
820     boot=live from grub.cfg)
821   * Do not bailout if reading dpkg.list fails, instead assume user
822     is running a dirty build and display a warning message.
823   * Check for precense of grub directory and files in templates
824     that we are adjusting on-the-fly and skip non-existing ones
825     so customisation of templates is easier.
826   * Drop debug from bootoptions and use debug=vc only. 'debug' without
827     arguments avoids displaying the executed code in the initramfs
828     which is something you usually want to have enabled by default
829     when debugging a system.
830   * Fix label name for ssh bootoption.
831   * Add persistency feature to boot menu. [Closes: issue773]
832   * buildd/link_latest.sh: make sure to use according filename in
833     md5sum file of *_latest* ISOs. [Closes: issue814]
834   * Software related changes:
835     - Add grml-quickconfig to GRMLBASE.
836     - Add grml-quickconfig-standard to GRML_* classes.
837     - Add xz-utils to GRML_FULL.
838     - Add zerofree to GRML_MEDIUM and GRML_FULL.
839     - Drop 3ware-cli-binary (license unclear).
840     - Drop rar from GRML_FULL (license).
841     - Drop xlockmore from GRML_FULL (using vlock instead in grml-lock).
842     - Move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be
843       able to customize it easier.
844
845  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 21:32:25 +0100
846
847 grml-live (0.9.35) unstable; urgency=low
848
849   * New features / major changes:
850     - Moved /etc/grml/fai/files to /etc/grml/fai/config/files (and
851       /etc/grml/fai/live-initramfs to /etc/grml/fai/config/). This is
852       an important step to use the config space and class concept of
853       FAI in a more decent and cleaner way. Further details in NEWS
854       file. Thanks to Henning Sprang for the initial hint.
855     - Provide buildd as separate Debian package grml-live-buildd.
856     - Store package list on ISO. [Closes: issue779] [Closes: issue749]
857     - Support conf/bootid.txt and use bootoption bootfrom=removable by
858       default.
859     - Support NO_BOOTID to disable the new bootid feature.
860     - Support DEFAULT_BOOTOPTIONS via configuration file.
861   * Bugfixes / minor changes:
862     - buildd: use nail instead of mutt for sending mails as recent
863       versions of mutt introduced a major breakage (see #539276).
864     - scripts/GRMLBASE/38-udev: check for presence of config file.
865     - Ignore $EXIT_ON_MISSING_PACKAGES if running a dirty build
866       through -B.
867     - Make sure to use sources.list of grml-live, even on updates
868       through -u option. [Closes: issue803]
869   * Software related changes:
870     - Drop all packages from GRML_* classes that are defined in
871       GRMLBASE already.
872     - Drop aufs-tools from GRML_MEDIUM.
873     - Drop lvm2 from GRML_* classes at it is in GRMLBASE.
874     - Drop mdadm from GRML_* classes as it is in GRMLBASE.
875     - Move diffutils + iw from GRMLBASE to GRML_* classes.
876     - Move mgetty from GRML_* classes to GRMLBASE.
877     - Move module-init-tools from GRML_* classes to GRMLBASE.
878   * Debian packaging: Bump Standards-Version to 3.8.4.
879
880  -- Michael Prokop <mika@grml.org>  Sat, 13 Feb 2010 01:08:57 +0100
881
882 grml-live (0.9.34) unstable; urgency=low
883
884   * Add scripts/GRMLBASE/38-udev to get rid of automatically generated
885     udev rules file.
886   * Fix architecture option in error message (-a instead of -i).
887   * Add ia32-libs [amd64] to Depends to make sure building i386 on amd64
888     works OOTB.
889   * Use $TEMPLATE_DIRECTORY for checking for precense of bsd4grml.
890   * Drop keyword package from squashfs binary exit code.
891   * Update docs regarding squashfs-tools 1:4.0-1.
892   * Support for logging to database via grml-live-db.
893     Thanks to formorer for his work on dpkg-to-db.
894   * Changed logic of ZERO_LOGFILE to PRESERVE_LOGFILE (though integrated
895     a backwared compatibility layer so existing installations still continue
896     to work) and clear logs after prompting for execution.
897
898   * Software related changes:
899     - Add acpi-support-base to GRML_SMALL [Closes: issue791]
900     - Add netsniff-ng to GRML_FULL (thanks Daniel Borkmann).
901     - Add ufsutils to GRML{SMALL,MEDIUM,FULL} [thanks, chaitat].
902     - Drop aufs-tools from GRML_FULL (deprecated, see #555638).
903     - Drop firescope from GRML_FULL - it is unmaintained upstream.
904     - Drop package config file GRML_FORENSIC as it is developed and
905       maintained as part of Grml-Forensic nowadays.
906     - Move scsiadd from GRML_* to GRMLBASE.
907     - Remove dynamic-disk from GRML_FULL (unmaintained upstream).
908     - Remove lame from GRML_FULL (not available from official Debian pool).
909     - Remove salvage-ntfs from GRML_FULL (unmaintained upstream).
910
911  -- Michael Prokop <mika@grml.org>  Sat, 30 Jan 2010 19:56:32 +0100
912
913 grml-live (0.9.33) unstable; urgency=low
914
915   [ Michael Prokop ]
916   * Switch order of mirror configuration in example config.
917     Thanks for the hint, formorer.
918   * Write current date to last output line of grml-live so the user
919     knows how "old" his build is while sitting at the shell prompt.
920   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/01-packages
921     as package installation validator.
922   * Update sources.list handling:
923     - Disable deb-src by default in sources.list. People usually
924       won't need this and the ones that want it know how to enable
925       it. Therefore let's save traffic on the mirrors.
926     - Note usage of GeoIP-selected mirrors.
927     - Add commented examples for DE/AT mirrors.
928     Thanks for the suggestions to Sedat Dilek. [Closes: issue756]
929   * Use /sbin/mount.ntfs-3g as default handler for ntfs. Thanks
930     for bringing this issue up, Richard Hartmann.
931   * templates/boot/grub/menu.lst: drop bootoption lang=us, we
932     specify the default within grml-autoconfig nowadays.
933   * Support configuration variable EXIT_ON_MISSING_PACKAGES to exit
934     with returncode != 0 if a requested package isn't available on the
935     resulting ISO.
936   * Drop memtest86+ from Depends as it's shipped by grml-live-addons
937     nowadays (see issue717). Instead be more verbose in the warning
938     message if neither the one from grml-live-addons nor memtest86+
939     can be found.
940   * Software related changes:
941     - Main GRML* classes:
942       + add grml-udev-config (we use Debian's udev from now on and
943         provide our own udev stuff through grml-udev-config)
944       + drop grml-scanpartitions
945       + move all grml-* packages that used to be part of all Grml
946         flavours to GRMLBASE and drop them from the flavour
947         specific configuration instead
948     - GRML_FULL:
949       + Add fsarchiver
950       + Add gdisk
951       + Add infiniband-diags
952       + Add iscsitarget-module-2.6.31-grml64
953       + Add mbuffer
954       + Add modem-cmd
955       + Add nbd-server + nbd-client (thanks to Xuân Baldauf).
956       + Drop dvi2tty (so we don't pull tex-common and texlive-binaries
957         into the system).
958       + Drop lomoco (bad state, unnecessary)
959     - GRML_MEDIUM:
960       + Add iptraf (thanks, thermoman)
961       + Drop (unavailable) at76-usb-modules-2.6.31-grml
962     - Mixed:
963       + Add kexec-tools to GRML_SMALL + GRML_MEDIUM (thanks,
964         Christoph Biedl)
965       + Add lcrack to GRML_FORENSIC
966       + Drop fakechroot from GRML_FULL + GRML_FORENSIC (the package is
967         in a bad shape since several months)
968       + Drop grml-mercurial-utils from GRML_FULL and GRML_MEDIUM as
969         we use git nowadays
970
971   [ Thorsten Glaser ]
972   * Update MirOS bsd4grml to 20091226.
973
974  -- Michael Prokop <mika@grml.org>  Wed, 30 Dec 2009 02:34:38 +0100
975
976 grml-live (0.9.32) unstable; urgency=low
977
978   * Update docs to reflect current FAI_CONFIG_* setup.
979   * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
980     so FAI versions older than 3.3 still work. Thanks for the bugreport,
981     Christian Hofstaedtler.
982
983  -- Michael Prokop <mika@grml.org>  Sun, 08 Nov 2009 11:50:46 +0100
984
985 grml-live (0.9.31) unstable; urgency=low
986
987   [ Michael Prokop ]
988   * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
989   * Update main fai config (update to what's shipped by FAI 3.3):
990     * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf
991       to make-fai-nfsroot.conf and disable it by default as
992       only FAI_CONFIG_SRC is relevant nowadays.
993     * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by
994       default.
995     * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS
996       in file make-fai-nfsroot.conf (sync with FAI upstram).
997
998   [ Thorsten Glaser ]
999   * Update bootgrub.mksh to 20091104.
1000   * Change manifold-boot ISO patch logic slightly to work better on
1001     certain HP machines. [Closes: issue757]
1002
1003  -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 20:30:30 +0100
1004
1005 grml-live (0.9.30) unstable; urgency=low
1006
1007   [ Michael Prokop ]
1008   * Support new option '-d <date>' to use specified date as build date
1009     information on the ISO instead of the default.
1010   * Fix posix violation in grml-live-remaster.
1011   * Add jfsutils to GRML_MEDIUM and GRML_SMALL.
1012   * Apply patch by Christian Hofstaedtler <ch+git@zeha.at> (thanks!):
1013     Ensure /etc/mtab is always present. Newer debootstrap versions
1014     no longer create /etc/mtab, so we need to provide our own.
1015   * config/hooks/instsoft.GRMLBASE:
1016     - force installation of file-rc using aptitude's
1017       Aptitude::ProblemResolver::Keep-All-Tier option.
1018     - drop insserv package.
1019   * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with
1020     'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with
1021     fai >=3.2.23.
1022
1023   [ Ulrich Dangel ]
1024   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
1025     [Closes: issue758]
1026
1027  -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 17:48:21 +0100
1028
1029 grml-live (0.9.29) unstable; urgency=low
1030
1031   [ Ulrich Dangel ]
1032   * Renamed stage2_eltorito to stage2 to get rid of name mangling
1033     problems with fat.
1034
1035   [ Michael Prokop ]
1036   * Adjust stage2{,_eltorito} code in grml-live.
1037
1038  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:17:59 +0100
1039
1040 grml-live (0.9.28) unstable; urgency=low
1041
1042   * Drop grub from all classes and add grub-pc to GRMLBASE.
1043   * Add guymager to GRML_FULL.
1044   * Add gcc to GRML_MEDIUM.
1045   * Adjust grub variable in *all* /boot/isolinux/*.cfg files.
1046   * Update memtest86+ binary to 4.00-2.
1047   * Update isolinux/syslinux files to version 2:3.83+dfsg-1:
1048     - templates/boot/addons/chain.c32
1049     - templates/boot/addons/hdt.c32
1050     - templates/boot/addons/memdisk
1051     - templates/boot/addons/menu.c32
1052     - templates/boot/isolinux/ifcpu64.c32
1053     - templates/boot/isolinux/isolinux.bin
1054     - templates/boot/isolinux/vesamenu.c32
1055   * Update templates/boot/addons/pci.ids to version 2009.10.22.
1056   * Adjust label text for grub1 boot entry.
1057   * Update bsd4grml to version 20091027.
1058
1059  -- Michael Prokop <mika@grml.org>  Tue, 27 Oct 2009 20:54:33 +0100
1060
1061 grml-live (0.9.27) unstable; urgency=low
1062
1063   [ Michael Prokop ]
1064   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
1065   * Add fio to GRML_FULL (thanks for the hint, Ulrich). [Closes: issue703]
1066   * Add 'noquick' to the serial bootoption.
1067   * Add ewf-tools to GRML_FULL and GRML_FORENSIC.
1068
1069   [ Ulrich Dangel ]
1070   * Refactored addon menu handling for syslinux. The menu is now dynamically
1071     generated by grml-live to allow more convenient adjustments to the addon
1072     menu.
1073
1074  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:10:35 +0100
1075
1076 grml-live (0.9.26) unstable; urgency=low
1077
1078   [ Michael Prokop ]
1079   * Update templates/boot/grub to grub2 version 1.97~beta4-1.
1080   * Add templates/boot/isolinux/ifcpu64.c32.
1081   * Add templates/boot/addons/gpxe.lkrn.
1082   * Document 'Shortcut keys of vesamenu bootsplash' in isolinux.cfg.
1083   * templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
1084     feature (command line) to chain into GRUB2 directly from isolinux
1085     or syslinux without an intermediate interactive/menu prompt.
1086     Thanks to Thorsten for implementing and help.
1087
1088   [ Thorsten Glaser ]
1089   * Update MirOS bsd4grml to 20091024 (ldbsd.com and ldbsd.txt only).
1090
1091  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 21:10:17 +0200
1092
1093 grml-live (0.9.25) unstable; urgency=low
1094
1095   [ Ulrich Dangel ]
1096   * Switched order between isoprompt and hd menu entry to generate more
1097     easily the same bootmenu for generated cd images.
1098   * Changed grub.cfg and menu.lst to use new template names.
1099     Thanks to Michael Schierl for his bug report.
1100   * Clear at first the screen if bootparam quiet is set.
1101     Thanks again to Michael Schierl for his bug report.
1102
1103   [ Michael Prokop ]
1104   * Support mksquashfs-lzma and $MKSQUASHFS in remaster/grml-live-remaster.
1105   * Add fbterm to GRML_FULL. [Closes: issue563]
1106   * Add parted to GRML_SMALL (thanks for the suggestion, Marc Haber).
1107   * Add pyneighborhood to GRML_FULL. [Closes: issue580]
1108   * Drop grml-ddcxinfo from GRML_FULL. [Closes: issue62]
1109
1110  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 14:12:33 +0200
1111
1112 grml-live (0.9.24) unstable; urgency=low
1113
1114   [ Ulrich Dangel ]
1115   * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname.
1116   * Changed isolinux vesamenu layout to support better multiiso layout.
1117
1118   [ Thorsten Glaser ]
1119   * Update MirOS bsd4grml to 20091019.
1120
1121   [ Michael Prokop ]
1122   * Software related changes:
1123     - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg +
1124       openvas-server to GRML_FORENSIC.
1125     - Add stressapptest to GRML_FULL + GRML_FORENSIC.
1126     - Drop lcap (package is gone) from GRML_FORENSIC.
1127     - Drop isic + lcap (packages gone) from GRML_FULL.
1128     - Drop ipset from GRML_FULL + GRML_FORENSIC (it's part of
1129       xtables-addons-common).
1130     - Drop harden-remoteaudit + openvas-server from GRML_FULL (they
1131       are pretty useless without plugins which need just too much space).
1132   * Rework variable replacements in templates. Now the %VAR% strings
1133     in the templates match with the ones used inside grml-live ($VAR),
1134     currently ARCH, DATE, DISTRI_INFO, DISTRI_NAME, DISTRI_SPLASH,
1135     GRML_NAME, SQUASHFS_NAME, RELEASE_INFO, SHORT_NAME and VERSION
1136     are supported. If you use your own templates from older grml-live
1137     versions please make sure to adjust them.
1138     Thanks to Ulrich for helping with integration within grml2usb.
1139   * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for
1140     portmap to not listen on the loopback interface only by default.
1141     [Closes: issue737]
1142   * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice.
1143
1144  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:12:27 +0200
1145
1146 grml-live (0.9.23) unstable; urgency=low
1147
1148   * Software related changes:
1149     - GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel
1150       2.6.28-grml[64] to 2.6.31-grml[64].
1151     - Drop ash from GRML_FULL (unrelevant for Grml).
1152     - Drop crack-common from GRML_FULL (it's a dependency of crack*).
1153     - Drop ddccontrol-db from GRML_FULL (it's a dependency of ddccontrol).
1154     - Drop dhcp3-common from GRML_FULL (it's a dependency of dhcp3*).
1155     - Drop defrag from GRML_FULL + GRML_FORENSIC (see #446691).
1156     - Drop emacs22/-common specific packages from GRML_FULL (dependencies).
1157     - Drop libpam-krb5 from GRML_FULL (related to #545824).
1158     - Drop mktemp from GRML_* (transitional package).
1159     - Drop openbsd-inetd from GRML_FULL (we're using xinetd).
1160     - Drop replicator from GRML_FULL (orphaned, see #474131).
1161     - Drop rt2400-modules-2.6.31-grml, rt2500-modules-2.6.31-grml and
1162       rt73-modules-2.6.31-grml from GRML_MEDIUM.
1163     - Drop rt2400-modules-2.6.31-grml, rt73-modules-2.6.31-grml and
1164       rt2400-modules-2.6.31-grml64 from GRML_FULL.
1165     - Drop timeout from GRML_* (it is part of coreutils nowadays).
1166     - Drop vim-python + vim-ruby from GRML_FULL (not available anymore).
1167     - Drop version specific dependency on -mysql-client-5.0.
1168     - Drop e2fslibs, esound-common, espeak-data, ettercap-common (all being
1169       dependencies), fileutils and gcom (both transitional package) from
1170       GRML_FULL.
1171     - Drop 915resolution, bazaar, cracklib2, dbishell, gmailfs,
1172       igal, nmapfe, python-pyogg, weechat-common, xdialog,
1173       xserver-xorg-video-i810, xserver-xorg-video-nsc and zeroconf from
1174       GRML_FULL (all being deprecated packages).
1175     - Drop cracklib2 from GRML_FORENSIC (deprecated).
1176     - Drop xserver-xorg-video-i810 + xserver-xorg-video-nsc from GRML_MEDIUM
1177       and XORG (deprecated packages).
1178     - Replace diff with diffutils and move it to GRMLBASE.
1179     - Replace dvb-utils with dvb-apps in GRML_FULL.
1180     - Replace postgresql-client-8.2 + postgresql-client-common with
1181       postgresql-client in GRML_FULL.
1182     - Move eject, file-rc, gawk, gpm, grep, grml-hwinfo, gzip, hostname,
1183       initramfs-tools, initscripts, klibc-utils + laptop-detect to GRMLBASE.
1184     - Add febootstrap to GRML_FULL.
1185     - Add guymager to GRML_FORENSIC.
1186     - Add extract and libextractor-plugins to GRML_FORENSIC (thanks to
1187       Dennis Schreiber for the hint).
1188     - Add iw to GRMLBASE. Thanks to Christian Hofstaedtler for the hint.
1189     - Add libnss-mdns to GRML_FULL (thanks to mrud).
1190   * Add backwards compatibility check for old sources.list layout
1191     (we're using /etc/apt/sources.list.d now) to script
1192     /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
1193   * Assume 'lenny' as default SUITE instead of 'stable' as
1194     debootstrap doesn't know how to handle 'stable'.
1195     Thanks to Ulrich Dangel.
1196   * Use blocksize of 256 when running mksquashfs-lzma binary.
1197   * Update documentation regarding recent lzma development.
1198   * Some minor cosmetic corrections in grml-live's output.
1199   * Add missing test call in $FORCE_ISO_REBUILD code.
1200   * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.
1201   * Use menu hide in templates/boot/isolinux/prompt.cfg
1202
1203  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 16:14:51 +0200
1204
1205 grml-live (0.9.22) unstable; urgency=low
1206
1207   * Send 'Find FAI build logs at' message to grml-live.log as well.
1208   * Software related changes:
1209     - Add comgt to GRML_FULL.
1210     - Add fatattr to GRML_FULL.
1211     - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart).
1212     - Add qla-tools to GRML_FULL.
1213     - Add xmount to GRML_FULL.
1214     - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian).
1215     - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL,
1216       GRML_MEDIUM and GRML_FULL.
1217     - Drop lanmap (abandonned upstream, see #542376).
1218     - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE.
1219     - Replace nessusclient, nessusd and nessus-plugins with
1220       openvas-client and openvas-server in GRML_FULL.
1221   * Do not use /etc/grml_version but instead use /etc/debian_version
1222     as check whether the chroot exists. If grml-live execution
1223     itself succeded but was interrupted during task_configure it should
1224     be fine to re-run grml-live with -u/-b options.
1225   * Fix usage of exclude option in $SQUASHFS_OPTIONS.
1226   * Always remove temporary squashfs stderr file.
1227   * Fix usage of /etc/runlevel.conf in 15-initsetup.
1228   * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE.
1229   * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE
1230     to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup
1231     again then. This should should prevent us from duplicated sources
1232     list entries.
1233   * New cmdline option: "-n" skips generation of the ISO file.
1234   * Introduce support for squashfs-lzma-tools 4.0-1 and support
1235     configuration variable SQUASHFS_BINARY.
1236   * Modify update-initramfs call in grml-live script as the
1237     'update-initramfs -u -t' might fail with linux images which have been
1238     build using kernel-package.
1239   * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries
1240     that are meant for manual editing (so user just has to press <tab>
1241     and edit).
1242   * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt).
1243   * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg.
1244   * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the
1245     according code has been executed (and do not display if skipping).
1246   * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on
1247     grml-small as there will be unresolved symbols without hisax.ko.
1248
1249  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 15:59:47 +0200
1250
1251 grml-live (0.9.21) unstable; urgency=low
1252
1253   [ Michael Prokop ]
1254
1255   * New features:
1256     - Split the single /etc/apt/sources.list file into structured files
1257       in /etc/apt/sources.list.d/. We are using:
1258       - /etc/apt/sources.list.d/grml.list for all grml related repositories
1259       - /etc/apt/sources.list.d/debian.list for official Debian repositories
1260       [Closes: issue349]
1261     - Provide information about grml-live version and Debian/suite
1262       through /etc/grml_live_version in the generated ISO. [Closes: issue637]
1263     - New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console.
1264     - New configuration variables DISTRI_NAME and DISTRI_INFO which should allow
1265       easier rebranding of grml-live based distributions.
1266     - Support installation of local files (not being part of any Debian package)
1267       through $CHROOT_INSTALL.
1268     - Display path of FAI logs during execution of grml-live.
1269     - Replace all references to ftp.de.debian.org with cdn.debian.org,
1270       see http://wiki.debian.org/DebianGeoMirror for details.
1271       Thanks for the idea, Marc Haber!
1272
1273   * Bug fixes and improvements:
1274     - When adjusting postfix configuration: make sure to execute newaliases
1275       command after adjusting configuration, otherwise the old hostname
1276       will be left inside /etc/aliases.db.
1277     - grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and
1278       /etc/lvm/backup/main as well.
1279     - grml_cleanup_chroot: drop the /usr/include/linux checks.
1280     - 90-update-alternatives: use wm-ng as default x-window-manager.
1281       [Closes: issue716]
1282     - Check for existence of $target/etc/apt/important_note.txt before
1283       operating on it.
1284     - buildd: drop GRML_LIVE_ARCH but instead use default architecture
1285       if not specified.
1286     - Set UTC=no by default. See http://bts.grml.org/grml/issue708 for
1287       details. Credits to Ulrich Zehl for debugging. [Closes: issue708]
1288     - Improve check for architecture which should be build: if not specified
1289       assume a safe default and check this one.
1290     - Unify variable default checks, always assume sane defaults.
1291     - Always run $SUITE checks, so grml-live repository is used also
1292       if suite isn't manually specified.
1293     - Detect existence of stage 'boot' using boot/isolinux so grml-live
1294       executed with options '-q -B' and empty boot/isolinux works as well.
1295     - Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so
1296       we can improve sanity checks and easify configuration.
1297     - Integrate memtest86+ binary so we don't ship old versions from
1298       the build host. [Closes: issue717]
1299     - Check whether rebuild of ISO is needed even though the ISO exists already.
1300       [Closes: issue719]
1301
1302   * Debian packaging related changes:
1303     - Bump to Standard-Version 3.8.3 (no further changes).
1304     - Improve long description.
1305     - Update copyright file (make lintian happy).
1306     - Register grml-live html docs using doc-base.
1307
1308   * Documentation:
1309     - grml-cheatcodes: document bootoption 'nostartx'.
1310     - Apply patch from Marc Haber (thanks!) for new grml cheatcodes
1311       (new DCS directory feature).
1312
1313   * Software related changes:
1314     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
1315     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
1316       myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The
1317       packages are either already available or should be available soon.
1318     - Add scsitools to GRML_MEDIUM.
1319     - Drop bar from GRML_FULL (no release since 2007, consider using
1320       for example cpipe instead).
1321     - Drop grml-saveconfig as it is replaced with recent versions
1322       of grml-autoconfig.
1323     - Drop hydra from GRML_FULL (the license is not a clean GPL one).
1324     - Drop icedax from GRML_FULL (we have schilyutils available).
1325
1326   [ Thorsten Glaser ]
1327   * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg,
1328     isolinux.cfg, syslinux.cfg with each other; provide a fallback
1329     way to boot MirOS bsd4grml from both GRUB versions using modules.
1330   * Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
1331     while here, add the grml release info to the appropriate file.
1332
1333  -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 00:33:48 +0200
1334
1335 grml-live (0.9.20) unstable; urgency=low
1336
1337   * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger.
1338   * Drop all references to xserver-xorg-input-elo2300 (see #527699).
1339   * Cleanups in GRML_FULL:
1340     - Drop cheops (depends on libgtk1.2).
1341     - Drop dviutils ("Note: selecting "texlive-extra-utils" instead of the
1342       virtual package "dviutils" -> non-existing package)
1343     - Drop ext2resize (see #400797).
1344     - Drop fcoretools (see #534542).
1345     - Drop gdk-imlib11 (see #522810).
1346     - Drop gqcam (still depends on gtk1.2).
1347     - Drop hping2 (hping3 is available in all relevant Debian releases
1348       nowadays, see #533275).
1349     - Drop libpam-pwgen (see #511613).
1350     - Drop rgpsp (owner set to Debian QA Group and package doesn't seem
1351       to be that important for grml).
1352     - Drop windowlab (see #410618).
1353     - Drop workbone (see #429178).
1354   * Add check for valid Debian suite name to avoid breakage of sources.list
1355     if someone calls grml-live with a typo in the -s option.
1356   * Add exception for libewf1 and libstdc++2.10-glibc2.2 in
1357     /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan.
1358   * buildd:
1359     - add support for building squeeze based ISOs.
1360     - add cronjob based on what the grml team is using at daily.grml.org
1361     - use '-a' instead of '-rltD' as rsync option to sync logs
1362     - use timestamp with hour, minute and second to match with FAI style
1363   * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration
1364     also when updating the chroot (this happens if we have a base.tgz available
1365     on fresh installations).
1366   * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf.
1367   * Really add support for genisoimage (thanks for the bugreport, Worf).
1368   * Set subdirectories of $OUTPUT independent of cmdline parsing so
1369     it is possible to set it via conffile as well.
1370   * Validate whether the specified architecture class matches the
1371     architecture (option), otherwise installation of kernel will fail.
1372   * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ.
1373   * Build grml-live documentation with table of content.
1374
1375  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 00:34:53 +0200
1376
1377 grml-live (0.9.19) unstable; urgency=low
1378
1379   * Software related changes in GRML_FULL:
1380     - add btrfs-tools
1381     - add conkeror (thanks to Axel Beckert) [Closes: issue698]
1382     - add gptsync
1383     - add nfswatch
1384     - add nilfs2-tools
1385     - add pigz
1386     - add postmark
1387     - add tableau-parm
1388     - drop all LaTeX related packages (following the result
1389       of the recent "Removal of LaTeX on grml" poll):
1390       auctex catdvi ctioga dvipng gnuhtml2latex lacheck latex-beamer
1391       latexmk latex-mk latextug latex-xcolor pdfjam pgf
1392       preview-latex-style tex-common texify texlive-base
1393       texlive-base-bin texlive-common texlive-doc-base
1394       texlive-fonts-recommended texlive-lang-german texlive-latex-base
1395       texlive-latex-recommended texpower tth tthsum vim-latexsuite
1396    - Add class LATEX which provides all the LaTeX (related) packages
1397      that have been removed from GRML_FULL.
1398   * Software related changes in GRML_FORENSIC:
1399     - drop stegdetect (see #507908)
1400     - add several further packages:
1401       acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat
1402       cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3
1403       mysql-client netdiscover nmap os-prober poppler-utils pppconfig
1404       rdesktop readahead readpst recoverdm rifiuti rifiuti2 rpm samba
1405       samdump2 sdparm sg3-utils smbclient socat sqlite3 tcpdump
1406       tcpflow tcpreplay tcptrace tcptrack tcpxtract tct time unhide
1407       untex uuid-runtime vinetto w3m wamerican whois wireshark wv
1408       wvdial zfs-fuse
1409     Thanks also to Hans-Peter Merkel for his tool list.
1410   * Drop hdparm from GRML_FULL, GRML_MEDIUM and GRML_SMALL as it
1411     is part of GRMLBASE already.
1412   * Bump Standard Version to 3.8.2 (no further changes).
1413
1414  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 15:23:51 +0200
1415
1416 grml-live (0.9.18) unstable; urgency=low
1417
1418   * Integrate grub2 for hybrid boot. Big thanks to Thorsten Glaser
1419     for his work and help.
1420   * Add safecopy to GRML_FULL (thanks to Wernfried Haas for the hint).
1421   * grml-cheatcodes: mention libata specific bootoptions.
1422     Thanks to Christian Vogel! [Closes: issue685]
1423   * Apply patches by Thorsten Glaser <tg@mirbsd.org>:
1424     - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
1425     - Update bootgrub.mksh from MirBSD
1426     - Pad official ISOs to multiples of 256 KiB for partition table support.
1427   * Add bc to Depends as bootgrub.mksh requires it.
1428
1429  -- Michael Prokop <mika@grml.org>  Sat, 13 Jun 2009 12:11:19 +0200
1430
1431 grml-live (0.9.17) unstable; urgency=low
1432
1433   [ Frank Terbeck ]
1434   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
1435     EDITOR is empty. [Closes: issue664]
1436
1437   [ Michael Prokop ]
1438   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
1439   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
1440     does not exist and skip rest of the script then.
1441   * Software related changes:
1442     - Drop package snort from GRML_FULL and all the workarounds for it.
1443       It's once again uninstallable in Debian/unstable.
1444     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
1445     - Drop package nemesis from GRML_FULL (unmaintained upstream and
1446       uninstallable in Debian, see #423201 and #529508).
1447     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
1448     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
1449   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
1450     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
1451   * Update /boot/grub/* files in build output on every invocation of
1452     grml-live (as we do it for isolinux stuff too), so the variables
1453     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
1454   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
1455
1456  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:55:05 +0200
1457
1458 grml-live (0.9.16) unstable; urgency=low
1459
1460   * Software related changes:
1461     - Add u3-tool to GRML_FULL.
1462     - Disable nttcp and lmbench (both non-free) in GRML_FULL.
1463     - Drop ttf-bitstream-vera from GRML_FULL (superseeded by its
1464       improved version named ttf-dejavu, see #461308).
1465     - Drop snownews from GRML_FULL (orphaned, inactive upstream,
1466       better alternatives like newsbeuter, see #468778).
1467   * Mention persistent bootoption in grml-cheatcodes.txt.
1468
1469  -- Michael Prokop <mika@grml.org>  Tue, 19 May 2009 20:52:31 +0200
1470
1471 grml-live (0.9.15) unstable; urgency=low
1472
1473   The "hey, let's have a grml release party" Release.
1474   * As dillo isn't available in Debian/unstable due to removal
1475     of libgtk1.2 we'll replace it with xlinks2 from package links2:
1476     - GRML_FULL: drop dillo
1477     - GRML_MEDIUM: replace links with links2 and drop dillo
1478     - XORG: replace dillo with links2
1479   * Drop cpp-4.1 and g++-4.1 from GRML_FULL.
1480   * Drop bzr from GRML_FULL (19MB is just too much).
1481   * Drop all kernel related packages that aren't available overall.
1482   * Drop linux-wlan-ng, as its module can't be built.
1483
1484  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 10:09:22 +0200
1485
1486 grml-live (0.9.14) unstable; urgency=low
1487
1488   The "hey, let's have a post-lenny drop-party" Release.
1489   * Update /usr/share/locale handling: restore *empty* directories
1490     because otherwise installation/upgrade of packages might fail.
1491   * Document findiso bootoption in grml-cheatcodes.txt.
1492   * Software related changes:
1493     - Readd clive as the dependency on libterm-progressbar-perl was
1494       dropped (see #526999)
1495     - Drop airsnort (unmaintained upstream, #429507)
1496     - Drop array-util (unmaintained in Debian, #456648)
1497     - Drop automake1.8 (cleanup of automake packages, #473365)
1498     - Drop biew (old, no users, depends on debmake, #460636)
1499     - Drop cpp-2.95 (deprecated)
1500     - Drop db4.3-util (deprecated)
1501     - Drop debmake (obsolete, #462978)
1502     - Drop dynafont (upstream obsoleted by fonty-rg, #474125)
1503     - Drop eciadsl (unmaintained, broken with recent kernels, #470680)
1504     - Drop elfkickers (RC buggy; abandoned upstream, #523811)
1505     - Drop fragroute (out of date, orphaned, inactive, #487127)
1506     - Drop fttools (not available in any repos)
1507     - Drop funionfs (replaced by unionfs-fuse, #515955)
1508     - Drop gscanbus (obsolete, unmaintained, #429559)
1509     - Drop hdaps-utils (out of date, obsolete, #526172)
1510     - Drop hpijs (saving us 1352kB + 27,0MB from its dependencies disk space)
1511     - Drop ipxripd (obsolete, few users, #462178)
1512     - Drop jmon (orphaned, better alternatives, dead upstream, #510520)
1513     - Drop linneighborhood (unmaintained, better alternatives, #466489)
1514     - Drop mobilemesh (obsolete, #452102)
1515     - Drop ms-sys (contains non-free code, #470678)
1516     - Drop mutella (abandoned upstream, #489422)
1517     - Drop ndiswrapper-common (dep. only) + ndiswrapper-utils (dummy package)
1518     - Drop ndiswrapper-utils-1.1 (replaced by ndiswrapper-utils-1.9)
1519     - Drop o3read (abandoned upstream; superseded by odt2txt, #477311)
1520     - Drop potion (orphaned, out of date, low popcon, #499262)
1521     - Drop powertweakd, powertweak-gtk and lspowertweak
1522       (unmaintained upstream, #515588)
1523     - Drop scsi-idle (RC-buggy, useless, #385285)
1524     - Drop sjog (dead upstream, depends on legacy libs, unmaintained, #509403)
1525     - Drop stegdetect / xsteg (orphaned, inactive upstream, GTK+ 1.2, #507908)
1526     - Drop traceproto (not maintained upstream; alternative available, #495759)
1527     - Drop type1inst (orphaned and useless, #158476)
1528     - Drop unionfs-tools (buggy, replaced by aufs*, #515959)
1529     - Drop unison2.9.1 (obsolete, #443244)
1530     - Drop upstreamdev (alpha quality; abandoned upstream; low popcon, #494565)
1531     - Drop vnc-common (dead upstream, superseded by vnc4, #469247)
1532     - Drop vncommand (not available in any repos)
1533     - Drop xmove (buggy, orphaned, dead upstream, #486772)
1534     - Drop xserver-xorg-video-imstt (abandoned, #523683)
1535     - Drop xserver-xorg-video-vga (abandoned, #523687)
1536     - Drop xwatchwin (orphaned, no rdepends, #491903)
1537
1538  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 10:06:42 +0200
1539
1540 grml-live (0.9.13) unstable; urgency=low
1541
1542   * Split package into grml-live and grml-live-addons.
1543     Add grml-live-addons to Recommends of package grml-live.
1544     Package grml-live-addons provides the templates/boot/addons
1545     files that require >7MB of disk space overall so we don't
1546     want to ship it with default grml:
1547     - allinone.img
1548     - balder10.imz
1549     - bsd4grml/
1550     - chain.c32
1551     - hdt.c32
1552     - memdisk
1553     - menu.c32
1554     - pci.ids
1555   * Add ${misc:Depends} to binary packages' depend.
1556   * Bump Standard-Version to 3.8.1 (no further changes).
1557   * Install /etc/grml/fai/live-initramfs/live.conf only if
1558     /etc/live.conf does not exist in the target yet.
1559   * Update isolinux.bin to version 2:3.75+dfsg-1 (3.75 Debian-2009-04-17)
1560     from Debian.
1561   * Integrate HDT ("Hardware Detection Tool") as bootoption 'hdt'.
1562     http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)
1563     Thanks for the point, formorer!
1564     Use pci.ids from http://pciids.sourceforge.net/
1565   * Mention bsd and hdt in isolinux' bootsplash f3.
1566   * Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt.
1567   * Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash.
1568   * Software related changes:
1569     - Add virtualbox-ose-guest-x11 to GRML_FULL and GRML_MEDIUM.
1570     - Add virtualbox-ose-guest-modules-2.6.28-grml to GRML_MEDIUM.
1571     - Add speakup-tools to GRML_FULL.
1572     - Replace cupsys-bsd with cups-bsd and cupsys-client with cups-client.
1573     - Drop atl2-modules-2.6.28* from package list (merged in mainline).
1574     - Drop cupsys transitional package.
1575     - Drop clive from GRML_FULL as it depends on a fscking large perl
1576       package (see #526999).
1577     - Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base, gettext-base, groff-base,
1578       imlib11, imlib-base and perl-base from GRML_FULL (deprecated and
1579       unnecessary packages).
1580
1581  -- Michael Prokop <mika@grml.org>  Tue, 05 May 2009 09:46:26 +0200
1582
1583 grml-live (0.9.12) unstable; urgency=low
1584
1585   * Add noapic, noresume, selinux=0 and edd=off to 'failsafe'
1586     bootoption and use maxcpus=0 instead of maxcpus=1.
1587   * Add dvtm to GRML_FULL (thanks to plh).
1588   * GRML_FULL and GRML_FORENSIC: replace libewf with libewf1.
1589   * Add packages to GRML_MEDIUM:
1590     - nfs-kernel-server [Closes: issue471]
1591     - aufs-tools (thanks for suggestion, Tong Sun) [Closes: issue652]
1592   * Remove madwifi* from GRML_FULL and GRML_MEDIUM (being replaced
1593     by ath5k and ath9k of linux kernel 2.6.28, see #519446).
1594   * Update bsd4grml to version 20090411.
1595
1596  -- Michael Prokop <mika@grml.org>  Sat, 11 Apr 2009 12:26:02 +0200
1597
1598 grml-live (0.9.11) unstable; urgency=low
1599
1600   * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
1601     a base64 binary now.
1602   * Use 'user' instead of 'users' again after discussing the issue
1603     in issue582.
1604
1605  -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 20:23:49 +0100
1606
1607 grml-live (0.9.10) unstable; urgency=low
1608
1609   * buildd:
1610     - Add workaround to get around the mkisofs volume label limit.
1611       Otherwise with something like 'grml64-medium-daily-squeeze 20090223'
1612       we would get:
1613       "mkisofs: Volume ID string too long (cur. XX max. 32 chars)."
1614     - add buildd/execute.sh to further simplify buildd/*.sh setup
1615     - send_mail(): do not append /var/log/grml-buildd.stdout by default
1616     - add shebang line to buildd/[execute|functions].sh to make lintian happy
1617   * Replace placeholder %GRML_NAME_SQUASHFS% with according value in
1618     bootsplash f5. [Closes: issue619]
1619   * Drop dropbear from GRML_FULL. The "ssh server inside initramfs"
1620     is just too annoying for us. [Closes: issue617]
1621
1622  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2009 13:11:31 +0100
1623
1624 grml-live (0.9.9) unstable; urgency=low
1625
1626   * Update to kernel 2.6.28-grml[64].
1627   * Changes in GRML_FULL:
1628     - drop package tspc (see #462738 and #515193)
1629     - replace gqview with geeqie (thanks, Spida)
1630   * Changes in GRML_MEDIUM:
1631     - add beep (on request by gebi)
1632     - add dstat (on request by gebi)
1633     - add mc (on request by Christian Kuehlborn)
1634   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
1635   * buildd:
1636     - rename all etch* related scripts to lenny*
1637     - adjust scripts to use "lenny" instead of "stable" for building
1638       [to avoid that "etch" is used as build name but lenny is used]
1639     - use "$NAME-daily-$SUITE" in functions.sh as build name so
1640       identifying ISOs while running them is easier
1641   * Support squeeze as valid suite name.
1642   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
1643     This should avoid issues with something like
1644     'apt-get -t experimental ...'
1645   * Consequently drop 'Latest change' lines from all files.
1646   * Support generation of sha1sum [Testing: issue622]
1647   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
1648     [Closes: issue492]
1649   * Do no longer use the bootoption lang=us by default. We use it by default
1650     in grml-autoconfig anyway and this shortens our /proc/cmdline.
1651   * Run commands requiring network access through 'timeout 10' by default
1652     if possible. [Closes: issue396]
1653   * Do not use build server's hostname for /etc/mailname and
1654     /etc/bacula/bacula-fd.conf. [Testing: issue412]
1655   * Add "forensic" to the append line when using the forensic kerneloption
1656     so we can grep for it in any case.
1657   * 15-initsetup: keep a backup of the original runlevel.conf file.
1658     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
1659   * instsoft.GRMLBASE: support installation of multiple gpg keys
1660     via /etc/grml/fai/files/etc/apt/*.key
1661   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
1662     Thanks to Thomas Lehmann for the bugreport!
1663   * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
1664     This simplifies the directory layout a bit. Clarify its usage
1665     in /etc/grml/fai/apt/important_note.txt
1666   * Install all files from /etc/grml/fai/files/etc/apt. This supports
1667     usage of directories like /etc/apt/apt.conf.d. Thanks for the
1668     hint to Thomas Lehmann. [Closes: issue632]
1669   * Replace all "sed -i 's/././' foo" calls with
1670     'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
1671     so we don't destroy any existing symlinks. Depend on moreutils therefor.
1672     [Closes: issue631]
1673   * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
1674     provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
1675     Thorsten "mirabilos" Glaser for his work! Add support for
1676     configuring NO_ADDONS_BSD4GRML via configuration file.
1677   * Add informational header to /etc/grml/fai/apt/sources.list and
1678     update docs regarding the file.
1679   * If specified SUITE is unstable use 'sid' instead (to avoid breakages
1680     with debootstrap).
1681   * Support NO_ADDONS via configuration file.
1682   * Always skip mksquashfs part when using -q option.
1683   * Adjust configuration files on the fly only when the according lines
1684     aren't comments.
1685
1686  -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
1687
1688 grml-live (0.9.8) unstable; urgency=low
1689
1690   * Improve help text of the release option in usage info.
1691   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
1692   * Add libcap2-bin to GRML_FULL.
1693   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
1694     [Testing: issue569]
1695   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
1696     improve UTC handling. Thanks for the script, Thomas Lehmann!
1697
1698  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
1699
1700 grml-live (0.9.7) unstable; urgency=low
1701
1702   * Add packages to GRML_FULL:
1703     - aiccu (thanks, Christian Vogel)
1704     - genext2fs
1705     - radvd (thanks, Christian Vogel)
1706     - tf (thanks, Rhonda)
1707   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
1708   * Support execution without touching the chroot at all using option "-B".
1709     Thanks for the patch, Jimmy.
1710   * Update current state section of documentation.
1711   * Update cheatcode documentation (thanks to Moritz Augsburger).
1712   * Drop cryopid from GRML_FULL, see #507882.
1713
1714  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
1715
1716 grml-live (0.9.6) unstable; urgency=low
1717
1718   * Add new packages to GRML_FULL:
1719     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
1720     - dwdiff (front-end for the diff program that operates word by word)
1721     - espeakup (connector between espeak and speakup)
1722     - faketime (report faked system time to programs)
1723     - fcoretools (Tools to advise the IO scheduler)
1724     - latencytop (A tool for developers to visualize system latencies)
1725     - qiv (A quick image viewer for X)
1726     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
1727   * Add irqbalance to GRML_MEDIUM.
1728     - irqbalance (Daemon to balance interrupts for SMP systems)
1729     - latencytop (A tool for developers to visualize system latencies)
1730     - powertop (Linux tool to find out what is using power on a laptop)
1731   * Remove localepurge from GRML_SMALL.
1732   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
1733   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
1734     [Closes: issue554]
1735   * Rework locale handling. From now on /usr/share/locale gets removed
1736     by default (though /usr/share/i18n/locales won't be touched for
1737     now), unless using class LOCALES. Reason: We have >70MB inside
1738     /usr/share/locale on GRML_FULL, just too much to ship by default,
1739     message at startup sucks).
1740   * Update grml-cheatcodes.txt.
1741   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
1742     so we support offline operation as well. Based on an idea by
1743     Thomas Lehmann, thanks!
1744   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
1745     "grml $VERSION" so we propagate the according grml-name. Thanks to
1746     Thomas Lehmann!
1747   * Support -q option to build the ISO without (re-)creating the squashfs
1748     compressed file using mksquashfs.
1749
1750  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
1751
1752 grml-live (0.9.5) unstable; urgency=low
1753
1754   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
1755   * Drop xserver-xorg-video-newport from all flavours.
1756   * Replace all unzoo package references with zoo, see #497775.
1757   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
1758     because we have to skip FAI's updatebase task and lack /proc therefore.
1759     New packages that are being installed and want to start any daemons
1760     might fail, let's try to do our best to avoid that.
1761   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
1762   * Drop clamav-getfiles from GRML_FULL.
1763   * Update debian/control:
1764     - move from XS-Vcs-* to Vcs-*
1765     - use Build-Depends-Indep
1766
1767  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
1768
1769 grml-live (0.9.4) unstable; urgency=low
1770
1771   * Update docs (some minor fixes, migration from hg to git,..)
1772   * Use squashfs-lzma-tools instead of squashfs-tools:
1773     Depend on squashfs-lzma-tools - but allow usage
1774     of squashfs-tools as well).
1775   * Activate grml-testing repository for devel releases and
1776     daily snapshots. [Testing: issue531]
1777   * All flavours:
1778     - drop lzma-modules-2.6.26-grml[64] and
1779       squashfs-modules-2.6.26-grml[64] as we have it
1780       in-tree of kernel 2.6.26-grml[64].
1781   * GRML_FULL:
1782     - add ipset
1783     - drop wodim and genisoimage as we have a fully functional
1784       cdrtools suite in grml
1785   * GRML_MEDIUM:
1786     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
1787   * GRML_SMALL:
1788     - several improvements to keep the ISO size as small as possible
1789     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
1790     - remove grml-small package
1791     - remove fuse-utils
1792     - remove nvi (see #490361)
1793     - remove ppoeconf (just too big with its dependencies)
1794     - remove prism54-firmware (for saving disk space)
1795   * Support environment variable NO_ADDONS to avoid usage of
1796     addons directory.
1797   * Initial support for SQUASHFS_EXCLUDES_FILE.
1798   * Do not include vmlinuz and initrd when building grml-small.
1799   * We switched from Mercurial to Git - replaced all hg-URLs
1800     with git.grml.org
1801
1802  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
1803
1804 grml-live (0.9.3) unstable; urgency=low
1805
1806   * Improve the way deborphan works in
1807     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
1808     get rid of aptitude via
1809     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
1810   * Add PREREQ header to grml's initramfs-tools script, otherwise
1811     booting fails with "PANIC: Circular dependancy.  Exiting."
1812     Thanks for debugging help, maximilian attems.
1813   * Use apt-get instead of dpkg in removal of packages in grml-small.
1814   * Add tig to GRML_FULL, thanks Rhonda.
1815
1816  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
1817
1818 grml-live (0.9.2) unstable; urgency=low
1819
1820   * Improve checks for -[no]lzma for different squashfs-tools.
1821
1822  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
1823
1824 grml-live (0.9.1) unstable; urgency=low
1825
1826   * Rebuild initramfs to make sure that the up2date /etc/grml_version
1827     is available in the live initramfs. [Closes: issue516]
1828
1829  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
1830
1831 grml-live (0.9.0) unstable; urgency=low
1832
1833   * Update to kernel 2.6.26-grml[64].
1834   * Drop sysutils and cupsys-common from package lists.
1835   * Add ext3grep to GRML_FULL.
1836   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
1837   * Move ssdeep and scrounge-ntfs from grml's repository list to
1838     Debian's one.
1839   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
1840   * Document classes in more details. Thanks to Pawel Sadkowski
1841     for pointing out. [Closes: issue490]
1842   * Drop qtparted from GRML_FULL, we have better maintained
1843     gparted now.
1844   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
1845     /etc/grml/fai/config/class/GRML_MEDIUM.var,
1846     /etc/grml/fai/config/class/GRML_POWERPC.var and
1847     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
1848     configuration through GRMLBASE.var and this way it's much
1849     easier to adjust settings according to your needs.
1850   * Improve error handling in grml-live, including a check
1851     for pipestatus of fai command.
1852   * Output grml version in grml's live-initramfs script
1853     Thanks for the idea, Marc Haber. [Closes: issue488]
1854   * Drop glimpse from GRML_FULL due to license problems, see #474322.
1855   * Display SQUASHFS_OPTIONS in configuration overview.
1856   * Make sure it's possible to get usage information without being
1857     root or actually executing the script.
1858   * Improve usage information screen.
1859   * Display progress of squashfs, when building via a buildsystem
1860     just set -no-progress in $SQUASHFS_OPTIONS instead.
1861   * Use linux-kernel-headers-grml in grml-medium.
1862   * Use vim.basic as alternative setting for 'vi'.
1863
1864  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
1865
1866 grml-live (0.8) unstable; urgency=low
1867
1868   * Remove packages from GRML_FULL:
1869     - apmd (the package is just borken, see #475432)
1870     - raggle (#479562)
1871   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
1872     for mentioning in a bugreport, Marc Haber!)
1873   * Add packages to GRML_FULL:
1874     - ent (thanks, gebi)
1875   * Add packages to GRML_MEDIUM:
1876     - xfsdump (thanks, George Hartlieb)
1877   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
1878
1879  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
1880
1881 grml-live (0.7) unstable; urgency=low
1882
1883   * Update templates/boot/addons/allinone.img to current version
1884     from http://home.arcor.de/mschierlm/bootdisk/
1885     Thanks, Michael Schierl.
1886   * Add packages to GRML_FULL:
1887     - gnuit
1888     - i2c-tools [thanks to Mario Holbe]
1889     - iotop
1890     - keynav
1891   * Remove packages from GRML_FULL:
1892     - emelfm (#364442)
1893     - nufw (#468245)
1894     - sound-recorder (#288211)
1895   * Readd libewf to GRML_FULL.
1896   * buildd: use RELEASE-class in all build scripts
1897   * Mention noquick bootoption in bootsplash and cheatcode file.
1898   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
1899   * Make sure username is adjusted in /etc/inittab.grml if username
1900     not being "grml". Thanks for reporting, Thomas Lehmann.
1901     [Testing: issue436]
1902   * Add check for existence of -nolzma option. If squashfs-tools
1903     doesn't support it at all then just get rid of the option.
1904
1905  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
1906
1907 grml-live (0.6) unstable; urgency=low
1908
1909   * Write squashfs filename to /live/filesystem.module.
1910   * Adjust grml-live-remaster for new file system layout
1911     and add support for working on a booted USB device.
1912
1913  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
1914
1915 grml-live (0.5) unstable; urgency=low
1916
1917   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
1918     grml.squashfs.
1919   * Update bootsplashes to current implementation, based on
1920     live-initramfs and grml-autoconfig.
1921   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
1922     headaches, see #461888, #463720 and #445304 for example).
1923   * Add sshfs to GRML_MEDIUM.
1924
1925  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
1926
1927 grml-live (0.4) unstable; urgency=low
1928
1929   * Add new packages to GRML_FULL:
1930     - linux-uvc-modules-2.6.23-grml
1931     - luvcview
1932   * Add new packages to GRML_MEDIUM:
1933     - at76-usb-modules-2.6.23-grml
1934     - atl2-modules-2.6.23-grml
1935     - firmware-ralink
1936     - rt2400-modules-2.6.23-grml
1937     - rt2500-modules-2.6.23-grml
1938     - rt73-module-2.6.23-grml
1939   * Finally fixed the "isolinux does not boot on old hardware" problem.
1940     The problem was a too big boot/isolinux directory. Thanks a lot
1941     for all the testing to Andrea Mayr and Wernfried Haas!
1942     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
1943       menu.c32 and memtest
1944     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
1945       support of several grml flavours on one single usb pen for the future
1946     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
1947       for new directory layout
1948   * Make sure $GRML_NAME does not contain known problematic characters.
1949
1950  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
1951
1952 grml-live (0.3) unstable; urgency=low
1953
1954   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
1955   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
1956     older than 3.51 don't work with recent kernel versions like 2.6.23
1957     anymore. :(
1958   * Update templates/boot/isolinux/memdisk from syslinux package
1959     version 2:3.61+dfsg-1.
1960
1961  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
1962
1963 grml-live (0.2) unstable; urgency=low
1964
1965   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
1966     just fail on several old boxes. [Testing: issue400]
1967   * Add new packages to GRML_FULL:
1968     - auctex
1969     - loop-aes-testsuite
1970   * Add new packages to GRML_MEDIUM:
1971     - atl2-modules-2.6.23-grml
1972     - firmware-iwlwifi
1973     - madwifi-modules-2.6.23-grml[64]
1974     - madwifi-tools
1975   * Set 'confirm=1' in /etc/apt/listchanges.conf.
1976   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
1977     for providing default /etc/default/loadcpufreq configuration.
1978   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
1979     option parsing so we can override already set defaults interative.
1980   * Grep using the quiet option for squashfs features.
1981
1982  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
1983
1984 grml-live (0.1) unstable; urgency=low
1985
1986   * Bump version number to 0.1 as we ship grml-live with the
1987     upcoming stable versions.
1988   * Source /etc/grml/grml-live.local before parsing command line
1989     options to be able to override configuration on the commandline.
1990   * Use /usr/bin/vim.tiny as alternativ for vi.
1991   * Add new packages to GRML_FULL:
1992     - at76-usb-modules-2.6.23-grml64
1993     - bluez-audio
1994     - conky (thanks, shehu)
1995     - epdfview
1996     - gfs2-tools
1997     - sslscan
1998     - truecrypt-2.6.23-grml64
1999     - unsort
2000   * Remove bluetooth-alsa from GRML_FULL.
2001   * Add new packages to GRML_MEDIUM:
2002     - ntfs-3g
2003     - truecrypt-2.6.23-grml64
2004   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
2005     - drop deprecated entries
2006     - add debian2hd for isolinux/syslinux
2007     - fix serial bootoption
2008     - add grml2hd template for grub
2009   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
2010     remove packages via dpkg instead of apt-get. Thanks for the
2011     bugreport and the patch, Lupe Christoph! [Closes: issue367]
2012   * Use -no-progress option for mksquashfs only if it's supported.
2013
2014  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
2015
2016 grml-live (0.0.14) unstable; urgency=low
2017
2018   * Include initial version of the grml-live-remaster script,
2019     contributed by Michael Schierl (thanks!) [Closes: issue331]
2020   * Bump Standard-Version to 3.7.3 (no further changes).
2021   * Set debconf configuration for postfix via
2022     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
2023   * Improve check for presence of FAI log directory in
2024     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
2025   * Configure apt-listchanges via new script
2026     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
2027   * Make sure packages are being removed before docs are being
2028     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
2029   * Create grml-live.log-file with permissions 664.
2030   * Adjust buildd/functions.sh for new logging.
2031   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
2032     on AMD64 architecture. Add several new kernel packages for amd64
2033     to GRML_FULL.
2034   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
2035   * Drop packages from GRML_FULL:
2036     - findimagedupes: too many new dependencies, being:
2037       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
2038     - netpipes: conflicts with timelimit (see #457444) and does
2039       not support IPv6 yet
2040   * Add new packages to GRML_FULL:
2041     - asql
2042     - at76-usb-modules-2.6.23-grml
2043     - edac-utils
2044     - ifupdown-extra
2045     - opencryptoki
2046     - pmailq
2047     - r6040-modules-2.6.23-grml
2048     - scamper
2049     - timelimit
2050     - virtualbox-ose-guest-modules-2.6.23-grml
2051     - virtualbox-ose-guest-utils
2052
2053  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
2054
2055 grml-live (0.0.13) unstable; urgency=low
2056
2057   * New option '-b' for "build-only".
2058   * Replace mailx with bsd-mailx in GRML_FULL.
2059     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
2060   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
2061   * Document grml2ram bootoption in grml-cheatcodes.txt
2062   * Use -no-progress for Squashfs build process.
2063   * Improve /etc/resolv.conf handling in
2064     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
2065   * Adjust hostname in /etc/postfix/main.cf.
2066   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
2067   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
2068   * Make sure $HOSTNAME is unset by default.
2069   * Disable Recommends for aptitude as well.
2070   * Check for presence of live-initramfs in 10-build-initramfs.
2071   * Install aptitude in softupdate if not present.
2072   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
2073   * Fix snort setup (/etc/default/snort.dpkg-dist) via
2074     /etc/grml/fai/grml/grml_cleanup_chroot
2075   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
2076   * Remove hwtools from GRML_FULL, see #397723
2077   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
2078     instead so we keep grml-small as small as possible:
2079     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
2080     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
2081     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
2082     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
2083   * Add new packages to GRML_MEDIUM:
2084     - truecrypt-2.6.23-grml
2085   * Add new packages to GRML_FULL:
2086     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
2087     - gnupg-pkcs11-scd
2088     - gparted
2089     - grml-paste
2090     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
2091     - unhide
2092   * buildd:
2093     - store_iso(): move md5sum file as well
2094     - support providing options via grml_live_run() so we can disable
2095       LZMA for grml-small builds
2096
2097  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
2098
2099 grml-live (0.0.12) unstable; urgency=low
2100
2101   * Log mkisofs command with quotes around version number for easier
2102     copy/paste.
2103   * Ship syslinux files via template directory because the syslinux
2104     version (1:3.31-4) in Debian/etch is broken. :(
2105     Drop syslinux from Depends.
2106   * Mention -u option if using the option by accident and the chroot
2107     does not exist yet.
2108   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
2109     buildd/files/.style.css, buildd/files/HEADER.html and
2110     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
2111     and provide upload_logs().
2112   * Generate md5sum of ISO if using class 'RELEASE'.
2113   * Do not install package 'grml' via GRMLBASE because we want
2114     to use grml-small in GRML_SMALL and GRML_MEDIUM.
2115   * Remove and recreate /root directory in 98-clean-chroot.
2116   * Skip stage updatebase when using softupdate and handle upgrade
2117     on our own via hooks.
2118   * Execute removal of log files after sourcing config files.
2119
2120  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
2121
2122 grml-live (0.0.11) unstable; urgency=low
2123
2124   * New option -z to use ZLIB instead of LZMA compression and
2125     support SQUASHFS_OPTIONS in configuration file.
2126   * Add new class XORG.
2127   * Add X.org packages to GRML_MEDIUM.
2128   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
2129     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
2130   * Adjust grml-buildd for new logdir structure.
2131   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
2132     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
2133   * Diplay use of $LOCAL_CONFIG in configuration dialog.
2134   * Remove fai's last-dirinstall and last-softupdate when using
2135     ZERO_FAI_LOGFILE as well.
2136   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
2137     3.2.3 has a serious bug.
2138   * Add new packages to GRML_FULL:
2139     - atl2-modules-2.6.23-grml
2140     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
2141     - firmware-rt61
2142     - firmware-rt73
2143     - mlocate
2144     - open-vm-tools
2145     - pcaputils
2146     - xrestop
2147     - xserver-xorg-video-radeonhd
2148     - yatm
2149   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
2150
2151  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
2152
2153 grml-live (0.0.10) unstable; urgency=low
2154
2155   * Drop patches which are part of FAI 3.2.3 now. Depend on
2156     FAI version 3.2.3 therefor.
2157   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
2158     Quoting the NEWS file of FAI:
2159     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
2160     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
2161       will be copied to the path above at the end of an installation
2162   * Log the executed FAI, squashfs and mkisofs command lines to
2163     /var/log/grml-live.log.
2164   * New option '-C <configuration_file>' for specifying a configuration
2165     file. Needs heavy testing though, because the files are updated
2166     during runtime it isn't as easy as expected to be. :-/
2167   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
2168     old FAI logs.
2169   * Do not enable apt-listbugs if the binary is not available.
2170     [Testing: issue340]
2171   * Add keychain package to GRML_SMALL.
2172   * Add new packages to GRML_MEDIUM:
2173     - grml-live
2174     - keychain
2175     - lzma-modules-2.6.23-grml
2176     - squashfs-modules-2.6.23-grml (we build the module external now)
2177   * Add new packages to GRML_FULL:
2178     - aosd-cat
2179     - grml-live
2180     - lzma-modules-2.6.23-grml
2181     - squashfs-modules-2.6.23-grml (we build the module external now)
2182   * Support loading of squashfs module via
2183     /etc/grml/fai/live-initramfs/grml-script.init-top
2184   * Make sure we have pinning for grml-stable and grml-testing
2185     repositories via /etc/grml/fai/apt/preferences, not matter where
2186     the packages come from (web vs. local mirror/cache for example).
2187   * Remove base.tgz from chroot directory.
2188   * Do not create /etc/sysconfig/network-scripts and
2189     /etc/sysconfig/provider any longer in cleanup script.
2190   * Fix typo in bootsplash f3 (thanks, jimmy).
2191   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
2192     isolinyx/syslinux/grub configuration because getbootparam
2193     of grml-autoconfig requires a whitespace inside /proc/cmdline.
2194   * Support grml2ram bootoption inside isolinyx/syslinux/grub
2195     configuration.
2196
2197  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
2198
2199 grml-live (0.0.9) unstable; urgency=low
2200
2201   * Remove all files inside /root/ when using class RELEASE.
2202   * Disable apt-listbugs in [soft]update.
2203   * Fix 'dependency problems' handling in buildd functions.
2204   * Add buildd/remove_isos.sh to remove generated ISOs.
2205   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
2206   * Set hostname in instsoft-hook already.
2207   * Add user (grml) to all relevant groups.
2208   * Improve initrd+kernel copy process: ignore .bak files (and get rid
2209     of them) and copy always exactly one image.
2210   * Add new packages to GRML_FULL:
2211     - awesome
2212     - cereal
2213     - etckeeper
2214     - hdapsd
2215     - hdaps-utils
2216     - libstdc++2.10-glibc2.2 [for better support of
2217       binaries from commercial vendors; thanks to
2218       Christian Hofstaedtler]
2219     - mkelfimage
2220     - runit
2221     - rutilt
2222     - supercat
2223     - truecrypt-2.6.23-grml
2224   * Drop centericq-common, centerim-common, irssi-text, rt2400
2225     and rt2500 from GRML_FULL package list.
2226
2227  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
2228
2229 grml-live (0.0.8) unstable; urgency=low
2230
2231   * Copy /etc/resolv.conf to chroot in
2232     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
2233     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
2234   * Remove /var/run/fai/fai_softupdate_is_running and
2235     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
2236     (FAI's softupdate currently does not clean up when canceling
2237     the process.)
2238   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
2239     softupdate action.
2240   * Remove /var/log/fai/* in class RELEASE.
2241   * Generate md5sum of windows binaries.
2242   * Upgrade via aptitude [safe-]upgrade in update process.
2243   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
2244     /etc/grml/fai/grml/grml_cleanup_chroot.online
2245   * Edit /etc/apt/apt.conf inside
2246     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
2247     once.
2248   * Make the log checks inside grml-live aware of the update
2249     log-directory /var/log/fai/current.
2250   * Use strings instead of --help to detect support of safe-upgrade
2251     inside aptitude, otherwise it might fail due to unavailable shared libs.
2252   * Configure (enable) apt-listchanges + apt-listbugs via
2253     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
2254   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
2255   * Add new packages to GRML_FULL:
2256     - acx100-2.6.23-grml
2257     - bcm5700-module-2.6.23-grml
2258     - dzen2
2259     - drbd8-2.6.23-grml
2260     - exmap-modules-2.6.23-grml
2261     - fglrx-kernel-2.6.23-grml
2262     - iscsitarget-2.6.23-grml
2263     - ivtv-modules-2.6.23-grml
2264     - ivtv-utils
2265     - libacme-bleach-perl
2266     - libacme-eyedrops-perl
2267     - libacme-smirch-perl
2268     - libpam-chroot
2269     - libpam-devperm
2270     - libpam-dotfile
2271     - libpam-krb5
2272     - libpam-modules
2273     - libpam-mount
2274     - libpam-pwgen
2275     - libpam-smbpass
2276     - libpam-ssh
2277     - libpam-tmpdir
2278     - libtool
2279     - ndiswrapper-modules-2.6.23-grml
2280     - openafs-modules-2.6.23-grml
2281     - tp-smapi-modules-2.6.23-grml
2282   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
2283     Tom Asbury).
2284   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
2285     in a very smooth shape).
2286
2287  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
2288
2289 grml-live (0.0.7) unstable; urgency=low
2290
2291   The "holidays? what? are you joking?!"-release.
2292
2293   * Added FAI patches to /usr/share/grml-live/patches/ - it's
2294     recommended to apply the patches to FAI until they are accepted
2295     upstream. See Debian's BTS for more details: #444210, #447080
2296     and #448426.
2297   * Support option '-u' for updating system.
2298   * Reworked buildd concept.
2299     - Now we have a seperate
2300       /usr/share/grml-live/buildd/functions.sh for generic stuff
2301       and /etc/grml/grml-buildd.conf as configuration file.
2302     - Use grml-buildd.{stdout,stderr} instead of
2303       grml-live.{stdout,stderr} as log files.
2304     - buildd/functions.sh: do not mv files if there was an error
2305       during grml-live execution
2306     - do not re-execute grml-live is the target ISO exists already
2307   * Update zsh completion - thanks to Frank Terbeck!
2308   * Set /etc/grml_version of live-system to the according value.
2309     [Closes: issue322]
2310   * Support setting /etc/debian_chroot inside chroot (useful if
2311     building fails and manual interaction is needed).
2312   * Log to /var/log/grml-live.log by default now and support
2313     $ZERO_LOGFILE for cleaning up logs.
2314   * Added new grml-repository named grml-live which is intented
2315     to fix issues from Debian for grml-live builds. It is automatically
2316     activated if you are building against unstable/sid and should
2317     be used manually only if you realy know what you are doing.
2318     Notice: if something fails inside building the base chroot/
2319     debootstrap system we can't do anything via grml-live for you
2320     right now. Instead grab the base.tgz from http://daily.grml.org/
2321   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
2322     for comparing two repositories.
2323   * Replaced /etc/grml/fai/files/etc/apt/preferences
2324     with /etc/grml/fai/apt/preferences so grml-live repository
2325     can be used and configured at a single place.
2326   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
2327     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
2328     later again.
2329   * Display version number of grml-live.
2330   * Log executed grml-live command line.
2331   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
2332     by default.
2333   * Disable Recommends inside chroot installation.
2334   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
2335     for xserver-xorg package via debconf to work around #448863.
2336   * Use "newest" kernel only if two kernels are present in the chroot.
2337   * Set $SECONDS to unknown if $start_seconds is not set.
2338   * Log closing signs (----...) via bailout to make sure they are
2339     always set - even when exiting with an error.
2340   * Check for presence of /bin/zsh before setting default shell in
2341     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
2342   * Check for locales/localepurge before using them in
2343     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
2344   * Add new packages to GRML_FULL:
2345     - bittwist
2346     - ldnsutils
2347     - libpam-thinkfinger
2348     - linux-wlan-ng-modules-2.6.23-grml
2349     - madwifi-modules-2.6.23-grml
2350     - netrw
2351     - rt73-module-2.6.23-grml
2352     - thinkfinger-tools
2353     - tra
2354   * Drop idn from GRML_FULL.
2355   * Add new packages to GRML_MEDIUM:
2356     - alsa-base
2357     - alsa-tools
2358     - alsa-utils
2359     - ed
2360     - pcmciautils
2361     - Update kernel version to 2.6.23-grml
2362     - replace dhcp-client with dhcp3-client
2363   * Add ed package to GRML_SMALL and replace dhcp-client with
2364     dhcp3-client.
2365   * Use new kernel version 2.6.23-grml64 for amd64.
2366
2367  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
2368
2369 grml-live (0.0.6) unstable; urgency=low
2370
2371   * New option "-a" for setting architecture. This allows building
2372     grml(32) on amd64.
2373   * Fix stderr redirection in "/usr/sbin/fai already running..."
2374   * Update /etc/grml/fai/make-fai-nfsroot.conf
2375   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
2376     for grml-live instead of /var/log/grml-live.log so it's easier
2377     to track.
2378   * Update of buildd scripts: main configuration file main.sh
2379     which provides all the build stuff inside separate functions.
2380   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
2381     from subkeys.pgp.net fails.
2382   * Improve check for kernel version inside
2383     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
2384   * Work around #353967 for Debian/etch in
2385     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
2386   * Add new packages to GRML_FULL:
2387     - ghostscript (and get rid of gs, gs-common, gs-esp)
2388     - mr
2389
2390  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
2391
2392 grml-live (0.0.5) unstable; urgency=low
2393
2394   * Add new scripts to /usr/share/grml-live/examples/buildd/:
2395     - grml-live_autobuild_grml-small_etch.sh
2396     - grml-live_autobuild_grml-small_sid.sh
2397     - grml-live_autobuild_grml64-small_etch.sh
2398     - grml-live_autobuild_grml64-small_sid.sh
2399   * Some more FAI error checking.
2400   * Updated buildd scripts (better subject handling).
2401   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
2402     Restore usual Debian behaviour at the end using
2403     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
2404   * Add new scripts for retreiving bugs via apt-listbugs
2405     and storing package selection inside log directory.
2406     This has been integrated in a new class named "RELEASE".
2407   * Added support for new kernel version 2.6.23-grml to
2408     GRML_FULL.
2409   * Use uxterm as x-terminal-emulator and fall back to xterm
2410     only it uxterm is not available.
2411   * Support /etc/locale.gen.grml - it's used by default in
2412     class GRML_FULL and a new class named LOCALES.
2413   * Work around #443481 (bug inside snort) for Debian etch
2414     via using /etc/snort/snort.common.parameters (thanks for
2415     the idea, Thomas Lange!)
2416   * Do not exit with an error code if /usr/include/linux is NOT
2417     a symlink to /usr/src/linux/include/linux but keep it as
2418     a warning instead.
2419   * Log executed grml-live command.
2420   * Re-enable problematic packages that have been fixed:
2421     - apt-listbugs (fixed via manual interaction in scripts)
2422     - gsm-utils (#353967)
2423     - snort (#443481)
2424     - wvdial (fixed via debconf)
2425   * Add new packages to GRML_FULL:
2426     - ack-grep
2427     - mailplate
2428     - pristine-tar
2429
2430  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
2431
2432 grml-live (0.0.4) unstable; urgency=low
2433
2434   * The -t option for specifying the output directory has been
2435     renamed into -o. The option -t now specifies the place where
2436     templates for building the ISO can be found.
2437   * Option -t can be used for specifying the template directory.
2438     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
2439   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
2440   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
2441     - disable pipeline workaround
2442     - create /dev/MAKEDEV in chroot to work around the
2443       "./MAKEDEV: No such file or directory" problem of some packages
2444   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
2445     dangerous because of automatic removal of the files/dirs via fai.
2446   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
2447     I386/AMD64 classes in the docs.
2448   * Add new packages to GRML_FULL:
2449     - tgt: Linux target framework user-space tools
2450     - paperkey: extract just the secret information out ouf OpenPGP keys
2451     - gitpkg: helper scripts for maintaining packages with git
2452     - iscsitarget: iSCSI Enterprise Target userland tools
2453     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
2454   * Set $HOSTNAME to according hostname via
2455     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
2456   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
2457   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
2458     available).
2459   * Check for presence of the initrd.
2460   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
2461   * Add /usr/share/grml-live/examples/buildd/
2462
2463  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
2464
2465 grml-live (0.0.3) unstable; urgency=low
2466
2467   * Support for setting GRML_NAME (like grml vs. grml-small
2468     vs grml64 vs...)
2469   * Drop the character limits of $VERSION and $RELEASENAME.
2470   * Make sure $SECONDS is set before outputting the runtime.
2471   * Unify usage of i386_files, place all template files in
2472     directory templates now.
2473   * Improve portability of linux headers cleanup inside
2474     grml_cleanup_chroot.
2475   * Provide class GRML_SMALL and rename old GRML_SMALL into
2476     GRML_MEDIUM.
2477   * Do not install kernel via GRMLBASE but via GRML_* classes
2478     instead so we have only one single kernel on the system
2479     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
2480   * Use grml-live.log as logfile.
2481   * Added vim to GRML_MEDIUM package list.
2482
2483  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
2484
2485 grml-live (0.0.2) unstable; urgency=low
2486
2487   * Add support for amd64.
2488   * Update and extend documentation.
2489   * Bugfix: Make sure $LOGDIR exists.
2490   * fai dirinstall: set hostname via $HOSTNAME
2491
2492  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
2493
2494 grml-live (0.0.1) unstable; urgency=low
2495
2496   * Initial release.
2497
2498  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
2499