/etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is present in /proc/cmdline
[grml-etc-core.git] / debian / changelog
index 0b25727..5d43ee2 100644 (file)
@@ -1,7 +1,39 @@
+grml-etc-core (0.2.34) unstable; urgency=low
+
+  * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
+    present in /proc/cmdline
+
+ -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
+
+grml-etc-core (0.2.33) unstable; urgency=low
+
+  * /etc/zsh/zshenv: fix sourcing of /etc/timezone
+
+ -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
+
+grml-etc-core (0.2.32) unstable; urgency=low
+
+  * /etc/zsh/zshenv: source /etc/timezone if present
+    (We don't want to set TZ via /etc/default/locale any longer.)
+
+ -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
+
+grml-etc-core (0.2.31) unstable; urgency=low
+
+  * /etc/zsh/zshrc: update swspeak alias:
+    - set mixer settings to 90 by default when running swspeak
+    - check for present /dev/softsynth and warn otherwise using flite
+    - welcome user via flite with "Finished setting up software synthesizer"
+      when finished execution of swspeak alias
+    [Closes: issue152]
+
+ -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
+
 grml-etc-core (0.2.30) unstable; urgency=low
 
   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
-    get 'cd ../..'). Taken from Christian Schneider:
+    get 'cd ../..'), but deactivated by default. Taken from
+    Christian Schneider:
     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
     Thanks for pointing, schula.