X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=7299b2d61a081f3c221f2cf60a381904e8459caf;hb=6193e553d31bf5aba61f8ef5ffd072ac3805ef7a;hp=cb3ea12c1234c32d216462ab250e2bd806eb5ebe;hpb=7cae82a41c8c1c11ccbdf530830a61c22f7a9fd4;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index cb3ea12..7299b2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,105 @@ +grml-etc-core (0.2.26) unstable; urgency=low + + * Move /etc/skel/.channels to package grml-etc. + * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems. + + -- Michael Prokop Thu, 1 Mar 2007 14:59:51 +0100 + +grml-etc-core (0.2.25) unstable; urgency=low + + * /etc/zsh/zshrc: user root should have umask 022 of course. + User has 002. Thanks for reporting, Tobias Walkowiak! + + -- Michael Prokop Mon, 26 Feb 2007 18:44:45 +0100 + +grml-etc-core (0.2.24) unstable; urgency=low + + * /etc/zsh/zshenv: source /etc/default/locale only if + $LANG is not set. If $LANG is not set at all fall + back to en_US.iso885915 as usual. This allows manual + overwriting of $LANG. + + -- Michael Prokop Sun, 25 Feb 2007 22:08:55 +0100 + +grml-etc-core (0.2.23) unstable; urgency=low + + * /etc/zsh/zshrc: + - export SHELL='/bin/zsh', otherwise aterm and rxvt use + /bin/sh or /bin/bash. :-/ + - add a space character in some abbreviation expansions + so it's better readable. + - added insert-unicode-char + - drop the check for + /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and + /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic + because the check does not work for example with the zsh-beta + package. If you notice problems with the current code please + let me know. + * /etc/skel/.zshrc: + - added function ytdl (download video from youtube) + - work around non utf8 capable software in utf environment + using aliases for mrxvt, aterm and centericq + * /etc/zsh/*: improved documentation about startup of zsh + + -- Michael Prokop Sat, 24 Feb 2007 17:30:11 +0100 + +grml-etc-core (0.2.22) unstable; urgency=low + + * Adding directory /etc/skel/.channels with the following files: + - Files for use with scan of dvb-utils: + * at-austria -> austria in general + * at-graz -> working file for Graz + * at-klagenfurt -> working file for Klagenfurt + - Already configured files for use with mplayer/xine/...: + * channels.conf-AT-graz -> use DVB in Graz + * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt + + -- Michael Prokop Sat, 24 Feb 2007 12:02:16 +0100 + +grml-etc-core (0.2.21) unstable; urgency=low + + * /etc/zsh/zshrc: check for upper letters in isutfenv as well + + -- Michael Prokop Sat, 17 Feb 2007 12:15:15 +0100 + +grml-etc-core (0.2.20) unstable; urgency=low + + * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added + /etc/skel/.vim/ftplugin/c.vim. + + -- Michael Prokop Sat, 10 Feb 2007 11:33:13 +0100 + +grml-etc-core (0.2.19) unstable; urgency=low + + * /etc/vim/vimrc: make sure we use 'syntax on' only when we + have vim with +syntax + * debian/preinst: another fix to improve keeping of original + configuration files + + -- Michael Prokop Fri, 9 Feb 2007 15:24:14 +0100 + +grml-etc-core (0.2.18) unstable; urgency=low + + * /etc/zsh/completion.d/grml-wallpaper: allow proper setting + of parameters for local directories [Closses: issue116] + + -- Michael Prokop Tue, 6 Feb 2007 20:17:02 +0100 + +grml-etc-core (0.2.17) unstable; urgency=low + + * zsh config files: fix handling of check for binaries, thanks + for reporting to Erich Minderlein, thanks for investigation + and patch to ft! (Closes: issue80) + + -- Michael Prokop Fri, 19 Jan 2007 19:27:43 +0100 + +grml-etc-core (0.2.16) unstable; urgency=low + + * /etc/zsh/zshrc: + - add completion for qma (thanks, wuehlmaus) + + -- Michael Prokop Thu, 18 Jan 2007 13:08:54 +0100 + grml-etc-core (0.2.15) unstable; urgency=low * /etc/zsh/zshrc: @@ -7,10 +109,14 @@ grml-etc-core (0.2.15) unstable; urgency=low - improved host completion (thanks for some code, Kai Wilke!) - added apache2-ssl-certificate() as Debian does not ship the script anymore *grml* + - support zsh profiling via $ZSH_PROFILE_RC and profile() - added alias 0 which does nothing else than 'return 0' (I like a clean prompt without error return codes inside but don't want to miss the feature itself, so just press 0 and that's it :)) + - added alias debs-by-size + - added function deswap (useful after suspending), function hex + (print hex value of a number) and function peval (perl-eval) -- Michael Prokop Fri, 5 Jan 2007 00:00:54 +0100