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