Update changelog for release. v0.4
authorMichael Prokop <mika@grml.org>
Fri, 5 Mar 2010 00:30:54 +0000 (01:30 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 5 Mar 2010 00:31:06 +0000 (01:31 +0100)
debian/changelog
quickconfig/030-wm.sh

index e73bb0d..596b3a8 100644 (file)
@@ -1,8 +1,13 @@
 grml-quickconfig (0.4) unstable; urgency=low
 
+  [ Michael Prokop ]
+  * quickconfig/030-xorg.sh: Do not reset environment in su command line
+    so e.g. $DISTRI is exported to X session. [Closes: gf-issue58]
+
+  [ Ulrich Dangel ]
   * Make sure that after executing a command the menu is shown.
 
- -- Ulrich Dangel <mru@grml.org>  Sun, 21 Feb 2010 23:58:15 +0100
+ -- Michael Prokop <mika@grml.org>  Fri, 05 Mar 2010 01:27:42 +0100
 
 grml-quickconfig (0.3) unstable; urgency=low
 
index be376ed..7bfcaf9 100644 (file)
@@ -77,7 +77,7 @@ wm_menu() {
   get_key INPUT
   case $INPUT in
     [${(k)available}])
-    run su grml -c "grml-x ${available[$INPUT]}"
+    run su grml -c "grml-x ${available[$INPUT]}"
     ;;
   esac
 }