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