Release new version 0.12.1
[grml-etc-core.git] / debian / changelog
index 5b919d8..6827296 100644 (file)
@@ -1,3 +1,75 @@
+grml-etc-core (0.12.1) grml-testing; urgency=medium
+
+  [ Thilo Six ]
+  * [9cbfcb4] zshrc: sll() now detects symlink loops +
+    additionaly display details about final link target
+
+  [ Michael Prokop ]
+  * [a5468f8] zshrc: no longer explicitly set SHELL
+  * [5a529cf] doc: replace unused $SHELL with zsh
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2015 11:10:52 +0200
+
+grml-etc-core (0.12.0) grml-testing; urgency=medium
+
+  [ Thomas 'Moviuro' Berger ]
+  * [8945506] zshrc: we use getopts on salias()
+  * [cbe11aa] zshrc: bk(): better usage/help handling
+  * [9c33cea] minimal-shellrc: make sure that aliases refer to 'command ls'
+  * [386c0c4] zshrc: bk(): don't use while but for
+  * [8e8677d] zshrc: unify cat<< syntax
+  * [b9a7056] zshrc: `cat' is not needed in the `cat <<' syntax
+  * [dbd02d7] zshrc: add support for `fetch' in simple-extract()
+  * [46c2d10] zshrc: simplify cdt()
+  * [d6c9e08] README.md: curl(1) now follows redirects
+
+  [ Michael Vetter ]
+  * [2b66bf6] zshrc: Correct comment sentences
+
+  [ Michael Prokop ]
+  * [43d4533] zshrc: drop insecure options from curl/wget cmdlines in
+    simple-extract()
+
+  [ Thilo Six ]
+  * [fdb957e] zshrc: avoid cluttering environment [Closes: issue1350]
+
+  [ Christian Hesse ]
+  * [e3f3b08] zshrc: fix ssh remote host name completion with more
+    than one pattern
+
+  [ Dr. AndrĂ¡s Korn ]
+  * [6948820] zshenv: avoid placing empty components in PATH; reorder
+    root's PATH
+
+  [ Frank Terbeck ]
+  * [c4db6d7] zshrc: add static version of add-zsh-hook
+
+ -- Michael Prokop <mika@grml.org>  Sat, 06 Jun 2015 01:42:49 +0200
+
+grml-etc-core (0.11.2) grml-testing; urgency=medium
+
+  [ Frank Terbeck ]
+  * [77ce18f] zshrc: Fix broken variable assignment [Closes: issue1347]
+
+  [ Csillag Tamas ]
+  * [eb5f508] zshrc: add issolaris()
+
+  [ Moviuro ]
+  * [d338dea] zshrc: new bk() option '-ra' to removal all (even hidden)
+    backups
+  * [bd49c00] zshrc: don't overwrite {ls,grep}_options set in .zshrc.pre
+  * [2065da5] zshrc: simplify ls alias setup; remove -F from ls aliases
+
+  [ Michael Prokop ]
+  * [28618c1] zshrc: drop '-F' from ls alias 'l' also when running in dump
+    $TERM
+  * [4780a0e] zshrc/grmlzshrc.t2t: update docs related to '-F' removal
+    from ls aliases
+  * [aeb06b2] minimal-shellrc: sync ls related alias behaviour with main
+    zshrc
+
+ -- Michael Prokop <mika@grml.org>  Mon, 13 Apr 2015 09:27:37 +0200
+
 grml-etc-core (0.11.1) grml-testing; urgency=medium
 
   [ Frank Terbeck ]