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