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