Release new version 0.7.2
[grml-etc-core.git] / debian / changelog
index 9e9ae3c..3b7d010 100644 (file)
@@ -1,3 +1,122 @@
+grml-etc-core (0.7.2) grml-testing; urgency=low
+
+  [ Bernhard Tittelbach ]
+  * [57bbea3] zsh: updated purge function
+
+  [ Frank Terbeck ]
+  * [b0fec25] zshrc: Remove zurl's dependency on =~ type regexp conditions
+
+  [ Christian Hesse ]
+  * [843931f] unify spelling of colo(u)r to color
+
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2012 12:52:00 +0100
+
+grml-etc-core (0.7.1) grml-testing; urgency=low
+
+  [ Bernhard Tittelbach ]
+  * [88b8704] zsh: improve purge(), glob for files where appropriate and
+    don't try to delete stuff twice
+
+  [ Michael Prokop ]
+  * [fe6aa2b] zshrc: use variable ffound in zrcautoload function
+  * [0098421] Bump Standards-Version to 3.9.4
+
+ -- Michael Prokop <mika@grml.org>  Tue, 02 Oct 2012 09:58:46 +0200
+
+grml-etc-core (0.7.0) grml-testing; urgency=low
+
+  [ Michael Prokop ]
+  * [ea65fdc] zshrc: Enable CLICOLOR on FreeBSD. Thanks to
+    Christian Hofstaedtler
+
+  [ Bernhard Tittelbach ]
+  * [174a091] zshrc: make simple-extract also work with uris that end in
+    e.g. format=zip
+  * [9cef3a9] zsh: fix typo grml functions autoload
+  * tmux related changes:
+    - [895e6d6] new statusline, space and backspace enabled for
+      window switching
+    - [5da798c] more space, session name
+    - [f4ad46f] mouse-select-pane off to enable terminal window
+      copy&paste
+    - [046d45b] better user@host:session scheme
+    - [646f73f] date and time, and commented out alternatives
+    - [7eaf7d8] make copy&pase mode useable
+    - [ee6fa75] kill-session for gebi
+    - [c6c2094] kill-pane instead of kill-window
+    - [3309823] join-pane
+
+  [ Frank Terbeck ]
+  * [76ee162] Only define vim() if vim is available
+  * [c67b327] Do not disable zstyle if compsys did not load
+  * [78d890c] Specify a command search path for sudo completion
+    [Closes: issue1207]
+  * [8564319] Workaround incompatibilities with the keyboard setup of
+    some  vendors
+
+ -- Michael Prokop <mika@grml.org>  Mon, 10 Sep 2012 09:09:16 +0200
+
+grml-etc-core (0.6.2) grml-testing; urgency=low
+
+  * [162b488] zshrc: drop trailing space in grep and ls _options.
+    Thanks to Frank Terbeck <ft@grml.org> for the bugfix
+  * [6472d2d] zshrc: provide Status as shortcut for
+    /etc/init.d/$service status
+
+ -- Michael Prokop <mika@grml.org>  Tue, 12 Jun 2012 00:36:48 +0200
+
+grml-etc-core (0.6.1) grml-testing; urgency=low
+
+  [ Frank Terbeck ]
+  * [638c191] Merge latest directory-profiles code
+  * [af590e7] dirprofiles: Move updated documentation from source code
+    comment to the setup's manual page
+
+  [ Michael Prokop ]
+  * [f2fcaea] Bump Standards-Version to 3.9.3.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 15 May 2012 20:24:01 +0200
+
+grml-etc-core (0.6.0) grml-testing; urgency=low
+
+  [ Frank Terbeck ]
+  * [b2a42cb] zshrc: Fix ls (and grep) option handling on non-linux
+    systems
+  * [e0920bf] zshrc: Enable --color=auto for grep in FreeBSD
+  * [d4e14fd] zshrc: Typo: grml_options -> grep_options
+  * [5f433e9] zshrc: Fix broken quoting
+  * [143008f] zshrc: Fix documentation tag for alias lsl
+  * [a8546c9] zshrc: Remove superfluous comments
+  * [828d43a] zshrc: Make mkcd() more robust
+
+  [ Michael Prokop ]
+  * [e5e6e3a] script-functions: fix getbootparam/checkbootparam
+  * [37f4af2] zshrc: drop http alias. Thanks to Axel Beckert
+    for reporting
+
+  [ Jerome Leclanche ]
+  * [49339f2] Re-implement zurl() under the goo.gl API
+
+  [ Bernhard Tittelbach ]
+  * [2ebcbd6] zshrc: fix inplaceMkDirs
+  * [a4cd061] zsh: purge: make purge take an optional dir argument so it
+    can be used e.g. with zargs --max-args 1 -- **/ -- purge
+
+ -- Michael Prokop <mika@grml.org>  Wed, 09 May 2012 12:29:22 +0200
+
+grml-etc-core (0.5.5) grml-testing; urgency=low
+
+  [ Bernhard Tittelbach ]
+  * [87c92b3] zsh: some handy examples for the skel/.zshrc
+  * [82921ea] zsh: purge: make default uppercase
+  * [2cf5d4e] zsh: help-zle bugfix
+  * [cd5a844] zsh: help-show-abk
+  * [6ae9d0d] zsh: keybindings: unify case of caseinsensitive
+    control chars
+  * [764b204] zsh: keybindings: unify case ++
+
+ -- Michael Prokop <mika@grml.org>  Sun, 29 Jan 2012 13:27:56 +0100
+
 grml-etc-core (0.5.4) grml-testing; urgency=low
 
   [ Frank Terbeck ]