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