61360c541c0070d2aa908912fe57fb496f1b9445
[grml-live.git] / debian / changelog
1 grml-live (0.9.8) unstable; urgency=low
2
3   * Improve help text of the release option in usage info.
4
5  -- Michael Prokop <mika@grml.org>  Tue, 30 Dec 2008 14:04:06 +0100
6
7 grml-live (0.9.7) unstable; urgency=low
8
9   * Add packages to GRML_FULL:
10     - aiccu (thanks, Christian Vogel)
11     - genext2fs
12     - radvd (thanks, Christian Vogel)
13     - tf (thanks, Rhonda)
14   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
15   * Support execution without touching the chroot at all using option "-B".
16     Thanks for the patch, Jimmy.
17   * Update current state section of documentation.
18   * Update cheatcode documentation (thanks to Moritz Augsburger).
19   * Drop cryopid from GRML_FULL, see #507882.
20
21  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
22
23 grml-live (0.9.6) unstable; urgency=low
24
25   * Add new packages to GRML_FULL:
26     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
27     - dwdiff (front-end for the diff program that operates word by word)
28     - espeakup (connector between espeak and speakup)
29     - faketime (report faked system time to programs)
30     - fcoretools (Tools to advise the IO scheduler)
31     - latencytop (A tool for developers to visualize system latencies)
32     - qiv (A quick image viewer for X)
33     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
34   * Add irqbalance to GRML_MEDIUM.
35     - irqbalance (Daemon to balance interrupts for SMP systems)
36     - latencytop (A tool for developers to visualize system latencies)
37     - powertop (Linux tool to find out what is using power on a laptop)
38   * Remove localepurge from GRML_SMALL.
39   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
40   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
41     [Closes: issue554]
42   * Rework locale handling. From now on /usr/share/locale gets removed
43     by default (though /usr/share/i18n/locales won't be touched for
44     now), unless using class LOCALES. Reason: We have >70MB inside
45     /usr/share/locale on GRML_FULL, just too much to ship by default,
46     message at startup sucks).
47   * Update grml-cheatcodes.txt.
48   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
49     so we support offline operation as well. Based on an idea by
50     Thomas Lehmann, thanks!
51   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
52     "grml $VERSION" so we propagate the according grml-name. Thanks to
53     Thomas Lehmann!
54   * Support -q option to build the ISO without (re-)creating the squashfs
55     compressed file using mksquashfs.
56
57  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
58
59 grml-live (0.9.5) unstable; urgency=low
60
61   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
62   * Drop xserver-xorg-video-newport from all flavours.
63   * Replace all unzoo package references with zoo, see #497775.
64   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
65     because we have to skip FAI's updatebase task and lack /proc therefore.
66     New packages that are being installed and want to start any daemons
67     might fail, let's try to do our best to avoid that.
68   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
69   * Drop clamav-getfiles from GRML_FULL.
70   * Update debian/control:
71     - move from XS-Vcs-* to Vcs-*
72     - use Build-Depends-Indep
73
74  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
75
76 grml-live (0.9.4) unstable; urgency=low
77
78   * Update docs (some minor fixes, migration from hg to git,..)
79   * Use squashfs-lzma-tools instead of squashfs-tools:
80     Depend on squashfs-lzma-tools - but allow usage
81     of squashfs-tools as well).
82   * Activate grml-testing repository for devel releases and
83     daily snapshots. [Testing: issue531]
84   * All flavours:
85     - drop lzma-modules-2.6.26-grml[64] and
86       squashfs-modules-2.6.26-grml[64] as we have it
87       in-tree of kernel 2.6.26-grml[64].
88   * GRML_FULL:
89     - add ipset
90     - drop wodim and genisoimage as we have a fully functional
91       cdrtools suite in grml
92   * GRML_MEDIUM:
93     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
94   * GRML_SMALL:
95     - several improvements to keep the ISO size as small as possible
96     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
97     - remove grml-small package
98     - remove fuse-utils
99     - remove nvi (see #490361)
100     - remove ppoeconf (just too big with its dependencies)
101     - remove prism54-firmware (for saving disk space)
102   * Support environment variable NO_ADDONS to avoid usage of
103     addons directory.
104   * Initial support for SQUASHFS_EXCLUDES_FILE.
105   * Do not include vmlinuz and initrd when building grml-small.
106   * We switched from Mercurial to Git - replaced all hg-URLs
107     with git.grml.org
108
109  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
110
111 grml-live (0.9.3) unstable; urgency=low
112
113   * Improve the way deborphan works in
114     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
115     get rid of aptitude via
116     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
117   * Add PREREQ header to grml's initramfs-tools script, otherwise
118     booting fails with "PANIC: Circular dependancy.  Exiting."
119     Thanks for debugging help, maximilian attems.
120   * Use apt-get instead of dpkg in removal of packages in grml-small.
121   * Add tig to GRML_FULL, thanks Rhonda.
122
123  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
124
125 grml-live (0.9.2) unstable; urgency=low
126
127   * Improve checks for -[no]lzma for different squashfs-tools.
128
129  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
130
131 grml-live (0.9.1) unstable; urgency=low
132
133   * Rebuild initramfs to make sure that the up2date /etc/grml_version
134     is available in the live initramfs. [Closes: issue516]
135
136  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
137
138 grml-live (0.9.0) unstable; urgency=low
139
140   * Update to kernel 2.6.26-grml[64].
141   * Drop sysutils and cupsys-common from package lists.
142   * Add ext3grep to GRML_FULL.
143   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
144   * Move ssdeep and scrounge-ntfs from grml's repository list to
145     Debian's one.
146   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
147   * Document classes in more details. Thanks to Pawel Sadkowski
148     for pointing out. [Closes: issue490]
149   * Drop qtparted from GRML_FULL, we have better maintained
150     gparted now.
151   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
152     /etc/grml/fai/config/class/GRML_MEDIUM.var,
153     /etc/grml/fai/config/class/GRML_POWERPC.var and
154     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
155     configuration through GRMLBASE.var and this way it's much
156     easier to adjust settings according to your needs.
157   * Improve error handling in grml-live, including a check
158     for pipestatus of fai command.
159   * Output grml version in grml's live-initramfs script
160     Thanks for the idea, Marc Haber. [Closes: issue488]
161   * Drop glimpse from GRML_FULL due to license problems, see #474322.
162   * Display SQUASHFS_OPTIONS in configuration overview.
163   * Make sure it's possible to get usage information without being
164     root or actually executing the script.
165   * Improve usage information screen.
166   * Display progress of squashfs, when building via a buildsystem
167     just set -no-progress in $SQUASHFS_OPTIONS instead.
168   * Use linux-kernel-headers-grml in grml-medium.
169   * Use vim.basic as alternative setting for 'vi'.
170
171  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
172
173 grml-live (0.8) unstable; urgency=low
174
175   * Remove packages from GRML_FULL:
176     - apmd (the package is just borken, see #475432)
177     - raggle (#479562)
178   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
179     for mentioning in a bugreport, Marc Haber!)
180   * Add packages to GRML_FULL:
181     - ent (thanks, gebi)
182   * Add packages to GRML_MEDIUM:
183     - xfsdump (thanks, George Hartlieb)
184   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
185
186  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
187
188 grml-live (0.7) unstable; urgency=low
189
190   * Update templates/boot/addons/allinone.img to current version
191     from http://home.arcor.de/mschierlm/bootdisk/
192     Thanks, Michael Schierl.
193   * Add packages to GRML_FULL:
194     - gnuit
195     - i2c-tools [thanks to Mario Holbe]
196     - iotop
197     - keynav
198   * Remove packages from GRML_FULL:
199     - emelfm (#364442)
200     - nufw (#468245)
201     - sound-recorder (#288211)
202   * Readd libewf to GRML_FULL.
203   * buildd: use RELEASE-class in all build scripts
204   * Mention noquick bootoption in bootsplash and cheatcode file.
205   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
206   * Make sure username is adjusted in /etc/inittab.grml if username
207     not being "grml". Thanks for reporting, Thomas Lehmann.
208     [Testing: issue436]
209   * Add check for existence of -nolzma option. If squashfs-tools
210     doesn't support it at all then just get rid of the option.
211
212  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
213
214 grml-live (0.6) unstable; urgency=low
215
216   * Write squashfs filename to /live/filesystem.module.
217   * Adjust grml-live-remaster for new file system layout
218     and add support for working on a booted USB device.
219
220  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
221
222 grml-live (0.5) unstable; urgency=low
223
224   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
225     grml.squashfs.
226   * Update bootsplashes to current implementation, based on
227     live-initramfs and grml-autoconfig.
228   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
229     headaches, see #461888, #463720 and #445304 for example).
230   * Add sshfs to GRML_MEDIUM.
231
232  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
233
234 grml-live (0.4) unstable; urgency=low
235
236   * Add new packages to GRML_FULL:
237     - linux-uvc-modules-2.6.23-grml
238     - luvcview
239   * Add new packages to GRML_MEDIUM:
240     - at76-usb-modules-2.6.23-grml
241     - atl2-modules-2.6.23-grml
242     - firmware-ralink
243     - rt2400-modules-2.6.23-grml
244     - rt2500-modules-2.6.23-grml
245     - rt73-module-2.6.23-grml
246   * Finally fixed the "isolinux does not boot on old hardware" problem.
247     The problem was a too big boot/isolinux directory. Thanks a lot
248     for all the testing to Andrea Mayr and Wernfried Haas!
249     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
250       menu.c32 and memtest
251     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
252       support of several grml flavours on one single usb pen for the future
253     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
254       for new directory layout
255   * Make sure $GRML_NAME does not contain known problematic characters.
256
257  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
258
259 grml-live (0.3) unstable; urgency=low
260
261   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
262   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
263     older than 3.51 don't work with recent kernel versions like 2.6.23
264     anymore. :(
265   * Update templates/boot/isolinux/memdisk from syslinux package
266     version 2:3.61+dfsg-1.
267
268  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
269
270 grml-live (0.2) unstable; urgency=low
271
272   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
273     just fail on several old boxes. [Testing: issue400]
274   * Add new packages to GRML_FULL:
275     - auctex
276     - loop-aes-testsuite
277   * Add new packages to GRML_MEDIUM:
278     - atl2-modules-2.6.23-grml
279     - firmware-iwlwifi
280     - madwifi-modules-2.6.23-grml[64]
281     - madwifi-tools
282   * Set 'confirm=1' in /etc/apt/listchanges.conf.
283   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
284     for providing default /etc/default/loadcpufreq configuration.
285   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
286     option parsing so we can override already set defaults interative.
287   * Grep using the quiet option for squashfs features.
288
289  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
290
291 grml-live (0.1) unstable; urgency=low
292
293   * Bump version number to 0.1 as we ship grml-live with the
294     upcoming stable versions.
295   * Source /etc/grml/grml-live.local before parsing command line
296     options to be able to override configuration on the commandline.
297   * Use /usr/bin/vim.tiny as alternativ for vi.
298   * Add new packages to GRML_FULL:
299     - at76-usb-modules-2.6.23-grml64
300     - bluez-audio
301     - conky (thanks, shehu)
302     - epdfview
303     - gfs2-tools
304     - sslscan
305     - truecrypt-2.6.23-grml64
306     - unsort
307   * Remove bluetooth-alsa from GRML_FULL.
308   * Add new packages to GRML_MEDIUM:
309     - ntfs-3g
310     - truecrypt-2.6.23-grml64
311   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
312     - drop deprecated entries
313     - add debian2hd for isolinux/syslinux
314     - fix serial bootoption
315     - add grml2hd template for grub
316   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
317     remove packages via dpkg instead of apt-get. Thanks for the
318     bugreport and the patch, Lupe Christoph! [Closes: issue367]
319   * Use -no-progress option for mksquashfs only if it's supported.
320
321  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
322
323 grml-live (0.0.14) unstable; urgency=low
324
325   * Include initial version of the grml-live-remaster script,
326     contributed by Michael Schierl (thanks!) [Closes: issue331]
327   * Bump Standard-Version to 3.7.3 (no further changes).
328   * Set debconf configuration for postfix via
329     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
330   * Improve check for presence of FAI log directory in
331     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
332   * Configure apt-listchanges via new script
333     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
334   * Make sure packages are being removed before docs are being
335     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
336   * Create grml-live.log-file with permissions 664.
337   * Adjust buildd/functions.sh for new logging.
338   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
339     on AMD64 architecture. Add several new kernel packages for amd64
340     to GRML_FULL.
341   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
342   * Drop packages from GRML_FULL:
343     - findimagedupes: too many new dependencies, being:
344       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
345     - netpipes: conflicts with timelimit (see #457444) and does
346       not support IPv6 yet
347   * Add new packages to GRML_FULL:
348     - asql
349     - at76-usb-modules-2.6.23-grml
350     - edac-utils
351     - ifupdown-extra
352     - opencryptoki
353     - pmailq
354     - r6040-modules-2.6.23-grml
355     - scamper
356     - timelimit
357     - virtualbox-ose-guest-modules-2.6.23-grml
358     - virtualbox-ose-guest-utils
359
360  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
361
362 grml-live (0.0.13) unstable; urgency=low
363
364   * New option '-b' for "build-only".
365   * Replace mailx with bsd-mailx in GRML_FULL.
366     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
367   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
368   * Document grml2ram bootoption in grml-cheatcodes.txt
369   * Use -no-progress for Squashfs build process.
370   * Improve /etc/resolv.conf handling in
371     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
372   * Adjust hostname in /etc/postfix/main.cf.
373   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
374   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
375   * Make sure $HOSTNAME is unset by default.
376   * Disable Recommends for aptitude as well.
377   * Check for presence of live-initramfs in 10-build-initramfs.
378   * Install aptitude in softupdate if not present.
379   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
380   * Fix snort setup (/etc/default/snort.dpkg-dist) via
381     /etc/grml/fai/grml/grml_cleanup_chroot
382   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
383   * Remove hwtools from GRML_FULL, see #397723
384   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
385     instead so we keep grml-small as small as possible:
386     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
387     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
388     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
389     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
390   * Add new packages to GRML_MEDIUM:
391     - truecrypt-2.6.23-grml
392   * Add new packages to GRML_FULL:
393     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
394     - gnupg-pkcs11-scd
395     - gparted
396     - grml-paste
397     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
398     - unhide
399   * buildd:
400     - store_iso(): move md5sum file as well
401     - support providing options via grml_live_run() so we can disable
402       LZMA for grml-small builds
403
404  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
405
406 grml-live (0.0.12) unstable; urgency=low
407
408   * Log mkisofs command with quotes around version number for easier
409     copy/paste.
410   * Ship syslinux files via template directory because the syslinux
411     version (1:3.31-4) in Debian/etch is broken. :(
412     Drop syslinux from Depends.
413   * Mention -u option if using the option by accident and the chroot
414     does not exist yet.
415   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
416     buildd/files/.style.css, buildd/files/HEADER.html and
417     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
418     and provide upload_logs().
419   * Generate md5sum of ISO if using class 'RELEASE'.
420   * Do not install package 'grml' via GRMLBASE because we want
421     to use grml-small in GRML_SMALL and GRML_MEDIUM.
422   * Remove and recreate /root directory in 98-clean-chroot.
423   * Skip stage updatebase when using softupdate and handle upgrade
424     on our own via hooks.
425   * Execute removal of log files after sourcing config files.
426
427  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
428
429 grml-live (0.0.11) unstable; urgency=low
430
431   * New option -z to use ZLIB instead of LZMA compression and
432     support SQUASHFS_OPTIONS in configuration file.
433   * Add new class XORG.
434   * Add X.org packages to GRML_MEDIUM.
435   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
436     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
437   * Adjust grml-buildd for new logdir structure.
438   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
439     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
440   * Diplay use of $LOCAL_CONFIG in configuration dialog.
441   * Remove fai's last-dirinstall and last-softupdate when using
442     ZERO_FAI_LOGFILE as well.
443   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
444     3.2.3 has a serious bug.
445   * Add new packages to GRML_FULL:
446     - atl2-modules-2.6.23-grml
447     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
448     - firmware-rt61
449     - firmware-rt73
450     - mlocate
451     - open-vm-tools
452     - pcaputils
453     - xrestop
454     - xserver-xorg-video-radeonhd
455     - yatm
456   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
457
458  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
459
460 grml-live (0.0.10) unstable; urgency=low
461
462   * Drop patches which are part of FAI 3.2.3 now. Depend on
463     FAI version 3.2.3 therefor.
464   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
465     Quoting the NEWS file of FAI:
466     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
467     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
468       will be copied to the path above at the end of an installation
469   * Log the executed FAI, squashfs and mkisofs command lines to
470     /var/log/grml-live.log.
471   * New option '-C <configuration_file>' for specifying a configuration
472     file. Needs heavy testing though, because the files are updated
473     during runtime it isn't as easy as expected to be. :-/
474   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
475     old FAI logs.
476   * Do not enable apt-listbugs if the binary is not available.
477     [Testing: issue340]
478   * Add keychain package to GRML_SMALL.
479   * Add new packages to GRML_MEDIUM:
480     - grml-live
481     - keychain
482     - lzma-modules-2.6.23-grml
483     - squashfs-modules-2.6.23-grml (we build the module external now)
484   * Add new packages to GRML_FULL:
485     - aosd-cat
486     - grml-live
487     - lzma-modules-2.6.23-grml
488     - squashfs-modules-2.6.23-grml (we build the module external now)
489   * Support loading of squashfs module via
490     /etc/grml/fai/live-initramfs/grml-script.init-top
491   * Make sure we have pinning for grml-stable and grml-testing
492     repositories via /etc/grml/fai/apt/preferences, not matter where
493     the packages come from (web vs. local mirror/cache for example).
494   * Remove base.tgz from chroot directory.
495   * Do not create /etc/sysconfig/network-scripts and
496     /etc/sysconfig/provider any longer in cleanup script.
497   * Fix typo in bootsplash f3 (thanks, jimmy).
498   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
499     isolinyx/syslinux/grub configuration because getbootparam
500     of grml-autoconfig requires a whitespace inside /proc/cmdline.
501   * Support grml2ram bootoption inside isolinyx/syslinux/grub
502     configuration.
503
504  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
505
506 grml-live (0.0.9) unstable; urgency=low
507
508   * Remove all files inside /root/ when using class RELEASE.
509   * Disable apt-listbugs in [soft]update.
510   * Fix 'dependency problems' handling in buildd functions.
511   * Add buildd/remove_isos.sh to remove generated ISOs.
512   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
513   * Set hostname in instsoft-hook already.
514   * Add user (grml) to all relevant groups.
515   * Improve initrd+kernel copy process: ignore .bak files (and get rid
516     of them) and copy always exactly one image.
517   * Add new packages to GRML_FULL:
518     - awesome
519     - cereal
520     - etckeeper
521     - hdapsd
522     - hdaps-utils
523     - libstdc++2.10-glibc2.2 [for better support of
524       binaries from commercial vendors; thanks to
525       Christian Hofstaedtler]
526     - mkelfimage
527     - runit
528     - rutilt
529     - supercat
530     - truecrypt-2.6.23-grml
531   * Drop centericq-common, centerim-common, irssi-text, rt2400
532     and rt2500 from GRML_FULL package list.
533
534  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
535
536 grml-live (0.0.8) unstable; urgency=low
537
538   * Copy /etc/resolv.conf to chroot in
539     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
540     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
541   * Remove /var/run/fai/fai_softupdate_is_running and
542     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
543     (FAI's softupdate currently does not clean up when canceling
544     the process.)
545   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
546     softupdate action.
547   * Remove /var/log/fai/* in class RELEASE.
548   * Generate md5sum of windows binaries.
549   * Upgrade via aptitude [safe-]upgrade in update process.
550   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
551     /etc/grml/fai/grml/grml_cleanup_chroot.online
552   * Edit /etc/apt/apt.conf inside
553     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
554     once.
555   * Make the log checks inside grml-live aware of the update
556     log-directory /var/log/fai/current.
557   * Use strings instead of --help to detect support of safe-upgrade
558     inside aptitude, otherwise it might fail due to unavailable shared libs.
559   * Configure (enable) apt-listchanges + apt-listbugs via
560     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
561   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
562   * Add new packages to GRML_FULL:
563     - acx100-2.6.23-grml
564     - bcm5700-module-2.6.23-grml
565     - dzen2
566     - drbd8-2.6.23-grml
567     - exmap-modules-2.6.23-grml
568     - fglrx-kernel-2.6.23-grml
569     - iscsitarget-2.6.23-grml
570     - ivtv-modules-2.6.23-grml
571     - ivtv-utils
572     - libacme-bleach-perl
573     - libacme-eyedrops-perl
574     - libacme-smirch-perl
575     - libpam-chroot
576     - libpam-devperm
577     - libpam-dotfile
578     - libpam-krb5
579     - libpam-modules
580     - libpam-mount
581     - libpam-pwgen
582     - libpam-smbpass
583     - libpam-ssh
584     - libpam-tmpdir
585     - libtool
586     - ndiswrapper-modules-2.6.23-grml
587     - openafs-modules-2.6.23-grml
588     - tp-smapi-modules-2.6.23-grml
589   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
590     Tom Asbury).
591   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
592     in a very smooth shape).
593
594  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
595
596 grml-live (0.0.7) unstable; urgency=low
597
598   The "holidays? what? are you joking?!"-release.
599
600   * Added FAI patches to /usr/share/grml-live/patches/ - it's
601     recommended to apply the patches to FAI until they are accepted
602     upstream. See Debian's BTS for more details: #444210, #447080
603     and #448426.
604   * Support option '-u' for updating system.
605   * Reworked buildd concept.
606     - Now we have a seperate
607       /usr/share/grml-live/buildd/functions.sh for generic stuff
608       and /etc/grml/grml-buildd.conf as configuration file.
609     - Use grml-buildd.{stdout,stderr} instead of
610       grml-live.{stdout,stderr} as log files.
611     - buildd/functions.sh: do not mv files if there was an error
612       during grml-live execution
613     - do not re-execute grml-live is the target ISO exists already
614   * Update zsh completion - thanks to Frank Terbeck!
615   * Set /etc/grml_version of live-system to the according value.
616     [Closes: issue322]
617   * Support setting /etc/debian_chroot inside chroot (useful if
618     building fails and manual interaction is needed).
619   * Log to /var/log/grml-live.log by default now and support
620     $ZERO_LOGFILE for cleaning up logs.
621   * Added new grml-repository named grml-live which is intented
622     to fix issues from Debian for grml-live builds. It is automatically
623     activated if you are building against unstable/sid and should
624     be used manually only if you realy know what you are doing.
625     Notice: if something fails inside building the base chroot/
626     debootstrap system we can't do anything via grml-live for you
627     right now. Instead grab the base.tgz from http://daily.grml.org/
628   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
629     for comparing two repositories.
630   * Replaced /etc/grml/fai/files/etc/apt/preferences
631     with /etc/grml/fai/apt/preferences so grml-live repository
632     can be used and configured at a single place.
633   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
634     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
635     later again.
636   * Display version number of grml-live.
637   * Log executed grml-live command line.
638   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
639     by default.
640   * Disable Recommends inside chroot installation.
641   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
642     for xserver-xorg package via debconf to work around #448863.
643   * Use "newest" kernel only if two kernels are present in the chroot.
644   * Set $SECONDS to unknown if $start_seconds is not set.
645   * Log closing signs (----...) via bailout to make sure they are
646     always set - even when exiting with an error.
647   * Check for presence of /bin/zsh before setting default shell in
648     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
649   * Check for locales/localepurge before using them in
650     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
651   * Add new packages to GRML_FULL:
652     - bittwist
653     - ldnsutils
654     - libpam-thinkfinger
655     - linux-wlan-ng-modules-2.6.23-grml
656     - madwifi-modules-2.6.23-grml
657     - netrw
658     - rt73-module-2.6.23-grml
659     - thinkfinger-tools
660     - tra
661   * Drop idn from GRML_FULL.
662   * Add new packages to GRML_MEDIUM:
663     - alsa-base
664     - alsa-tools
665     - alsa-utils
666     - ed
667     - pcmciautils
668     - Update kernel version to 2.6.23-grml
669     - replace dhcp-client with dhcp3-client
670   * Add ed package to GRML_SMALL and replace dhcp-client with
671     dhcp3-client.
672   * Use new kernel version 2.6.23-grml64 for amd64.
673
674  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
675
676 grml-live (0.0.6) unstable; urgency=low
677
678   * New option "-a" for setting architecture. This allows building
679     grml(32) on amd64.
680   * Fix stderr redirection in "/usr/sbin/fai already running..."
681   * Update /etc/grml/fai/make-fai-nfsroot.conf
682   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
683     for grml-live instead of /var/log/grml-live.log so it's easier
684     to track.
685   * Update of buildd scripts: main configuration file main.sh
686     which provides all the build stuff inside separate functions.
687   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
688     from subkeys.pgp.net fails.
689   * Improve check for kernel version inside
690     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
691   * Work around #353967 for Debian/etch in
692     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
693   * Add new packages to GRML_FULL:
694     - ghostscript (and get rid of gs, gs-common, gs-esp)
695     - mr
696
697  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
698
699 grml-live (0.0.5) unstable; urgency=low
700
701   * Add new scripts to /usr/share/grml-live/examples/buildd/:
702     - grml-live_autobuild_grml-small_etch.sh
703     - grml-live_autobuild_grml-small_sid.sh
704     - grml-live_autobuild_grml64-small_etch.sh
705     - grml-live_autobuild_grml64-small_sid.sh
706   * Some more FAI error checking.
707   * Updated buildd scripts (better subject handling).
708   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
709     Restore usual Debian behaviour at the end using
710     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
711   * Add new scripts for retreiving bugs via apt-listbugs
712     and storing package selection inside log directory.
713     This has been integrated in a new class named "RELEASE".
714   * Added support for new kernel version 2.6.23-grml to
715     GRML_FULL.
716   * Use uxterm as x-terminal-emulator and fall back to xterm
717     only it uxterm is not available.
718   * Support /etc/locale.gen.grml - it's used by default in
719     class GRML_FULL and a new class named LOCALES.
720   * Work around #443481 (bug inside snort) for Debian etch
721     via using /etc/snort/snort.common.parameters (thanks for
722     the idea, Thomas Lange!)
723   * Do not exit with an error code if /usr/include/linux is NOT
724     a symlink to /usr/src/linux/include/linux but keep it as
725     a warning instead.
726   * Log executed grml-live command.
727   * Re-enable problematic packages that have been fixed:
728     - apt-listbugs (fixed via manual interaction in scripts)
729     - gsm-utils (#353967)
730     - snort (#443481)
731     - wvdial (fixed via debconf)
732   * Add new packages to GRML_FULL:
733     - ack-grep
734     - mailplate
735     - pristine-tar
736
737  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
738
739 grml-live (0.0.4) unstable; urgency=low
740
741   * The -t option for specifying the output directory has been
742     renamed into -o. The option -t now specifies the place where
743     templates for building the ISO can be found.
744   * Option -t can be used for specifying the template directory.
745     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
746   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
747   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
748     - disable pipeline workaround
749     - create /dev/MAKEDEV in chroot to work around the
750       "./MAKEDEV: No such file or directory" problem of some packages
751   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
752     dangerous because of automatic removal of the files/dirs via fai.
753   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
754     I386/AMD64 classes in the docs.
755   * Add new packages to GRML_FULL:
756     - tgt: Linux target framework user-space tools
757     - paperkey: extract just the secret information out ouf OpenPGP keys
758     - gitpkg: helper scripts for maintaining packages with git
759     - iscsitarget: iSCSI Enterprise Target userland tools
760     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
761   * Set $HOSTNAME to according hostname via
762     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
763   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
764   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
765     available).
766   * Check for presence of the initrd.
767   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
768   * Add /usr/share/grml-live/examples/buildd/
769
770  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
771
772 grml-live (0.0.3) unstable; urgency=low
773
774   * Support for setting GRML_NAME (like grml vs. grml-small
775     vs grml64 vs...)
776   * Drop the character limits of $VERSION and $RELEASENAME.
777   * Make sure $SECONDS is set before outputting the runtime.
778   * Unify usage of i386_files, place all template files in
779     directory templates now.
780   * Improve portability of linux headers cleanup inside
781     grml_cleanup_chroot.
782   * Provide class GRML_SMALL and rename old GRML_SMALL into
783     GRML_MEDIUM.
784   * Do not install kernel via GRMLBASE but via GRML_* classes
785     instead so we have only one single kernel on the system
786     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
787   * Use grml-live.log as logfile.
788   * Added vim to GRML_MEDIUM package list.
789
790  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
791
792 grml-live (0.0.2) unstable; urgency=low
793
794   * Add support for amd64.
795   * Update and extend documentation.
796   * Bugfix: Make sure $LOGDIR exists.
797   * fai dirinstall: set hostname via $HOSTNAME
798
799  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
800
801 grml-live (0.0.1) unstable; urgency=low
802
803   * Initial release.
804
805  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
806