From: Michael Prokop Date: Wed, 20 May 2009 21:26:38 +0000 (+0200) Subject: Update changelog for issue664 X-Git-Tag: v0.9.17~11 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=0e798aa164f74584715b43bad04c7a9ad1f784d0 Update changelog for issue664 --- diff --git a/debian/changelog b/debian/changelog index a747f1b..a4959b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-live (0.9.17) unstable; urgency=low + + [ Frank Terbeck ] + * grml-live-remaster: Support $VISUAL and fall back to 'vi' if + EDITOR is empty. [Closes: issue664] + + -- Michael Prokop Wed, 20 May 2009 23:25:43 +0200 + grml-live (0.9.16) unstable; urgency=low * Software related changes: diff --git a/grml-live b/grml-live index fb7d8ba..90033bc 100755 --- a/grml-live +++ b/grml-live @@ -14,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9.16' +GRML_LIVE_VERSION='0.9.17' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"