From: Michael Prokop Date: Sat, 30 Jan 2010 19:02:05 +0000 (+0100) Subject: Update for release 0.9.34. X-Git-Tag: v0.9.34^0 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d068dda639931774b289d7e567bed6b6b59f4e15 Update for release 0.9.34. --- diff --git a/debian/NEWS b/debian/NEWS index 0cb159a..8333e28 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -13,7 +13,7 @@ grml-live (0.9.34) unstable; urgency=low grml-live-db can work straight out-of-the-box. If you still want to preserve your logfiles (e.g. when you don't want to use grml-live-db) just enable the PRESERVE_LOGFILE option in your - grml-live configuration file. For backwards compability reasons the + grml-live configuration file. For backwards compatibility reasons the ZERO_LOGFILE variable is still supported within grml-live but it's strongly recommended to adjust configuration. diff --git a/debian/changelog b/debian/changelog index 7ad72b3..605b672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,33 @@ -grml-live (0.9.34) UNRELEASED; urgency=low +grml-live (0.9.34) unstable; urgency=low + + * Add scripts/GRMLBASE/38-udev to get rid of automatically generated + udev rules file. + * Fix architecture option in error message (-a instead of -i). + * Add ia32-libs [amd64] to Depends to make sure building i386 on amd64 + works OOTB. + * Use $TEMPLATE_DIRECTORY for checking for precense of bsd4grml. + * Drop keyword package from squashfs binary exit code. + * Update docs regarding squashfs-tools 1:4.0-1. + * Support for logging to database via grml-live-db. + Thanks to formorer for his work on dpkg-to-db. + * Changed logic of ZERO_LOGFILE to PRESERVE_LOGFILE (though integrated + a backwared compatibility layer so existing installations still continue + to work) and clear logs after prompting for execution. - * No changelog entries yet, will be inserted by git-dch. - - -- Michael Prokop Wed, 30 Dec 2009 02:57:38 +0100 + * Software related changes: + - Add acpi-support-base to GRML_SMALL [Closes: issue791] + - Add netsniff-ng to GRML_FULL (thanks Daniel Borkmann). + - Add ufsutils to GRML{SMALL,MEDIUM,FULL} [thanks, chaitat]. + - Drop aufs-tools from GRML_FULL (deprecated, see #555638). + - Drop firescope from GRML_FULL - it is unmaintained upstream. + - Drop package config file GRML_FORENSIC as it is developed and + maintained as part of Grml-Forensic nowadays. + - Move scsiadd from GRML_* to GRMLBASE. + - Remove dynamic-disk from GRML_FULL (unmaintained upstream). + - Remove lame from GRML_FULL (not available from official Debian pool). + - Remove salvage-ntfs from GRML_FULL (unmaintained upstream). + + -- Michael Prokop Sat, 30 Jan 2010 19:56:32 +0100 grml-live (0.9.33) unstable; urgency=low diff --git a/grml-live b/grml-live index 51e8859..39f49f9 100755 --- a/grml-live +++ b/grml-live @@ -288,7 +288,7 @@ ISO_OUTPUT="$OUTPUT/grml_isos" [ -n "$RELEASENAME" ] && export RELEASENAME="$RELEASENAME" # }}} -# ZERO_LOGFILE - check for backwards compability reasons {{{ +# ZERO_LOGFILE - check for backwards compatibility reasons {{{ # this was default behaviour until grml-live 0.9.34: if [ -n "$ZERO_LOGFILE" ] ; then PRESERVE_LOGFILE='' # make sure it's cleaned then @@ -898,7 +898,7 @@ else bailout fi else # no $SQUASHFS_BINARY configured, let's find the according binary: - # Note: this is ALL for backward compability and yes: it's serious PITA. + # Note: this is ALL for backward compatibility and yes: it's serious PITA. # We'll definitely drop this once people build >2.6.28-grml* only and # the squashfs-tools vs. squashfs-lzma-tools + zlib vs. lzma situation # is settling... @@ -913,7 +913,7 @@ else else # neither -nolzma nor -z and mksquashfs-lzma is available: SQUASHFS_BINARY='mksquashfs-lzma' - # backwards compability: someone has squashfs-lzma-tools >=4 installed but + # backwards compatibility: someone has squashfs-lzma-tools >=4 installed but # 1) doesn't use -nolzma in $SQUASHFS_OPTIONS or the grml-live's -z option *and* # 2) builds against kernel version <=2.6.28-grml[64] if ls $CHROOT_OUTPUT/boot/vmlinuz* >/dev/null 2>&1 ; then