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