From: Michael Prokop Date: Tue, 6 Apr 2010 08:48:45 +0000 (+0200) Subject: Release version 0.9.40. X-Git-Tag: v0.9.40^0 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=52baa7c3c1849cc69da946330e5939f1d9023498 Release version 0.9.40. --- diff --git a/debian/changelog b/debian/changelog index 30bdaa2..1d92317 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,25 @@ -grml-live (0.9.40) UNRELEASED; urgency=low +grml-live (0.9.40) unstable; urgency=low - * Nothing yet, will be updated using git-dch on release. + [ Michael Prokop ] + * Software related changes: + - Add perf to GRML_FULL. + - Add lxc to GRML_FULL. + - Add hwloc to GRML_FULL. + - Drop aria2 from GRML_FULL (lack of space). + - Drop bluez-audio (lack of space, requires ~17MB incl. + dependencies) + * Drop wrongly merged failsafe bootoptions. + * Update grml-cheatcodes.txt (e.g. drop home= bootoption + as it has been deprecated recently). + * Update bsd4grml to version 20100328 (thanks, Thorsten). + + [ Ulrich Dangel ] + * Fix Boot OS of first partition entry for grub. Thanks to Jordan + Uggla for + * Support automatic findiso command and fixed gfxpayload handling. + Thanks to Jordan Uggla. - -- Michael Prokop Tue, 23 Mar 2010 00:51:20 +0100 + -- Michael Prokop Tue, 06 Apr 2010 10:45:26 +0200 grml-live (0.9.39) unstable; urgency=low diff --git a/grml-live b/grml-live index 9b3308e..0d4ba82 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.40-pre1' +GRML_LIVE_VERSION='0.9.40' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'