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