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
grml-quickconfig

index 228a4f3..596b3a8 100644 (file)
@@ -1,8 +1,12 @@
 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.
+
  -- Michael Prokop <mika@grml.org>  Fri, 05 Mar 2010 01:27:42 +0100
 
 grml-quickconfig (0.3) unstable; urgency=low
index 4fd0852..7013106 100755 (executable)
@@ -162,7 +162,7 @@ while : ; do
             ;;
         [${(k)keys}])
             echo $INPUT
-            eval ${keymap[$INPUT]}
+            eval ${keymap[$INPUT]} || true
             ;;
         *)
             echo "Unknown key"