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