Release new version 0.15.0
[grml-etc-core.git] / debian / changelog
index 6c2346f..f4fa100 100644 (file)
@@ -1,3 +1,59 @@
+grml-etc-core (0.15.0) grml-testing; urgency=medium
+
+  [ Moviuro ]
+  * [b78f11c] zshrc: Enable ls(1)'s natural sorting if available
+  * [2735a11] zshrc: Add comments about the ls_ and grep_options we set
+  * [c06666b] zshrc: add the islinux() test before testing for ls -v
+    switch
+  * [1fa194e] zshrc: test if ls is GNU ls instead of islinux()
+
+  [ Michael Prokop ]
+  * [2f64ae0] Fix a bunch of typos
+  * [dcba02c] zshrc: use `apt` instead of `apt-get` also for search + show
+  * [e7f2321] Bump debian/compat to 10
+  * [28b01b1] Build-Depend on debhelper (>= 10~)
+  * [4ccc5ba] Bump Standards-Version to 4.1.4
+
+  [ Frank Terbeck ]
+  * [c0a2a4d] Make a couple of history parameters adhere to presets
+  * [af65087] Partly revert c0a2a4d again
+
+ -- Michael Prokop <mika@grml.org>  Fri, 01 Jun 2018 16:12:41 +0200
+
+grml-etc-core (0.14.3) grml-testing; urgency=medium
+
+  [ Frank Terbeck ]
+  * [f98b046] Bind insert-datestamp to "ESC d" (Alt-d on many terminals)
+    instead of "Ctrl-e d"
+  * [65ac134] Move insert-datestamp to "C-x d" from "M-d"
+
+ -- Michael Prokop <mika@grml.org>  Thu, 07 Sep 2017 09:49:47 +0200
+
+grml-etc-core (0.14.2) grml-testing; urgency=medium
+
+  * [536ce6b] vimrc: disable mouse usage in all modes, being the default
+    in Vim >=8
+  * [46d7290] tmux: drop deprecated status-utf8 option. Thanks to Timo
+    Boettcher for forwarding the bug report
+  * [ad9e192] screenrc: drop keybindings G (google) + H (heise.de) Thanks
+    to Ralf Moll for reporting
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 May 2017 15:15:10 +0200
+
+grml-etc-core (0.14.1) grml-testing; urgency=medium
+
+  [ Frank Terbeck ]
+  * [5352f45] prompt_grml: Add documentation for strip-sensitive-
+    characters
+
+  [ Michael Prokop ]
+  * [b9bdbb1] zshrc: avoid "no matches found: abk[V]" on grml-small
+    systems
+  * [a81b118] zshrc: avoid "no matches found: abk[V]" on grml-small
+    systems, fixup. Thanks to Frank Terbeck <ft@grml.org>
+
+ -- Michael Prokop <mika@grml.org>  Fri, 05 May 2017 10:52:44 +0200
+
 grml-etc-core (0.14.0) grml-testing; urgency=medium
 
   [ Thilo Six ]