From: Michael Prokop Date: Sun, 28 Feb 2010 01:31:34 +0000 (+0100) Subject: Release version 0.9.37. X-Git-Tag: v0.9.37^0 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=75b4c27bcc5675a733eb5ef75dfafc442755035c Release version 0.9.37. --- diff --git a/debian/changelog b/debian/changelog index 5bd4bfb..2b2a25e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +grml-live (0.9.37) unstable; urgency=low + + * Drop noquick bootoption from serial console boot entry. + * Add grml as default to default.cfg. [Closes: issue761] + * Software related changes: + - Add nginx. Thanks al4711. [Closes: issue704] + - Add usb-modeswitch to GRML_FULL. [Closes: issue424] + - Drop asleap from GRML_FULL. + - Drop ded from GRLM_FULL. + - Drop tlswrap package from GRML_FULL. + - Move udev from GRML_* to GRMLBASE. + + -- Michael Prokop Sun, 28 Feb 2010 00:03:31 +0100 + grml-live (0.9.36) unstable; urgency=low * scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration diff --git a/grml-live b/grml-live index 17aba12..7de7b04 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.36' +GRML_LIVE_VERSION='0.9.37' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'