/etc/skel/.zshrc: always set 'setopt local_options' if using 'setopt errreturn'.
[grml-etc-core.git] / debian / changelog
index 72ea5f0..a219fcc 100644 (file)
@@ -1,3 +1,17 @@
+grml-etc-core (0.1-28) unstable; urgency=low
+
+  * /etc/skel/.zshrc: always set 'setopt local_options' if
+    using 'setopt errreturn'.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
+
+grml-etc-core (0.1-27) unstable; urgency=low
+
+  * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
+    otherwise running 'script' might hang. Thanks, wuehlmaus!
+
+ -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
+
 grml-etc-core (0.1-26) unstable; urgency=low
 
   The "Frank Terbeck is my zsh hero" release.
@@ -13,8 +27,10 @@ grml-etc-core (0.1-26) unstable; urgency=low
       function (thanks, Frank Terbeck!)
     - use zsh's color capabilities if the module is present
       (thanks, Frank Terbeck!)
+    - don't export $SHELL anymore
   * /etc/zsh/zshenv:
     - set /bin instead of /bin/ in $PATH
+    - some minor code style improvements
   * /etc/skel/.zshrc: 
     - updated alias fbmplayer (thanks, wuehlmaus!)
     - added function gex (google exact search, thanks wuehlmaus!)