X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=33c90f71fb20f3db2e5f4f2a1fba863fe4294235;hb=c37569497bb5b632f8db23cbaa4a46c00e033976;hp=8f29c65ce0a5bd8b7d0aa8e3fe283960084e0b21;hpb=7bd82d6616bc3f1a707d40e9aaef02ad4b5b8b36;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 8f29c65..33c90f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,57 @@ +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: + - 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 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 + +grml-etc-core (0.3.11) unstable; urgency=low + + * /etc/zsh/zshrc: + - added function ipv6-tunnel (set up an ipv6 tunnel) + - added function iwclient (run dhclient for wireless device), + thanks Niels Giesen! + - improved usage info of mkmaildir() + - removed some "function" keywords + + -- Michael Prokop Sat, 09 Jun 2007 00:45:05 +0200 + grml-etc-core (0.3.10) unstable; urgency=low * /etc/zsh/zshrc: use \e instead of the escape-sequence. - Thanks ft! + Thanks for the patches, ft! [Closes: issue229, issue230] -- Michael Prokop Thu, 07 Jun 2007 14:51:38 +0200