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