X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=01062e8cde3cde41d5730fb435c0ac55e42760a1;hb=5b9867988b4e564d0bc55e719dd9e1c803887ce1;hp=82cbb437e9d46cf794b0d699c26d5576aa0fd092;hpb=40b30c8811e5c806020f40ecd1983f5ed72ed5ea;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 82cbb43..01062e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,310 @@ +grml-etc-core (0.16.1) grml-testing; urgency=medium + + [ Doan Tran Cong Danh ] + * [542aca0] tmux: use foo-style to set status styles + + [ Dmitri Vereshchagin ] + * [03ec73c] zshrc: Reset $REPLY parameter before calling prompt token + functions + + [ Alexander Dahl ] + * [a03c1ff] screenrc: Add 'xterm-256color' to terminals + + [ cantandwont ] + * [0c9e97b] zshrc: fix urxvt multi-line issue (Closes GH #74) + + -- Michael Prokop Tue, 22 Oct 2019 16:00:56 +0200 + +grml-etc-core (0.16.0) grml-testing; urgency=medium + + [ Sebastian Boehm ] + * [1d73467] Disable bracketed paste mode for dumb terminals + + [ Michael Prokop ] + * [7df9a4a] zshenv: switch default mount point from + /lib/live/mount/medium to /run/live/medium + * [60494a4] Bump Standards-Version to 4.3.0 + + -- Michael Prokop Thu, 21 Mar 2019 12:23:24 +0100 + +grml-etc-core (0.15.3) grml-testing; urgency=medium + + [ Frank Terbeck ] + * [5e0079d] zsh: In grml-small hint at drill instead of dig + + [ Michael Prokop ] + * [d5d683c] doc/grmlzshrc.t2t: replace `apt-get` with `apt` + + -- Michael Prokop Sat, 29 Dec 2018 15:43:07 +0100 + +grml-etc-core (0.15.2) grml-testing; urgency=medium + + * [31037e9] grml-lang zsh completion: add dvorak, es, fr, it + jp to + list of supported languages. Thanks to Christian Haase for the bug + report + + -- Michael Prokop Fri, 14 Dec 2018 12:18:27 +0100 + +grml-etc-core (0.15.1) grml-testing; urgency=medium + + [ Bernhard Tittelbach ] + * [8998637] zshrc: fix default keybinding help + + [ Darshaka Pathirana ] + * [a5f5b62] bk(): Remove the separators between the units of time + + [ Frank Terbeck ] + * [5f07a91] Add a style in order to amend compinit's command line + + [ Michael Prokop ] + * [371dddd] Bump Standards-Version to 4.2.1 + * [10ecab7] Switch Homepage + Vcs-Browser headers from http to https + + -- Michael Prokop Thu, 15 Nov 2018 09:57:51 +0100 + +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 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 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 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 + + -- Michael Prokop Fri, 05 May 2017 10:52:44 +0200 + +grml-etc-core (0.14.0) grml-testing; urgency=medium + + [ Thilo Six ] + * [cedfc98] make location of file .important_commands configurable + keeping backward compatibility + * [fbdbd82] fix usage of 'typeset -U' + * [57c97bc] use function keyword through out the code + * [bec2df1] add missing run-help-* + * [b71bff0] also unset NO_COLOR + * [6b946fe] small fix for sll() + * [76bfaf8] reduce unneeded filesystem seeks + * [1e990f9] only try to autoload, when there actually is s.th. to + + [ Frank Terbeck ] + * [c5383b1] Test the correct parameter for non-emptiness + * [38a1b61] Handle volatile characters in prompts with promptsubst set + + [ Michael Prokop ] + * [ecfca56] zshrc: use apt for agi/adg/ag/au aliases, fall back to apt- + get. Thanks to Karl Voit for the suggestion + * [2210c9b] zshrc: fix space<->tab indention issue for commit + ecfca564173 + + -- Michael Prokop Sat, 25 Mar 2017 17:52:14 +0100 + +grml-etc-core (0.13.2) grml-testing; urgency=medium + + * [b2556e7] zshrc: fall back to journalctl with llog + tlog aliases + if /var/log/syslog doesn't exist + * [875b6d6] zshrc: support systems without capacity file in + batterylinux() [Closes: issue1333] Thanks to Axel Beckert + for the patch + + -- Michael Prokop Fri, 27 Jan 2017 16:17:15 +0100 + +grml-etc-core (0.13.1) grml-testing; urgency=medium + + * [274a68f] lsb-functions: avoid usage of SYSTEMD variable + + -- Michael Prokop Fri, 13 Jan 2017 16:06:06 +0100 + +grml-etc-core (0.13.0) grml-testing; urgency=medium + + [ Daniel Hahler ] + * [9dbdd75] zshrc: dirstack: skip for ZSH_SUBSHELL + + [ Frank Terbeck ] + * [a1d579b] zshrc: clean up fallback prompt code + * [dbcbf31] doc/grmlzshrc: fix typo in grmlzshrc manual + + [ Bernhard Tittelbach ] + * [1278480] zshrc: purge: c dependency files + * [0219e4b] zshrc: purge: latexfiles + + [ Nicolas Braud-Santoni ] + * [6646b26] zshrc: do not alias 'mdstat' when /proc/mdstat doesn't exist + * [a8df509] zshrc: Make ambiguous aliases optional + * [1ce2c6d] doc/grmlzshrc: Document GRML_NO_{APT,SMALL}_ALIASES + + [ Michael Prokop ] + * [aaa1e7f] Support systemd-style output via lsb-functions + * [2ee956e] lsb-functions: include support for grml_colors handling + * [07492e0] Bump Standards-Version to 3.9.8 + * [3ca2a63] Bump debian/compat version to 9 + + -- Michael Prokop Fri, 13 Jan 2017 14:03:57 +0100 + +grml-etc-core (0.12.6) grml-testing; urgency=medium + + [ Frank Terbeck ] + * [df5ece4] zshrc: Make the default of 'filter-on-load' match docs + * [d005e0b] zshrc: Add a setting to avoid the persistent dirstack + feature to be activated + * [95d0e2f] grmlzshrc.5: Clarify where to set the enable style + + [ Thilo Six ] + * [ebd9d16] zshrc: check_com() fixed and zshified + + [ Michael Prokop ] + * [80e5721] Bump Standards-Version to 3.9.7 + + -- Michael Prokop Sat, 30 Apr 2016 23:39:33 +0200 + +grml-etc-core (0.12.5) grml-testing; urgency=medium + + [ Sebastian Boehm ] + * [50c5b14] tmux: remove obsolete mouse-select-pane option + + [ Michael Prokop ] + * [08c9c9c] Switch screenrc_* to UTF8 encoding + + [ Frank Terbeck ] + * [c1d264c] Sync to zsh-lookup upstream repository + + -- Michael Prokop Tue, 05 Jan 2016 22:44:31 +0100 + +grml-etc-core (0.12.4) grml-testing; urgency=medium + + [ Frank Terbeck ] + * [e1f02ea] zshrc: Update Lookup functions from upstream + * [7e40be9] zshrc: Remove "allulimit" function + * [76fb54b] zshrc: Leave all limits alone + * [64794a6] grmlzshrc.5: Remove documentation for allulimit + * [fd3a55f] zshrc: Add more robustness to completion caching setup + [Closes: issue1933] + * [ea0e7e8] zshrc: Remove unused parameter $ZSHDIR + + [ Bernhard Tittelbach ] + * [4e16818] tmux: background a window, reload config, improve binding + + [ Dmitri Vereshchagin ] + * [d0c99ea] zshrc: fix screen alias + * [21c8c5c] grmlzshrc.t2t: update docs on screen alias + + -- Michael Prokop Wed, 21 Oct 2015 23:22:38 +0200 + +grml-etc-core (0.12.3) grml-testing; urgency=medium + + [ Frank Terbeck ] + * [cdc48e8] zshrc, dirstack: Avoid chpwd() upon the very first cd calls + * [ead1a06] zshrc, dirstack: Remove useless test + + -- Michael Prokop Tue, 11 Aug 2015 12:28:16 +0200 + +grml-etc-core (0.12.2) grml-testing; urgency=medium + + [ Michael Prokop ] + * [33bc6db] zshrc: Start/Restart/Stop/... functions: use `service` + wrapper if available + * [016955c] zshrc: drop 'setopt nonomatch' configuration + + [ Frank Terbeck ] + * [ef0f249] Weed out non-existing directories when loading DIRSTACKFILE + * [cdbb53b] Marking an array for export serves no purpose + * [4ac3e89] Rewrite large parts of persistent dirstack handling + * [5297e36] Documentation for configuring persistent dirstack filters + + -- Michael Prokop Wed, 08 Jul 2015 10:31:42 +0200 + +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 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 Sat, 06 Jun 2015 01:42:49 +0200 + grml-etc-core (0.11.2) grml-testing; urgency=medium [ Frank Terbeck ]