Update sources.list handling.
[grml-live.git] / debian / changelog
1 grml-live (0.9.33) UNRELEASED; urgency=low
2
3   * Switch order of mirror configuration in example config.
4     Thanks for the hint, formorer.
5   * Write current date to last output line of grml-live so the user
6     knows how "old" his build is while sitting at the shell prompt.
7   * GRML* classes:
8     - drop grml-scanpartitions
9     - add grml-udev-config
10     - move all grml-* packages that used to be part of all Grml
11       flavours to GRMLBASE and drop them from the flavour specific
12       configuration instead
13   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/01-packages
14     which is meant to be used as package installation validator.
15   * Update sources.list handling:
16     - Disable deb-src by default in sources.list. People usually
17       won't need this and the ones that want it know how to enable
18       it. Therefore let's save traffic on the mirrors.
19     - Note usage of GeoIP-selected mirrors.
20     - Add commented examples for DE/AT mirrors.
21     Thanks for the suggestions to Sedat Dilek. [Closes: issue756]
22
23  -- Michael Prokop <mika@grml.org>  Sat, 14 Nov 2009 12:46:22 +0100
24
25 grml-live (0.9.32) unstable; urgency=low
26
27   * Update docs to reflect current FAI_CONFIG_* setup.
28   * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
29     so FAI versions older than 3.3 still work. Thanks for the bugreport,
30     Christian Hofstaedtler.
31
32  -- Michael Prokop <mika@grml.org>  Sun, 08 Nov 2009 11:50:46 +0100
33
34 grml-live (0.9.31) unstable; urgency=low
35
36   [ Michael Prokop ]
37   * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
38   * Update main fai config (update to what's shipped by FAI 3.3):
39     * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf
40       to make-fai-nfsroot.conf and disable it by default as
41       only FAI_CONFIG_SRC is relevant nowadays.
42     * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by
43       default.
44     * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS
45       in file make-fai-nfsroot.conf (sync with FAI upstram).
46
47   [ Thorsten Glaser ]
48   * Update bootgrub.mksh to 20091104.
49   * Change manifold-boot ISO patch logic slightly to work better on
50     certain HP machines. [Closes: issue757]
51
52  -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 20:30:30 +0100
53
54 grml-live (0.9.30) unstable; urgency=low
55
56   [ Michael Prokop ]
57   * Support new option '-d <date>' to use specified date as build date
58     information on the ISO instead of the default.
59   * Fix posix violation in grml-live-remaster.
60   * Add jfsutils to GRML_MEDIUM and GRML_SMALL.
61   * Apply patch by Christian Hofstaedtler <ch+git@zeha.at> (thanks!):
62     Ensure /etc/mtab is always present. Newer debootstrap versions
63     no longer create /etc/mtab, so we need to provide our own.
64   * config/hooks/instsoft.GRMLBASE:
65     - force installation of file-rc using aptitude's
66       Aptitude::ProblemResolver::Keep-All-Tier option.
67     - drop insserv package.
68   * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with
69     'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with
70     fai >=3.2.23.
71
72   [ Ulrich Dangel ]
73   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
74     [Closes: issue758]
75
76  -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 17:48:21 +0100
77
78 grml-live (0.9.29) unstable; urgency=low
79
80   [ Ulrich Dangel ]
81   * Renamed stage2_eltorito to stage2 to get rid of name mangling
82     problems with fat.
83
84   [ Michael Prokop ]
85   * Adjust stage2{,_eltorito} code in grml-live.
86
87  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:17:59 +0100
88
89 grml-live (0.9.28) unstable; urgency=low
90
91   * Drop grub from all classes and add grub-pc to GRMLBASE.
92   * Add guymager to GRML_FULL.
93   * Add gcc to GRML_MEDIUM.
94   * Adjust grub variable in *all* /boot/isolinux/*.cfg files.
95   * Update memtest86+ binary to 4.00-2.
96   * Update isolinux/syslinux files to version 2:3.83+dfsg-1:
97     - templates/boot/addons/chain.c32
98     - templates/boot/addons/hdt.c32
99     - templates/boot/addons/memdisk
100     - templates/boot/addons/menu.c32
101     - templates/boot/isolinux/ifcpu64.c32
102     - templates/boot/isolinux/isolinux.bin
103     - templates/boot/isolinux/vesamenu.c32
104   * Update templates/boot/addons/pci.ids to version 2009.10.22.
105   * Adjust label text for grub1 boot entry.
106   * Update bsd4grml to version 20091027.
107
108  -- Michael Prokop <mika@grml.org>  Tue, 27 Oct 2009 20:54:33 +0100
109
110 grml-live (0.9.27) unstable; urgency=low
111
112   [ Michael Prokop ]
113   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
114   * Add fio to GRML_FULL (thanks for the hint, Ulrich). [Closes: issue703]
115   * Add 'noquick' to the serial bootoption.
116   * Add ewf-tools to GRML_FULL and GRML_FORENSIC.
117
118   [ Ulrich Dangel ]
119   * Refactored addon menu handling for syslinux. The menu is now dynamically
120     generated by grml-live to allow more convenient adjustments to the addon
121     menu.
122
123  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:10:35 +0100
124
125 grml-live (0.9.26) unstable; urgency=low
126
127   [ Michael Prokop ]
128   * Update templates/boot/grub to grub2 version 1.97~beta4-1.
129   * Add templates/boot/isolinux/ifcpu64.c32.
130   * Add templates/boot/addons/gpxe.lkrn.
131   * Document 'Shortcut keys of vesamenu bootsplash' in isolinux.cfg.
132   * templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
133     feature (command line) to chain into GRUB2 directly from isolinux
134     or syslinux without an intermediate interactive/menu prompt.
135     Thanks to Thorsten for implementing and help.
136
137   [ Thorsten Glaser ]
138   * Update MirOS bsd4grml to 20091024 (ldbsd.com and ldbsd.txt only).
139
140  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 21:10:17 +0200
141
142 grml-live (0.9.25) unstable; urgency=low
143
144   [ Ulrich Dangel ]
145   * Switched order between isoprompt and hd menu entry to generate more
146     easily the same bootmenu for generated cd images.
147   * Changed grub.cfg and menu.lst to use new template names.
148     Thanks to Michael Schierl for his bug report.
149   * Clear at first the screen if bootparam quiet is set.
150     Thanks again to Michael Schierl for his bug report.
151
152   [ Michael Prokop ]
153   * Support mksquashfs-lzma and $MKSQUASHFS in remaster/grml-live-remaster.
154   * Add fbterm to GRML_FULL. [Closes: issue563]
155   * Add parted to GRML_SMALL (thanks for the suggestion, Marc Haber).
156   * Add pyneighborhood to GRML_FULL. [Closes: issue580]
157   * Drop grml-ddcxinfo from GRML_FULL. [Closes: issue62]
158
159  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 14:12:33 +0200
160
161 grml-live (0.9.24) unstable; urgency=low
162
163   [ Ulrich Dangel ]
164   * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname.
165   * Changed isolinux vesamenu layout to support better multiiso layout.
166
167   [ Thorsten Glaser ]
168   * Update MirOS bsd4grml to 20091019.
169
170   [ Michael Prokop ]
171   * Software related changes:
172     - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg +
173       openvas-server to GRML_FORENSIC.
174     - Add stressapptest to GRML_FULL + GRML_FORENSIC.
175     - Drop lcap (package is gone) from GRML_FORENSIC.
176     - Drop isic + lcap (packages gone) from GRML_FULL.
177     - Drop ipset from GRML_FULL + GRML_FORENSIC (it's part of
178       xtables-addons-common).
179     - Drop harden-remoteaudit + openvas-server from GRML_FULL (they
180       are pretty useless without plugins which need just too much space).
181   * Rework variable replacements in templates. Now the %VAR% strings
182     in the templates match with the ones used inside grml-live ($VAR),
183     currently ARCH, DATE, DISTRI_INFO, DISTRI_NAME, DISTRI_SPLASH,
184     GRML_NAME, SQUASHFS_NAME, RELEASE_INFO, SHORT_NAME and VERSION
185     are supported. If you use your own templates from older grml-live
186     versions please make sure to adjust them.
187     Thanks to Ulrich for helping with integration within grml2usb.
188   * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for
189     portmap to not listen on the loopback interface only by default.
190     [Closes: issue737]
191   * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice.
192
193  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:12:27 +0200
194
195 grml-live (0.9.23) unstable; urgency=low
196
197   * Software related changes:
198     - GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel
199       2.6.28-grml[64] to 2.6.31-grml[64].
200     - Drop ash from GRML_FULL (unrelevant for Grml).
201     - Drop crack-common from GRML_FULL (it's a dependency of crack*).
202     - Drop ddccontrol-db from GRML_FULL (it's a dependency of ddccontrol).
203     - Drop dhcp3-common from GRML_FULL (it's a dependency of dhcp3*).
204     - Drop defrag from GRML_FULL + GRML_FORENSIC (see #446691).
205     - Drop emacs22/-common specific packages from GRML_FULL (dependencies).
206     - Drop libpam-krb5 from GRML_FULL (related to #545824).
207     - Drop mktemp from GRML_* (transitional package).
208     - Drop openbsd-inetd from GRML_FULL (we're using xinetd).
209     - Drop replicator from GRML_FULL (orphaned, see #474131).
210     - Drop rt2400-modules-2.6.31-grml, rt2500-modules-2.6.31-grml and
211       rt73-modules-2.6.31-grml from GRML_MEDIUM.
212     - Drop rt2400-modules-2.6.31-grml, rt73-modules-2.6.31-grml and
213       rt2400-modules-2.6.31-grml64 from GRML_FULL.
214     - Drop timeout from GRML_* (it is part of coreutils nowadays).
215     - Drop vim-python + vim-ruby from GRML_FULL (not available anymore).
216     - Drop version specific dependency on -mysql-client-5.0.
217     - Drop e2fslibs, esound-common, espeak-data, ettercap-common (all being
218       dependencies), fileutils and gcom (both transitional package) from
219       GRML_FULL.
220     - Drop 915resolution, bazaar, cracklib2, dbishell, gmailfs,
221       igal, nmapfe, python-pyogg, weechat-common, xdialog,
222       xserver-xorg-video-i810, xserver-xorg-video-nsc and zeroconf from
223       GRML_FULL (all being deprecated packages).
224     - Drop cracklib2 from GRML_FORENSIC (deprecated).
225     - Drop xserver-xorg-video-i810 + xserver-xorg-video-nsc from GRML_MEDIUM
226       and XORG (deprecated packages).
227     - Replace diff with diffutils and move it to GRMLBASE.
228     - Replace dvb-utils with dvb-apps in GRML_FULL.
229     - Replace postgresql-client-8.2 + postgresql-client-common with
230       postgresql-client in GRML_FULL.
231     - Move eject, file-rc, gawk, gpm, grep, grml-hwinfo, gzip, hostname,
232       initramfs-tools, initscripts, klibc-utils + laptop-detect to GRMLBASE.
233     - Add febootstrap to GRML_FULL.
234     - Add guymager to GRML_FORENSIC.
235     - Add extract and libextractor-plugins to GRML_FORENSIC (thanks to
236       Dennis Schreiber for the hint).
237     - Add iw to GRMLBASE. Thanks to Christian Hofstaedtler for the hint.
238     - Add libnss-mdns to GRML_FULL (thanks to mrud).
239   * Add backwards compatibility check for old sources.list layout
240     (we're using /etc/apt/sources.list.d now) to script
241     /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
242   * Assume 'lenny' as default SUITE instead of 'stable' as
243     debootstrap doesn't know how to handle 'stable'.
244     Thanks to Ulrich Dangel.
245   * Use blocksize of 256 when running mksquashfs-lzma binary.
246   * Update documentation regarding recent lzma development.
247   * Some minor cosmetic corrections in grml-live's output.
248   * Add missing test call in $FORCE_ISO_REBUILD code.
249   * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.
250   * Use menu hide in templates/boot/isolinux/prompt.cfg
251
252  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 16:14:51 +0200
253
254 grml-live (0.9.22) unstable; urgency=low
255
256   * Send 'Find FAI build logs at' message to grml-live.log as well.
257   * Software related changes:
258     - Add comgt to GRML_FULL.
259     - Add fatattr to GRML_FULL.
260     - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart).
261     - Add qla-tools to GRML_FULL.
262     - Add xmount to GRML_FULL.
263     - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian).
264     - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL,
265       GRML_MEDIUM and GRML_FULL.
266     - Drop lanmap (abandonned upstream, see #542376).
267     - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE.
268     - Replace nessusclient, nessusd and nessus-plugins with
269       openvas-client and openvas-server in GRML_FULL.
270   * Do not use /etc/grml_version but instead use /etc/debian_version
271     as check whether the chroot exists. If grml-live execution
272     itself succeded but was interrupted during task_configure it should
273     be fine to re-run grml-live with -u/-b options.
274   * Fix usage of exclude option in $SQUASHFS_OPTIONS.
275   * Always remove temporary squashfs stderr file.
276   * Fix usage of /etc/runlevel.conf in 15-initsetup.
277   * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE.
278   * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE
279     to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup
280     again then. This should should prevent us from duplicated sources
281     list entries.
282   * New cmdline option: "-n" skips generation of the ISO file.
283   * Introduce support for squashfs-lzma-tools 4.0-1 and support
284     configuration variable SQUASHFS_BINARY.
285   * Modify update-initramfs call in grml-live script as the
286     'update-initramfs -u -t' might fail with linux images which have been
287     build using kernel-package.
288   * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries
289     that are meant for manual editing (so user just has to press <tab>
290     and edit).
291   * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt).
292   * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg.
293   * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the
294     according code has been executed (and do not display if skipping).
295   * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on
296     grml-small as there will be unresolved symbols without hisax.ko.
297
298  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 15:59:47 +0200
299
300 grml-live (0.9.21) unstable; urgency=low
301
302   [ Michael Prokop ]
303
304   * New features:
305     - Split the single /etc/apt/sources.list file into structured files
306       in /etc/apt/sources.list.d/. We are using:
307       - /etc/apt/sources.list.d/grml.list for all grml related repositories
308       - /etc/apt/sources.list.d/debian.list for official Debian repositories
309       [Closes: issue349]
310     - Provide information about grml-live version and Debian/suite
311       through /etc/grml_live_version in the generated ISO. [Closes: issue637]
312     - New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console.
313     - New configuration variables DISTRI_NAME and DISTRI_INFO which should allow
314       easier rebranding of grml-live based distributions.
315     - Support installation of local files (not being part of any Debian package)
316       through $CHROOT_INSTALL.
317     - Display path of FAI logs during execution of grml-live.
318     - Replace all references to ftp.de.debian.org with cdn.debian.org,
319       see http://wiki.debian.org/DebianGeoMirror for details.
320       Thanks for the idea, Marc Haber!
321
322   * Bug fixes and improvements:
323     - When adjusting postfix configuration: make sure to execute newaliases
324       command after adjusting configuration, otherwise the old hostname
325       will be left inside /etc/aliases.db.
326     - grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and
327       /etc/lvm/backup/main as well.
328     - grml_cleanup_chroot: drop the /usr/include/linux checks.
329     - 90-update-alternatives: use wm-ng as default x-window-manager.
330       [Closes: issue716]
331     - Check for existence of $target/etc/apt/important_note.txt before
332       operating on it.
333     - buildd: drop GRML_LIVE_ARCH but instead use default architecture
334       if not specified.
335     - Set UTC=no by default. See http://bts.grml.org/grml/issue708 for
336       details. Credits to Ulrich Zehl for debugging. [Closes: issue708]
337     - Improve check for architecture which should be build: if not specified
338       assume a safe default and check this one.
339     - Unify variable default checks, always assume sane defaults.
340     - Always run $SUITE checks, so grml-live repository is used also
341       if suite isn't manually specified.
342     - Detect existence of stage 'boot' using boot/isolinux so grml-live
343       executed with options '-q -B' and empty boot/isolinux works as well.
344     - Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so
345       we can improve sanity checks and easify configuration.
346     - Integrate memtest86+ binary so we don't ship old versions from
347       the build host. [Closes: issue717]
348     - Check whether rebuild of ISO is needed even though the ISO exists already.
349       [Closes: issue719]
350
351   * Debian packaging related changes:
352     - Bump to Standard-Version 3.8.3 (no further changes).
353     - Improve long description.
354     - Update copyright file (make lintian happy).
355     - Register grml-live html docs using doc-base.
356
357   * Documentation:
358     - grml-cheatcodes: document bootoption 'nostartx'.
359     - Apply patch from Marc Haber (thanks!) for new grml cheatcodes
360       (new DCS directory feature).
361
362   * Software related changes:
363     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
364     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
365       myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The
366       packages are either already available or should be available soon.
367     - Add scsitools to GRML_MEDIUM.
368     - Drop bar from GRML_FULL (no release since 2007, consider using
369       for example cpipe instead).
370     - Drop grml-saveconfig as it is replaced with recent versions
371       of grml-autoconfig.
372     - Drop hydra from GRML_FULL (the license is not a clean GPL one).
373     - Drop icedax from GRML_FULL (we have schilyutils available).
374
375   [ Thorsten Glaser ]
376   * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg,
377     isolinux.cfg, syslinux.cfg with each other; provide a fallback
378     way to boot MirOS bsd4grml from both GRUB versions using modules.
379   * Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
380     while here, add the grml release info to the appropriate file.
381
382  -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 00:33:48 +0200
383
384 grml-live (0.9.20) unstable; urgency=low
385
386   * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger.
387   * Drop all references to xserver-xorg-input-elo2300 (see #527699).
388   * Cleanups in GRML_FULL:
389     - Drop cheops (depends on libgtk1.2).
390     - Drop dviutils ("Note: selecting "texlive-extra-utils" instead of the
391       virtual package "dviutils" -> non-existing package)
392     - Drop ext2resize (see #400797).
393     - Drop fcoretools (see #534542).
394     - Drop gdk-imlib11 (see #522810).
395     - Drop gqcam (still depends on gtk1.2).
396     - Drop hping2 (hping3 is available in all relevant Debian releases
397       nowadays, see #533275).
398     - Drop libpam-pwgen (see #511613).
399     - Drop rgpsp (owner set to Debian QA Group and package doesn't seem
400       to be that important for grml).
401     - Drop windowlab (see #410618).
402     - Drop workbone (see #429178).
403   * Add check for valid Debian suite name to avoid breakage of sources.list
404     if someone calls grml-live with a typo in the -s option.
405   * Add exception for libewf1 and libstdc++2.10-glibc2.2 in
406     /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan.
407   * buildd:
408     - add support for building squeeze based ISOs.
409     - add cronjob based on what the grml team is using at daily.grml.org
410     - use '-a' instead of '-rltD' as rsync option to sync logs
411     - use timestamp with hour, minute and second to match with FAI style
412   * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration
413     also when updating the chroot (this happens if we have a base.tgz available
414     on fresh installations).
415   * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf.
416   * Really add support for genisoimage (thanks for the bugreport, Worf).
417   * Set subdirectories of $OUTPUT independent of cmdline parsing so
418     it is possible to set it via conffile as well.
419   * Validate whether the specified architecture class matches the
420     architecture (option), otherwise installation of kernel will fail.
421   * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ.
422   * Build grml-live documentation with table of content.
423
424  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 00:34:53 +0200
425
426 grml-live (0.9.19) unstable; urgency=low
427
428   * Software related changes in GRML_FULL:
429     - add btrfs-tools
430     - add conkeror (thanks to Axel Beckert) [Closes: issue698]
431     - add gptsync
432     - add nfswatch
433     - add nilfs2-tools
434     - add pigz
435     - add postmark
436     - add tableau-parm
437     - drop all LaTeX related packages (following the result
438       of the recent "Removal of LaTeX on grml" poll):
439       auctex catdvi ctioga dvipng gnuhtml2latex lacheck latex-beamer
440       latexmk latex-mk latextug latex-xcolor pdfjam pgf
441       preview-latex-style tex-common texify texlive-base
442       texlive-base-bin texlive-common texlive-doc-base
443       texlive-fonts-recommended texlive-lang-german texlive-latex-base
444       texlive-latex-recommended texpower tth tthsum vim-latexsuite
445    - Add class LATEX which provides all the LaTeX (related) packages
446      that have been removed from GRML_FULL.
447   * Software related changes in GRML_FORENSIC:
448     - drop stegdetect (see #507908)
449     - add several further packages:
450       acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat
451       cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3
452       mysql-client netdiscover nmap os-prober poppler-utils pppconfig
453       rdesktop readahead readpst recoverdm rifiuti rifiuti2 rpm samba
454       samdump2 sdparm sg3-utils smbclient socat sqlite3 tcpdump
455       tcpflow tcpreplay tcptrace tcptrack tcpxtract tct time unhide
456       untex uuid-runtime vinetto w3m wamerican whois wireshark wv
457       wvdial zfs-fuse
458     Thanks also to Hans-Peter Merkel for his tool list.
459   * Drop hdparm from GRML_FULL, GRML_MEDIUM and GRML_SMALL as it
460     is part of GRMLBASE already.
461   * Bump Standard Version to 3.8.2 (no further changes).
462
463  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 15:23:51 +0200
464
465 grml-live (0.9.18) unstable; urgency=low
466
467   * Integrate grub2 for hybrid boot. Big thanks to Thorsten Glaser
468     for his work and help.
469   * Add safecopy to GRML_FULL (thanks to Wernfried Haas for the hint).
470   * grml-cheatcodes: mention libata specific bootoptions.
471     Thanks to Christian Vogel! [Closes: issue685]
472   * Apply patches by Thorsten Glaser <tg@mirbsd.org>:
473     - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
474     - Update bootgrub.mksh from MirBSD
475     - Pad official ISOs to multiples of 256 KiB for partition table support.
476   * Add bc to Depends as bootgrub.mksh requires it.
477
478  -- Michael Prokop <mika@grml.org>  Sat, 13 Jun 2009 12:11:19 +0200
479
480 grml-live (0.9.17) unstable; urgency=low
481
482   [ Frank Terbeck ]
483   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
484     EDITOR is empty. [Closes: issue664]
485
486   [ Michael Prokop ]
487   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
488   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
489     does not exist and skip rest of the script then.
490   * Software related changes:
491     - Drop package snort from GRML_FULL and all the workarounds for it.
492       It's once again uninstallable in Debian/unstable.
493     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
494     - Drop package nemesis from GRML_FULL (unmaintained upstream and
495       uninstallable in Debian, see #423201 and #529508).
496     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
497     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
498   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
499     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
500   * Update /boot/grub/* files in build output on every invocation of
501     grml-live (as we do it for isolinux stuff too), so the variables
502     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
503   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
504
505  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:55:05 +0200
506
507 grml-live (0.9.16) unstable; urgency=low
508
509   * Software related changes:
510     - Add u3-tool to GRML_FULL.
511     - Disable nttcp and lmbench (both non-free) in GRML_FULL.
512     - Drop ttf-bitstream-vera from GRML_FULL (superseeded by its
513       improved version named ttf-dejavu, see #461308).
514     - Drop snownews from GRML_FULL (orphaned, inactive upstream,
515       better alternatives like newsbeuter, see #468778).
516   * Mention persistent bootoption in grml-cheatcodes.txt.
517
518  -- Michael Prokop <mika@grml.org>  Tue, 19 May 2009 20:52:31 +0200
519
520 grml-live (0.9.15) unstable; urgency=low
521
522   The "hey, let's have a grml release party" Release.
523   * As dillo isn't available in Debian/unstable due to removal
524     of libgtk1.2 we'll replace it with xlinks2 from package links2:
525     - GRML_FULL: drop dillo
526     - GRML_MEDIUM: replace links with links2 and drop dillo
527     - XORG: replace dillo with links2
528   * Drop cpp-4.1 and g++-4.1 from GRML_FULL.
529   * Drop bzr from GRML_FULL (19MB is just too much).
530   * Drop all kernel related packages that aren't available overall.
531   * Drop linux-wlan-ng, as its module can't be built.
532
533  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 10:09:22 +0200
534
535 grml-live (0.9.14) unstable; urgency=low
536
537   The "hey, let's have a post-lenny drop-party" Release.
538   * Update /usr/share/locale handling: restore *empty* directories
539     because otherwise installation/upgrade of packages might fail.
540   * Document findiso bootoption in grml-cheatcodes.txt.
541   * Software related changes:
542     - Readd clive as the dependency on libterm-progressbar-perl was
543       dropped (see #526999)
544     - Drop airsnort (unmaintained upstream, #429507)
545     - Drop array-util (unmaintained in Debian, #456648)
546     - Drop automake1.8 (cleanup of automake packages, #473365)
547     - Drop biew (old, no users, depends on debmake, #460636)
548     - Drop cpp-2.95 (deprecated)
549     - Drop db4.3-util (deprecated)
550     - Drop debmake (obsolete, #462978)
551     - Drop dynafont (upstream obsoleted by fonty-rg, #474125)
552     - Drop eciadsl (unmaintained, broken with recent kernels, #470680)
553     - Drop elfkickers (RC buggy; abandoned upstream, #523811)
554     - Drop fragroute (out of date, orphaned, inactive, #487127)
555     - Drop fttools (not available in any repos)
556     - Drop funionfs (replaced by unionfs-fuse, #515955)
557     - Drop gscanbus (obsolete, unmaintained, #429559)
558     - Drop hdaps-utils (out of date, obsolete, #526172)
559     - Drop hpijs (saving us 1352kB + 27,0MB from its dependencies disk space)
560     - Drop ipxripd (obsolete, few users, #462178)
561     - Drop jmon (orphaned, better alternatives, dead upstream, #510520)
562     - Drop linneighborhood (unmaintained, better alternatives, #466489)
563     - Drop mobilemesh (obsolete, #452102)
564     - Drop ms-sys (contains non-free code, #470678)
565     - Drop mutella (abandoned upstream, #489422)
566     - Drop ndiswrapper-common (dep. only) + ndiswrapper-utils (dummy package)
567     - Drop ndiswrapper-utils-1.1 (replaced by ndiswrapper-utils-1.9)
568     - Drop o3read (abandoned upstream; superseded by odt2txt, #477311)
569     - Drop potion (orphaned, out of date, low popcon, #499262)
570     - Drop powertweakd, powertweak-gtk and lspowertweak
571       (unmaintained upstream, #515588)
572     - Drop scsi-idle (RC-buggy, useless, #385285)
573     - Drop sjog (dead upstream, depends on legacy libs, unmaintained, #509403)
574     - Drop stegdetect / xsteg (orphaned, inactive upstream, GTK+ 1.2, #507908)
575     - Drop traceproto (not maintained upstream; alternative available, #495759)
576     - Drop type1inst (orphaned and useless, #158476)
577     - Drop unionfs-tools (buggy, replaced by aufs*, #515959)
578     - Drop unison2.9.1 (obsolete, #443244)
579     - Drop upstreamdev (alpha quality; abandoned upstream; low popcon, #494565)
580     - Drop vnc-common (dead upstream, superseded by vnc4, #469247)
581     - Drop vncommand (not available in any repos)
582     - Drop xmove (buggy, orphaned, dead upstream, #486772)
583     - Drop xserver-xorg-video-imstt (abandoned, #523683)
584     - Drop xserver-xorg-video-vga (abandoned, #523687)
585     - Drop xwatchwin (orphaned, no rdepends, #491903)
586
587  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 10:06:42 +0200
588
589 grml-live (0.9.13) unstable; urgency=low
590
591   * Split package into grml-live and grml-live-addons.
592     Add grml-live-addons to Recommends of package grml-live.
593     Package grml-live-addons provides the templates/boot/addons
594     files that require >7MB of disk space overall so we don't
595     want to ship it with default grml:
596     - allinone.img
597     - balder10.imz
598     - bsd4grml/
599     - chain.c32
600     - hdt.c32
601     - memdisk
602     - menu.c32
603     - pci.ids
604   * Add ${misc:Depends} to binary packages' depend.
605   * Bump Standard-Version to 3.8.1 (no further changes).
606   * Install /etc/grml/fai/live-initramfs/live.conf only if
607     /etc/live.conf does not exist in the target yet.
608   * Update isolinux.bin to version 2:3.75+dfsg-1 (3.75 Debian-2009-04-17)
609     from Debian.
610   * Integrate HDT ("Hardware Detection Tool") as bootoption 'hdt'.
611     http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)
612     Thanks for the point, formorer!
613     Use pci.ids from http://pciids.sourceforge.net/
614   * Mention bsd and hdt in isolinux' bootsplash f3.
615   * Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt.
616   * Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash.
617   * Software related changes:
618     - Add virtualbox-ose-guest-x11 to GRML_FULL and GRML_MEDIUM.
619     - Add virtualbox-ose-guest-modules-2.6.28-grml to GRML_MEDIUM.
620     - Add speakup-tools to GRML_FULL.
621     - Replace cupsys-bsd with cups-bsd and cupsys-client with cups-client.
622     - Drop atl2-modules-2.6.28* from package list (merged in mainline).
623     - Drop cupsys transitional package.
624     - Drop clive from GRML_FULL as it depends on a fscking large perl
625       package (see #526999).
626     - Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base, gettext-base, groff-base,
627       imlib11, imlib-base and perl-base from GRML_FULL (deprecated and
628       unnecessary packages).
629
630  -- Michael Prokop <mika@grml.org>  Tue, 05 May 2009 09:46:26 +0200
631
632 grml-live (0.9.12) unstable; urgency=low
633
634   * Add noapic, noresume, selinux=0 and edd=off to 'failsafe'
635     bootoption and use maxcpus=0 instead of maxcpus=1.
636   * Add dvtm to GRML_FULL (thanks to plh).
637   * GRML_FULL and GRML_FORENSIC: replace libewf with libewf1.
638   * Add packages to GRML_MEDIUM:
639     - nfs-kernel-server [Closes: issue471]
640     - aufs-tools (thanks for suggestion, Tong Sun) [Closes: issue652]
641   * Remove madwifi* from GRML_FULL and GRML_MEDIUM (being replaced
642     by ath5k and ath9k of linux kernel 2.6.28, see #519446).
643   * Update bsd4grml to version 20090411.
644
645  -- Michael Prokop <mika@grml.org>  Sat, 11 Apr 2009 12:26:02 +0200
646
647 grml-live (0.9.11) unstable; urgency=low
648
649   * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
650     a base64 binary now.
651   * Use 'user' instead of 'users' again after discussing the issue
652     in issue582.
653
654  -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 20:23:49 +0100
655
656 grml-live (0.9.10) unstable; urgency=low
657
658   * buildd:
659     - Add workaround to get around the mkisofs volume label limit.
660       Otherwise with something like 'grml64-medium-daily-squeeze 20090223'
661       we would get:
662       "mkisofs: Volume ID string too long (cur. XX max. 32 chars)."
663     - add buildd/execute.sh to further simplify buildd/*.sh setup
664     - send_mail(): do not append /var/log/grml-buildd.stdout by default
665     - add shebang line to buildd/[execute|functions].sh to make lintian happy
666   * Replace placeholder %GRML_NAME_SQUASHFS% with according value in
667     bootsplash f5. [Closes: issue619]
668   * Drop dropbear from GRML_FULL. The "ssh server inside initramfs"
669     is just too annoying for us. [Closes: issue617]
670
671  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2009 13:11:31 +0100
672
673 grml-live (0.9.9) unstable; urgency=low
674
675   * Update to kernel 2.6.28-grml[64].
676   * Changes in GRML_FULL:
677     - drop package tspc (see #462738 and #515193)
678     - replace gqview with geeqie (thanks, Spida)
679   * Changes in GRML_MEDIUM:
680     - add beep (on request by gebi)
681     - add dstat (on request by gebi)
682     - add mc (on request by Christian Kuehlborn)
683   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
684   * buildd:
685     - rename all etch* related scripts to lenny*
686     - adjust scripts to use "lenny" instead of "stable" for building
687       [to avoid that "etch" is used as build name but lenny is used]
688     - use "$NAME-daily-$SUITE" in functions.sh as build name so
689       identifying ISOs while running them is easier
690   * Support squeeze as valid suite name.
691   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
692     This should avoid issues with something like
693     'apt-get -t experimental ...'
694   * Consequently drop 'Latest change' lines from all files.
695   * Support generation of sha1sum [Testing: issue622]
696   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
697     [Closes: issue492]
698   * Do no longer use the bootoption lang=us by default. We use it by default
699     in grml-autoconfig anyway and this shortens our /proc/cmdline.
700   * Run commands requiring network access through 'timeout 10' by default
701     if possible. [Closes: issue396]
702   * Do not use build server's hostname for /etc/mailname and
703     /etc/bacula/bacula-fd.conf. [Testing: issue412]
704   * Add "forensic" to the append line when using the forensic kerneloption
705     so we can grep for it in any case.
706   * 15-initsetup: keep a backup of the original runlevel.conf file.
707     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
708   * instsoft.GRMLBASE: support installation of multiple gpg keys
709     via /etc/grml/fai/files/etc/apt/*.key
710   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
711     Thanks to Thomas Lehmann for the bugreport!
712   * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
713     This simplifies the directory layout a bit. Clarify its usage
714     in /etc/grml/fai/apt/important_note.txt
715   * Install all files from /etc/grml/fai/files/etc/apt. This supports
716     usage of directories like /etc/apt/apt.conf.d. Thanks for the
717     hint to Thomas Lehmann. [Closes: issue632]
718   * Replace all "sed -i 's/././' foo" calls with
719     'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
720     so we don't destroy any existing symlinks. Depend on moreutils therefor.
721     [Closes: issue631]
722   * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
723     provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
724     Thorsten "mirabilos" Glaser for his work! Add support for
725     configuring NO_ADDONS_BSD4GRML via configuration file.
726   * Add informational header to /etc/grml/fai/apt/sources.list and
727     update docs regarding the file.
728   * If specified SUITE is unstable use 'sid' instead (to avoid breakages
729     with debootstrap).
730   * Support NO_ADDONS via configuration file.
731   * Always skip mksquashfs part when using -q option.
732   * Adjust configuration files on the fly only when the according lines
733     aren't comments.
734
735  -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
736
737 grml-live (0.9.8) unstable; urgency=low
738
739   * Improve help text of the release option in usage info.
740   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
741   * Add libcap2-bin to GRML_FULL.
742   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
743     [Testing: issue569]
744   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
745     improve UTC handling. Thanks for the script, Thomas Lehmann!
746
747  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
748
749 grml-live (0.9.7) unstable; urgency=low
750
751   * Add packages to GRML_FULL:
752     - aiccu (thanks, Christian Vogel)
753     - genext2fs
754     - radvd (thanks, Christian Vogel)
755     - tf (thanks, Rhonda)
756   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
757   * Support execution without touching the chroot at all using option "-B".
758     Thanks for the patch, Jimmy.
759   * Update current state section of documentation.
760   * Update cheatcode documentation (thanks to Moritz Augsburger).
761   * Drop cryopid from GRML_FULL, see #507882.
762
763  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
764
765 grml-live (0.9.6) unstable; urgency=low
766
767   * Add new packages to GRML_FULL:
768     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
769     - dwdiff (front-end for the diff program that operates word by word)
770     - espeakup (connector between espeak and speakup)
771     - faketime (report faked system time to programs)
772     - fcoretools (Tools to advise the IO scheduler)
773     - latencytop (A tool for developers to visualize system latencies)
774     - qiv (A quick image viewer for X)
775     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
776   * Add irqbalance to GRML_MEDIUM.
777     - irqbalance (Daemon to balance interrupts for SMP systems)
778     - latencytop (A tool for developers to visualize system latencies)
779     - powertop (Linux tool to find out what is using power on a laptop)
780   * Remove localepurge from GRML_SMALL.
781   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
782   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
783     [Closes: issue554]
784   * Rework locale handling. From now on /usr/share/locale gets removed
785     by default (though /usr/share/i18n/locales won't be touched for
786     now), unless using class LOCALES. Reason: We have >70MB inside
787     /usr/share/locale on GRML_FULL, just too much to ship by default,
788     message at startup sucks).
789   * Update grml-cheatcodes.txt.
790   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
791     so we support offline operation as well. Based on an idea by
792     Thomas Lehmann, thanks!
793   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
794     "grml $VERSION" so we propagate the according grml-name. Thanks to
795     Thomas Lehmann!
796   * Support -q option to build the ISO without (re-)creating the squashfs
797     compressed file using mksquashfs.
798
799  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
800
801 grml-live (0.9.5) unstable; urgency=low
802
803   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
804   * Drop xserver-xorg-video-newport from all flavours.
805   * Replace all unzoo package references with zoo, see #497775.
806   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
807     because we have to skip FAI's updatebase task and lack /proc therefore.
808     New packages that are being installed and want to start any daemons
809     might fail, let's try to do our best to avoid that.
810   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
811   * Drop clamav-getfiles from GRML_FULL.
812   * Update debian/control:
813     - move from XS-Vcs-* to Vcs-*
814     - use Build-Depends-Indep
815
816  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
817
818 grml-live (0.9.4) unstable; urgency=low
819
820   * Update docs (some minor fixes, migration from hg to git,..)
821   * Use squashfs-lzma-tools instead of squashfs-tools:
822     Depend on squashfs-lzma-tools - but allow usage
823     of squashfs-tools as well).
824   * Activate grml-testing repository for devel releases and
825     daily snapshots. [Testing: issue531]
826   * All flavours:
827     - drop lzma-modules-2.6.26-grml[64] and
828       squashfs-modules-2.6.26-grml[64] as we have it
829       in-tree of kernel 2.6.26-grml[64].
830   * GRML_FULL:
831     - add ipset
832     - drop wodim and genisoimage as we have a fully functional
833       cdrtools suite in grml
834   * GRML_MEDIUM:
835     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
836   * GRML_SMALL:
837     - several improvements to keep the ISO size as small as possible
838     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
839     - remove grml-small package
840     - remove fuse-utils
841     - remove nvi (see #490361)
842     - remove ppoeconf (just too big with its dependencies)
843     - remove prism54-firmware (for saving disk space)
844   * Support environment variable NO_ADDONS to avoid usage of
845     addons directory.
846   * Initial support for SQUASHFS_EXCLUDES_FILE.
847   * Do not include vmlinuz and initrd when building grml-small.
848   * We switched from Mercurial to Git - replaced all hg-URLs
849     with git.grml.org
850
851  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
852
853 grml-live (0.9.3) unstable; urgency=low
854
855   * Improve the way deborphan works in
856     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
857     get rid of aptitude via
858     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
859   * Add PREREQ header to grml's initramfs-tools script, otherwise
860     booting fails with "PANIC: Circular dependancy.  Exiting."
861     Thanks for debugging help, maximilian attems.
862   * Use apt-get instead of dpkg in removal of packages in grml-small.
863   * Add tig to GRML_FULL, thanks Rhonda.
864
865  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
866
867 grml-live (0.9.2) unstable; urgency=low
868
869   * Improve checks for -[no]lzma for different squashfs-tools.
870
871  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
872
873 grml-live (0.9.1) unstable; urgency=low
874
875   * Rebuild initramfs to make sure that the up2date /etc/grml_version
876     is available in the live initramfs. [Closes: issue516]
877
878  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
879
880 grml-live (0.9.0) unstable; urgency=low
881
882   * Update to kernel 2.6.26-grml[64].
883   * Drop sysutils and cupsys-common from package lists.
884   * Add ext3grep to GRML_FULL.
885   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
886   * Move ssdeep and scrounge-ntfs from grml's repository list to
887     Debian's one.
888   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
889   * Document classes in more details. Thanks to Pawel Sadkowski
890     for pointing out. [Closes: issue490]
891   * Drop qtparted from GRML_FULL, we have better maintained
892     gparted now.
893   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
894     /etc/grml/fai/config/class/GRML_MEDIUM.var,
895     /etc/grml/fai/config/class/GRML_POWERPC.var and
896     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
897     configuration through GRMLBASE.var and this way it's much
898     easier to adjust settings according to your needs.
899   * Improve error handling in grml-live, including a check
900     for pipestatus of fai command.
901   * Output grml version in grml's live-initramfs script
902     Thanks for the idea, Marc Haber. [Closes: issue488]
903   * Drop glimpse from GRML_FULL due to license problems, see #474322.
904   * Display SQUASHFS_OPTIONS in configuration overview.
905   * Make sure it's possible to get usage information without being
906     root or actually executing the script.
907   * Improve usage information screen.
908   * Display progress of squashfs, when building via a buildsystem
909     just set -no-progress in $SQUASHFS_OPTIONS instead.
910   * Use linux-kernel-headers-grml in grml-medium.
911   * Use vim.basic as alternative setting for 'vi'.
912
913  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
914
915 grml-live (0.8) unstable; urgency=low
916
917   * Remove packages from GRML_FULL:
918     - apmd (the package is just borken, see #475432)
919     - raggle (#479562)
920   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
921     for mentioning in a bugreport, Marc Haber!)
922   * Add packages to GRML_FULL:
923     - ent (thanks, gebi)
924   * Add packages to GRML_MEDIUM:
925     - xfsdump (thanks, George Hartlieb)
926   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
927
928  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
929
930 grml-live (0.7) unstable; urgency=low
931
932   * Update templates/boot/addons/allinone.img to current version
933     from http://home.arcor.de/mschierlm/bootdisk/
934     Thanks, Michael Schierl.
935   * Add packages to GRML_FULL:
936     - gnuit
937     - i2c-tools [thanks to Mario Holbe]
938     - iotop
939     - keynav
940   * Remove packages from GRML_FULL:
941     - emelfm (#364442)
942     - nufw (#468245)
943     - sound-recorder (#288211)
944   * Readd libewf to GRML_FULL.
945   * buildd: use RELEASE-class in all build scripts
946   * Mention noquick bootoption in bootsplash and cheatcode file.
947   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
948   * Make sure username is adjusted in /etc/inittab.grml if username
949     not being "grml". Thanks for reporting, Thomas Lehmann.
950     [Testing: issue436]
951   * Add check for existence of -nolzma option. If squashfs-tools
952     doesn't support it at all then just get rid of the option.
953
954  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
955
956 grml-live (0.6) unstable; urgency=low
957
958   * Write squashfs filename to /live/filesystem.module.
959   * Adjust grml-live-remaster for new file system layout
960     and add support for working on a booted USB device.
961
962  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
963
964 grml-live (0.5) unstable; urgency=low
965
966   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
967     grml.squashfs.
968   * Update bootsplashes to current implementation, based on
969     live-initramfs and grml-autoconfig.
970   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
971     headaches, see #461888, #463720 and #445304 for example).
972   * Add sshfs to GRML_MEDIUM.
973
974  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
975
976 grml-live (0.4) unstable; urgency=low
977
978   * Add new packages to GRML_FULL:
979     - linux-uvc-modules-2.6.23-grml
980     - luvcview
981   * Add new packages to GRML_MEDIUM:
982     - at76-usb-modules-2.6.23-grml
983     - atl2-modules-2.6.23-grml
984     - firmware-ralink
985     - rt2400-modules-2.6.23-grml
986     - rt2500-modules-2.6.23-grml
987     - rt73-module-2.6.23-grml
988   * Finally fixed the "isolinux does not boot on old hardware" problem.
989     The problem was a too big boot/isolinux directory. Thanks a lot
990     for all the testing to Andrea Mayr and Wernfried Haas!
991     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
992       menu.c32 and memtest
993     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
994       support of several grml flavours on one single usb pen for the future
995     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
996       for new directory layout
997   * Make sure $GRML_NAME does not contain known problematic characters.
998
999  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
1000
1001 grml-live (0.3) unstable; urgency=low
1002
1003   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
1004   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
1005     older than 3.51 don't work with recent kernel versions like 2.6.23
1006     anymore. :(
1007   * Update templates/boot/isolinux/memdisk from syslinux package
1008     version 2:3.61+dfsg-1.
1009
1010  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
1011
1012 grml-live (0.2) unstable; urgency=low
1013
1014   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
1015     just fail on several old boxes. [Testing: issue400]
1016   * Add new packages to GRML_FULL:
1017     - auctex
1018     - loop-aes-testsuite
1019   * Add new packages to GRML_MEDIUM:
1020     - atl2-modules-2.6.23-grml
1021     - firmware-iwlwifi
1022     - madwifi-modules-2.6.23-grml[64]
1023     - madwifi-tools
1024   * Set 'confirm=1' in /etc/apt/listchanges.conf.
1025   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
1026     for providing default /etc/default/loadcpufreq configuration.
1027   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
1028     option parsing so we can override already set defaults interative.
1029   * Grep using the quiet option for squashfs features.
1030
1031  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
1032
1033 grml-live (0.1) unstable; urgency=low
1034
1035   * Bump version number to 0.1 as we ship grml-live with the
1036     upcoming stable versions.
1037   * Source /etc/grml/grml-live.local before parsing command line
1038     options to be able to override configuration on the commandline.
1039   * Use /usr/bin/vim.tiny as alternativ for vi.
1040   * Add new packages to GRML_FULL:
1041     - at76-usb-modules-2.6.23-grml64
1042     - bluez-audio
1043     - conky (thanks, shehu)
1044     - epdfview
1045     - gfs2-tools
1046     - sslscan
1047     - truecrypt-2.6.23-grml64
1048     - unsort
1049   * Remove bluetooth-alsa from GRML_FULL.
1050   * Add new packages to GRML_MEDIUM:
1051     - ntfs-3g
1052     - truecrypt-2.6.23-grml64
1053   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
1054     - drop deprecated entries
1055     - add debian2hd for isolinux/syslinux
1056     - fix serial bootoption
1057     - add grml2hd template for grub
1058   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
1059     remove packages via dpkg instead of apt-get. Thanks for the
1060     bugreport and the patch, Lupe Christoph! [Closes: issue367]
1061   * Use -no-progress option for mksquashfs only if it's supported.
1062
1063  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
1064
1065 grml-live (0.0.14) unstable; urgency=low
1066
1067   * Include initial version of the grml-live-remaster script,
1068     contributed by Michael Schierl (thanks!) [Closes: issue331]
1069   * Bump Standard-Version to 3.7.3 (no further changes).
1070   * Set debconf configuration for postfix via
1071     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
1072   * Improve check for presence of FAI log directory in
1073     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
1074   * Configure apt-listchanges via new script
1075     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
1076   * Make sure packages are being removed before docs are being
1077     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
1078   * Create grml-live.log-file with permissions 664.
1079   * Adjust buildd/functions.sh for new logging.
1080   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
1081     on AMD64 architecture. Add several new kernel packages for amd64
1082     to GRML_FULL.
1083   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
1084   * Drop packages from GRML_FULL:
1085     - findimagedupes: too many new dependencies, being:
1086       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
1087     - netpipes: conflicts with timelimit (see #457444) and does
1088       not support IPv6 yet
1089   * Add new packages to GRML_FULL:
1090     - asql
1091     - at76-usb-modules-2.6.23-grml
1092     - edac-utils
1093     - ifupdown-extra
1094     - opencryptoki
1095     - pmailq
1096     - r6040-modules-2.6.23-grml
1097     - scamper
1098     - timelimit
1099     - virtualbox-ose-guest-modules-2.6.23-grml
1100     - virtualbox-ose-guest-utils
1101
1102  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
1103
1104 grml-live (0.0.13) unstable; urgency=low
1105
1106   * New option '-b' for "build-only".
1107   * Replace mailx with bsd-mailx in GRML_FULL.
1108     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
1109   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
1110   * Document grml2ram bootoption in grml-cheatcodes.txt
1111   * Use -no-progress for Squashfs build process.
1112   * Improve /etc/resolv.conf handling in
1113     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
1114   * Adjust hostname in /etc/postfix/main.cf.
1115   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
1116   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
1117   * Make sure $HOSTNAME is unset by default.
1118   * Disable Recommends for aptitude as well.
1119   * Check for presence of live-initramfs in 10-build-initramfs.
1120   * Install aptitude in softupdate if not present.
1121   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
1122   * Fix snort setup (/etc/default/snort.dpkg-dist) via
1123     /etc/grml/fai/grml/grml_cleanup_chroot
1124   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
1125   * Remove hwtools from GRML_FULL, see #397723
1126   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
1127     instead so we keep grml-small as small as possible:
1128     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
1129     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
1130     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
1131     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
1132   * Add new packages to GRML_MEDIUM:
1133     - truecrypt-2.6.23-grml
1134   * Add new packages to GRML_FULL:
1135     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
1136     - gnupg-pkcs11-scd
1137     - gparted
1138     - grml-paste
1139     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
1140     - unhide
1141   * buildd:
1142     - store_iso(): move md5sum file as well
1143     - support providing options via grml_live_run() so we can disable
1144       LZMA for grml-small builds
1145
1146  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
1147
1148 grml-live (0.0.12) unstable; urgency=low
1149
1150   * Log mkisofs command with quotes around version number for easier
1151     copy/paste.
1152   * Ship syslinux files via template directory because the syslinux
1153     version (1:3.31-4) in Debian/etch is broken. :(
1154     Drop syslinux from Depends.
1155   * Mention -u option if using the option by accident and the chroot
1156     does not exist yet.
1157   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
1158     buildd/files/.style.css, buildd/files/HEADER.html and
1159     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
1160     and provide upload_logs().
1161   * Generate md5sum of ISO if using class 'RELEASE'.
1162   * Do not install package 'grml' via GRMLBASE because we want
1163     to use grml-small in GRML_SMALL and GRML_MEDIUM.
1164   * Remove and recreate /root directory in 98-clean-chroot.
1165   * Skip stage updatebase when using softupdate and handle upgrade
1166     on our own via hooks.
1167   * Execute removal of log files after sourcing config files.
1168
1169  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
1170
1171 grml-live (0.0.11) unstable; urgency=low
1172
1173   * New option -z to use ZLIB instead of LZMA compression and
1174     support SQUASHFS_OPTIONS in configuration file.
1175   * Add new class XORG.
1176   * Add X.org packages to GRML_MEDIUM.
1177   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
1178     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
1179   * Adjust grml-buildd for new logdir structure.
1180   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
1181     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
1182   * Diplay use of $LOCAL_CONFIG in configuration dialog.
1183   * Remove fai's last-dirinstall and last-softupdate when using
1184     ZERO_FAI_LOGFILE as well.
1185   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
1186     3.2.3 has a serious bug.
1187   * Add new packages to GRML_FULL:
1188     - atl2-modules-2.6.23-grml
1189     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
1190     - firmware-rt61
1191     - firmware-rt73
1192     - mlocate
1193     - open-vm-tools
1194     - pcaputils
1195     - xrestop
1196     - xserver-xorg-video-radeonhd
1197     - yatm
1198   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
1199
1200  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
1201
1202 grml-live (0.0.10) unstable; urgency=low
1203
1204   * Drop patches which are part of FAI 3.2.3 now. Depend on
1205     FAI version 3.2.3 therefor.
1206   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
1207     Quoting the NEWS file of FAI:
1208     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
1209     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
1210       will be copied to the path above at the end of an installation
1211   * Log the executed FAI, squashfs and mkisofs command lines to
1212     /var/log/grml-live.log.
1213   * New option '-C <configuration_file>' for specifying a configuration
1214     file. Needs heavy testing though, because the files are updated
1215     during runtime it isn't as easy as expected to be. :-/
1216   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
1217     old FAI logs.
1218   * Do not enable apt-listbugs if the binary is not available.
1219     [Testing: issue340]
1220   * Add keychain package to GRML_SMALL.
1221   * Add new packages to GRML_MEDIUM:
1222     - grml-live
1223     - keychain
1224     - lzma-modules-2.6.23-grml
1225     - squashfs-modules-2.6.23-grml (we build the module external now)
1226   * Add new packages to GRML_FULL:
1227     - aosd-cat
1228     - grml-live
1229     - lzma-modules-2.6.23-grml
1230     - squashfs-modules-2.6.23-grml (we build the module external now)
1231   * Support loading of squashfs module via
1232     /etc/grml/fai/live-initramfs/grml-script.init-top
1233   * Make sure we have pinning for grml-stable and grml-testing
1234     repositories via /etc/grml/fai/apt/preferences, not matter where
1235     the packages come from (web vs. local mirror/cache for example).
1236   * Remove base.tgz from chroot directory.
1237   * Do not create /etc/sysconfig/network-scripts and
1238     /etc/sysconfig/provider any longer in cleanup script.
1239   * Fix typo in bootsplash f3 (thanks, jimmy).
1240   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
1241     isolinyx/syslinux/grub configuration because getbootparam
1242     of grml-autoconfig requires a whitespace inside /proc/cmdline.
1243   * Support grml2ram bootoption inside isolinyx/syslinux/grub
1244     configuration.
1245
1246  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
1247
1248 grml-live (0.0.9) unstable; urgency=low
1249
1250   * Remove all files inside /root/ when using class RELEASE.
1251   * Disable apt-listbugs in [soft]update.
1252   * Fix 'dependency problems' handling in buildd functions.
1253   * Add buildd/remove_isos.sh to remove generated ISOs.
1254   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
1255   * Set hostname in instsoft-hook already.
1256   * Add user (grml) to all relevant groups.
1257   * Improve initrd+kernel copy process: ignore .bak files (and get rid
1258     of them) and copy always exactly one image.
1259   * Add new packages to GRML_FULL:
1260     - awesome
1261     - cereal
1262     - etckeeper
1263     - hdapsd
1264     - hdaps-utils
1265     - libstdc++2.10-glibc2.2 [for better support of
1266       binaries from commercial vendors; thanks to
1267       Christian Hofstaedtler]
1268     - mkelfimage
1269     - runit
1270     - rutilt
1271     - supercat
1272     - truecrypt-2.6.23-grml
1273   * Drop centericq-common, centerim-common, irssi-text, rt2400
1274     and rt2500 from GRML_FULL package list.
1275
1276  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
1277
1278 grml-live (0.0.8) unstable; urgency=low
1279
1280   * Copy /etc/resolv.conf to chroot in
1281     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
1282     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
1283   * Remove /var/run/fai/fai_softupdate_is_running and
1284     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
1285     (FAI's softupdate currently does not clean up when canceling
1286     the process.)
1287   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
1288     softupdate action.
1289   * Remove /var/log/fai/* in class RELEASE.
1290   * Generate md5sum of windows binaries.
1291   * Upgrade via aptitude [safe-]upgrade in update process.
1292   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
1293     /etc/grml/fai/grml/grml_cleanup_chroot.online
1294   * Edit /etc/apt/apt.conf inside
1295     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
1296     once.
1297   * Make the log checks inside grml-live aware of the update
1298     log-directory /var/log/fai/current.
1299   * Use strings instead of --help to detect support of safe-upgrade
1300     inside aptitude, otherwise it might fail due to unavailable shared libs.
1301   * Configure (enable) apt-listchanges + apt-listbugs via
1302     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
1303   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
1304   * Add new packages to GRML_FULL:
1305     - acx100-2.6.23-grml
1306     - bcm5700-module-2.6.23-grml
1307     - dzen2
1308     - drbd8-2.6.23-grml
1309     - exmap-modules-2.6.23-grml
1310     - fglrx-kernel-2.6.23-grml
1311     - iscsitarget-2.6.23-grml
1312     - ivtv-modules-2.6.23-grml
1313     - ivtv-utils
1314     - libacme-bleach-perl
1315     - libacme-eyedrops-perl
1316     - libacme-smirch-perl
1317     - libpam-chroot
1318     - libpam-devperm
1319     - libpam-dotfile
1320     - libpam-krb5
1321     - libpam-modules
1322     - libpam-mount
1323     - libpam-pwgen
1324     - libpam-smbpass
1325     - libpam-ssh
1326     - libpam-tmpdir
1327     - libtool
1328     - ndiswrapper-modules-2.6.23-grml
1329     - openafs-modules-2.6.23-grml
1330     - tp-smapi-modules-2.6.23-grml
1331   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
1332     Tom Asbury).
1333   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
1334     in a very smooth shape).
1335
1336  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
1337
1338 grml-live (0.0.7) unstable; urgency=low
1339
1340   The "holidays? what? are you joking?!"-release.
1341
1342   * Added FAI patches to /usr/share/grml-live/patches/ - it's
1343     recommended to apply the patches to FAI until they are accepted
1344     upstream. See Debian's BTS for more details: #444210, #447080
1345     and #448426.
1346   * Support option '-u' for updating system.
1347   * Reworked buildd concept.
1348     - Now we have a seperate
1349       /usr/share/grml-live/buildd/functions.sh for generic stuff
1350       and /etc/grml/grml-buildd.conf as configuration file.
1351     - Use grml-buildd.{stdout,stderr} instead of
1352       grml-live.{stdout,stderr} as log files.
1353     - buildd/functions.sh: do not mv files if there was an error
1354       during grml-live execution
1355     - do not re-execute grml-live is the target ISO exists already
1356   * Update zsh completion - thanks to Frank Terbeck!
1357   * Set /etc/grml_version of live-system to the according value.
1358     [Closes: issue322]
1359   * Support setting /etc/debian_chroot inside chroot (useful if
1360     building fails and manual interaction is needed).
1361   * Log to /var/log/grml-live.log by default now and support
1362     $ZERO_LOGFILE for cleaning up logs.
1363   * Added new grml-repository named grml-live which is intented
1364     to fix issues from Debian for grml-live builds. It is automatically
1365     activated if you are building against unstable/sid and should
1366     be used manually only if you realy know what you are doing.
1367     Notice: if something fails inside building the base chroot/
1368     debootstrap system we can't do anything via grml-live for you
1369     right now. Instead grab the base.tgz from http://daily.grml.org/
1370   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
1371     for comparing two repositories.
1372   * Replaced /etc/grml/fai/files/etc/apt/preferences
1373     with /etc/grml/fai/apt/preferences so grml-live repository
1374     can be used and configured at a single place.
1375   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
1376     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
1377     later again.
1378   * Display version number of grml-live.
1379   * Log executed grml-live command line.
1380   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
1381     by default.
1382   * Disable Recommends inside chroot installation.
1383   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
1384     for xserver-xorg package via debconf to work around #448863.
1385   * Use "newest" kernel only if two kernels are present in the chroot.
1386   * Set $SECONDS to unknown if $start_seconds is not set.
1387   * Log closing signs (----...) via bailout to make sure they are
1388     always set - even when exiting with an error.
1389   * Check for presence of /bin/zsh before setting default shell in
1390     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
1391   * Check for locales/localepurge before using them in
1392     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
1393   * Add new packages to GRML_FULL:
1394     - bittwist
1395     - ldnsutils
1396     - libpam-thinkfinger
1397     - linux-wlan-ng-modules-2.6.23-grml
1398     - madwifi-modules-2.6.23-grml
1399     - netrw
1400     - rt73-module-2.6.23-grml
1401     - thinkfinger-tools
1402     - tra
1403   * Drop idn from GRML_FULL.
1404   * Add new packages to GRML_MEDIUM:
1405     - alsa-base
1406     - alsa-tools
1407     - alsa-utils
1408     - ed
1409     - pcmciautils
1410     - Update kernel version to 2.6.23-grml
1411     - replace dhcp-client with dhcp3-client
1412   * Add ed package to GRML_SMALL and replace dhcp-client with
1413     dhcp3-client.
1414   * Use new kernel version 2.6.23-grml64 for amd64.
1415
1416  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
1417
1418 grml-live (0.0.6) unstable; urgency=low
1419
1420   * New option "-a" for setting architecture. This allows building
1421     grml(32) on amd64.
1422   * Fix stderr redirection in "/usr/sbin/fai already running..."
1423   * Update /etc/grml/fai/make-fai-nfsroot.conf
1424   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
1425     for grml-live instead of /var/log/grml-live.log so it's easier
1426     to track.
1427   * Update of buildd scripts: main configuration file main.sh
1428     which provides all the build stuff inside separate functions.
1429   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
1430     from subkeys.pgp.net fails.
1431   * Improve check for kernel version inside
1432     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
1433   * Work around #353967 for Debian/etch in
1434     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
1435   * Add new packages to GRML_FULL:
1436     - ghostscript (and get rid of gs, gs-common, gs-esp)
1437     - mr
1438
1439  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
1440
1441 grml-live (0.0.5) unstable; urgency=low
1442
1443   * Add new scripts to /usr/share/grml-live/examples/buildd/:
1444     - grml-live_autobuild_grml-small_etch.sh
1445     - grml-live_autobuild_grml-small_sid.sh
1446     - grml-live_autobuild_grml64-small_etch.sh
1447     - grml-live_autobuild_grml64-small_sid.sh
1448   * Some more FAI error checking.
1449   * Updated buildd scripts (better subject handling).
1450   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
1451     Restore usual Debian behaviour at the end using
1452     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
1453   * Add new scripts for retreiving bugs via apt-listbugs
1454     and storing package selection inside log directory.
1455     This has been integrated in a new class named "RELEASE".
1456   * Added support for new kernel version 2.6.23-grml to
1457     GRML_FULL.
1458   * Use uxterm as x-terminal-emulator and fall back to xterm
1459     only it uxterm is not available.
1460   * Support /etc/locale.gen.grml - it's used by default in
1461     class GRML_FULL and a new class named LOCALES.
1462   * Work around #443481 (bug inside snort) for Debian etch
1463     via using /etc/snort/snort.common.parameters (thanks for
1464     the idea, Thomas Lange!)
1465   * Do not exit with an error code if /usr/include/linux is NOT
1466     a symlink to /usr/src/linux/include/linux but keep it as
1467     a warning instead.
1468   * Log executed grml-live command.
1469   * Re-enable problematic packages that have been fixed:
1470     - apt-listbugs (fixed via manual interaction in scripts)
1471     - gsm-utils (#353967)
1472     - snort (#443481)
1473     - wvdial (fixed via debconf)
1474   * Add new packages to GRML_FULL:
1475     - ack-grep
1476     - mailplate
1477     - pristine-tar
1478
1479  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
1480
1481 grml-live (0.0.4) unstable; urgency=low
1482
1483   * The -t option for specifying the output directory has been
1484     renamed into -o. The option -t now specifies the place where
1485     templates for building the ISO can be found.
1486   * Option -t can be used for specifying the template directory.
1487     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
1488   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
1489   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
1490     - disable pipeline workaround
1491     - create /dev/MAKEDEV in chroot to work around the
1492       "./MAKEDEV: No such file or directory" problem of some packages
1493   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
1494     dangerous because of automatic removal of the files/dirs via fai.
1495   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
1496     I386/AMD64 classes in the docs.
1497   * Add new packages to GRML_FULL:
1498     - tgt: Linux target framework user-space tools
1499     - paperkey: extract just the secret information out ouf OpenPGP keys
1500     - gitpkg: helper scripts for maintaining packages with git
1501     - iscsitarget: iSCSI Enterprise Target userland tools
1502     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
1503   * Set $HOSTNAME to according hostname via
1504     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
1505   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
1506   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
1507     available).
1508   * Check for presence of the initrd.
1509   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
1510   * Add /usr/share/grml-live/examples/buildd/
1511
1512  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
1513
1514 grml-live (0.0.3) unstable; urgency=low
1515
1516   * Support for setting GRML_NAME (like grml vs. grml-small
1517     vs grml64 vs...)
1518   * Drop the character limits of $VERSION and $RELEASENAME.
1519   * Make sure $SECONDS is set before outputting the runtime.
1520   * Unify usage of i386_files, place all template files in
1521     directory templates now.
1522   * Improve portability of linux headers cleanup inside
1523     grml_cleanup_chroot.
1524   * Provide class GRML_SMALL and rename old GRML_SMALL into
1525     GRML_MEDIUM.
1526   * Do not install kernel via GRMLBASE but via GRML_* classes
1527     instead so we have only one single kernel on the system
1528     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
1529   * Use grml-live.log as logfile.
1530   * Added vim to GRML_MEDIUM package list.
1531
1532  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
1533
1534 grml-live (0.0.2) unstable; urgency=low
1535
1536   * Add support for amd64.
1537   * Update and extend documentation.
1538   * Bugfix: Make sure $LOGDIR exists.
1539   * fai dirinstall: set hostname via $HOSTNAME
1540
1541  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
1542
1543 grml-live (0.0.1) unstable; urgency=low
1544
1545   * Initial release.
1546
1547  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
1548