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