X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=14f9cdd4ea6634c76b097cdd62ce24d0b05aebda;hb=0daf2ad0a6faf4be6817bdc73934bbccd9ae8a22;hp=5e2d51d09e3259878ba1bb6a0c2f343119d0319b;hpb=215e3f544c360d8bd1651b706fd6088bc1597d3f;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 5e2d51d..14f9cdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,57 @@ +grml-etc-core (0.3.16) unstable; urgency=low + + * /etc/zsh/zshrc: dchange() - restore old behaviour with + fallback to /usr/share/doc/$PACKAGE/changelog.gz before + trying to download the changelog via aptitude + + -- Michael Prokop Tue, 10 Jul 2007 16:19:54 +0200 + +grml-etc-core (0.3.15) unstable; urgency=low + + * /etc/zsh/zshrc: + - activate 'setopt pushd_ignore_dups' to avoid duplicates + in ~/.zdirs (thanks to wuehlmaus for bringing up + and for the appropriate configuration thanks to ft!) + - dchange() function: remove hardcoded option + + -- Michael Prokop Sat, 07 Jul 2007 10:52:03 +0200 + +grml-etc-core (0.3.14) unstable; urgency=low + + * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read. + + -- Michael Prokop Wed, 04 Jul 2007 12:41:29 +0200 + grml-etc-core (0.3.13) unstable; urgency=low - * /etc/zsh/zshrc: added function dnews (to view Debian's NEWS file of the - package). + * /etc/zsh/zshrc: + - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting + with bootoption dvorak might be not so amusing for people + not being used to dvorak keyboard layout :) + - added alias "$(uname -r)-reboot for fast rebooting via kexec + - dchange(): use aptitude to retrieve changelog if no changelog + can be found on the local system (thanks for the idea, nico!) - -- Michael Prokop Tue, 12 Jun 2007 14:00:55 +0200 + -- Michael Prokop Sun, 01 Jul 2007 23:05:58 +0200 grml-etc-core (0.3.12) unstable; urgency=low * Added some more examples to /etc/network/interfaces.examples. + * /etc/zsh/zshrc: + - move environment stuff from /etc/zsh/zshenv to + /etc/zsh/zshrc so we don't have all the environment variables + in 'zsh -f', thanks for the patch - ft! + - added function dnews (to view Debian's NEWS file of the package) + - fix some typos + - compctl definition shadowed _grmlinitd. Found by Anthony + Charles and forwared by ft. Thanks! + - added function minimal-shell (spawn a minimally set up ksh), + thanks ft! + - added keybinding ctrl-x1 to jump behind the first word on the + cmdline, thanks again ft! + - added keywords/strings for automatic building of grml' zsh + reference card [and once more thanks to ft! :)] + * /etc/skel/.vimrc: support ~/.vimrc.local -- Michael Prokop Sun, 10 Jun 2007 00:04:08 +0200