try to fix preinst failure on Debian stable systems
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.2.26) unstable; urgency=low
2
3   * Move /etc/skel/.channels to package grml-etc.
4   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
5
6  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
7
8 grml-etc-core (0.2.25) unstable; urgency=low
9
10   * /etc/zsh/zshrc: user root should have umask 022 of course.
11     User has 002. Thanks for reporting, Tobias Walkowiak!
12
13  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
14
15 grml-etc-core (0.2.24) unstable; urgency=low
16
17   * /etc/zsh/zshenv: source /etc/default/locale only if
18     $LANG is not set. If $LANG is not set at all fall
19     back to en_US.iso885915 as usual. This allows manual
20     overwriting of $LANG.
21
22  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
23
24 grml-etc-core (0.2.23) unstable; urgency=low
25
26   * /etc/zsh/zshrc:
27     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
28       /bin/sh or /bin/bash. :-/
29     - add a space character in some abbreviation expansions
30       so it's better readable.
31     - added insert-unicode-char
32     - drop the check for
33       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
34       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
35       because the check does not work for example with the zsh-beta
36       package. If you notice problems with the current code please
37       let me know.
38   * /etc/skel/.zshrc:
39     - added function ytdl (download video from youtube)
40     - work around non utf8 capable software in utf environment
41       using aliases for mrxvt, aterm and centericq
42   * /etc/zsh/*: improved documentation about startup of zsh
43
44  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
45
46 grml-etc-core (0.2.22) unstable; urgency=low
47
48   * Adding directory /etc/skel/.channels with the following files:
49     - Files for use with scan of dvb-utils:
50       * at-austria    -> austria in general
51       * at-graz       -> working file for Graz
52       * at-klagenfurt -> working file for Klagenfurt
53     - Already configured files for use with mplayer/xine/...:
54       * channels.conf-AT-graz       -> use DVB in Graz
55       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
56
57  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
58
59 grml-etc-core (0.2.21) unstable; urgency=low
60
61   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
62
63  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
64
65 grml-etc-core (0.2.20) unstable; urgency=low
66
67   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
68     /etc/skel/.vim/ftplugin/c.vim.
69
70  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
71
72 grml-etc-core (0.2.19) unstable; urgency=low
73
74   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
75     have vim with +syntax
76   * debian/preinst: another fix to improve keeping of original
77     configuration files
78
79  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
80
81 grml-etc-core (0.2.18) unstable; urgency=low
82
83   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
84     of parameters for local directories [Closses: issue116]
85
86  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
87
88 grml-etc-core (0.2.17) unstable; urgency=low
89
90   * zsh config files: fix handling of check for binaries, thanks
91     for reporting to Erich Minderlein, thanks for investigation
92     and patch to ft! (Closes: issue80)
93
94  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
95
96 grml-etc-core (0.2.16) unstable; urgency=low
97
98   * /etc/zsh/zshrc:
99     - add completion for qma (thanks, wuehlmaus)
100
101  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
102
103 grml-etc-core (0.2.15) unstable; urgency=low
104
105   * /etc/zsh/zshrc:
106     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
107     - added some useful config stuff (deactivated by default as it
108       needs personal tuning) contributed by Kai Wilke [thanks!]
109     - improved host completion (thanks for some code, Kai Wilke!)
110     - added apache2-ssl-certificate() as Debian does not ship
111       the script anymore *grml*
112     - support zsh profiling via $ZSH_PROFILE_RC and profile()
113     - added alias 0 which does nothing else than 'return 0' (I like
114       a clean prompt without error return codes inside but don't
115       want to miss the feature itself, so just press 0<cr> and that's
116       it :))
117     - added alias debs-by-size
118     - added function deswap (useful after suspending), function hex
119       (print hex value of a number) and function peval (perl-eval)
120
121  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
122
123 grml-etc-core (0.2.14) unstable; urgency=low
124
125   * Use builtin for chpwd's dirs command instead of the alias
126     and function workaround, thanks - schula!
127
128  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
129
130 grml-etc-core (0.2.13) unstable; urgency=low
131
132   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
133     an alias or function
134
135  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
136
137 grml-etc-core (0.2.12) unstable; urgency=low
138
139   * /etc/zsh/zshrc: add support for global dirstack handling
140     (Closes: issue47)
141
142  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
143
144 grml-etc-core (0.2.11) unstable; urgency=low
145
146   * Do not depend on vim or nvi only but allow use of virtual package
147     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
148
149  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
150
151 grml-etc-core (0.2.10) unstable; urgency=low
152
153   * Remove /etc/skel/.zshrc from dpkg-diversion.
154
155  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
156
157 grml-etc-core (0.2.9) unstable; urgency=low
158
159   * /etc/zsh/zshrc: update NOPRECMD handling
160
161  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
162
163 grml-etc-core (0.2.8) unstable; urgency=low
164
165   * /etc/zsh/zshrc: drop completion for lintian and linda as
166     zsh ships that already.
167
168  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
169
170 grml-etc-core (0.2.7) unstable; urgency=low
171
172   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
173     therefore and use qma for manzsh too. (This fixes part 2/2 of
174     issue19)
175
176  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
177
178 grml-etc-core (0.2.6) unstable; urgency=low
179
180   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
181     (Closes: issue36)
182
183  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
184
185 grml-etc-core (0.2.5) unstable; urgency=low
186
187   * /etc/zsh/zshrc:
188     - our new default umask is now 002.
189     - function isutfenv to check whether we are running inside
190       an utf environment
191     - add option utf8 to alias truec according to result of isutfenv
192
193  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
194
195 grml-etc-core (0.2.4) unstable; urgency=low
196
197   * /etc/zsh/zshrc: add alias 'any' for grepping through process
198     list, thanks for the basic idea - Karl Voit!
199
200  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
201
202 grml-etc-core (0.2.3) unstable; urgency=low
203
204   * Let's ship /etc/apt/preferences.grml as reference file.
205
206  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
207
208 grml-etc-core (0.2.2) unstable; urgency=low
209
210   Another "Frank 'ft' Terbeck is my zsh hero" release.
211
212   * Use new grml-repository by default now (thanks for the great
213     work, formorer!).
214   * /etc/zsh/zshrc:
215     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
216       main zsh config file so we can use it as root as well (thanks for hint,
217       wuehlmaus)
218     - move function H-Glob to this file as well and make it available
219       as help-zshglob as well, thanks for the translation to english - ft!
220     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
221     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
222   * /etc/skel/.zshrc:
223     - rework function dirspace() [support $1]
224     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
225
226  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
227
228 grml-etc-core (0.2.1) unstable; urgency=low
229
230   * New version number for new release.
231
232  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
233
234 grml-etc-core (0.1-38) unstable; urgency=low
235
236   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
237     to Erich Minderlein and Ulrich Dangel!
238
239  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
240
241 grml-etc-core (0.1-37) unstable; urgency=low
242
243   The 'preparation to a zsh workshop improves code quality' release. :)
244
245   * /etc/zsh/zshrc:
246     - run "limit core 0" only in live-cd mode
247     - support Force-Reload for /etc/init.d/*-action as well
248     - move upgrade-function from /etc/skel/.zshrc to this file
249   * /etc/skel/.zshrc: some cosmetic cleanups
250   * grml-zsh-refcard has been updated (big thanks to Frank
251     Terbeck again!) (Closes: issue9)
252
253  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
254
255 grml-etc-core (0.1-36) unstable; urgency=low
256
257   * /etc/skel/.zshrc:
258     + alias hbp='hg-buildpackage'
259     + renamed tla related aliases:
260         ldiff   => tdi
261         mirror  => tmi
262         commit  => tco
263         merge   => tme
264     + fix function lcheck
265   * /etc/zsh/zshrc:
266     + grml-rebuildfstab: use -config option of new rebuildfstab
267     + alias acp='apt-cache policy'
268
269  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
270
271 grml-etc-core (0.1-35) unstable; urgency=low
272
273   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
274     for the great work, formorer!), not yet activated by default.
275
276  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
277
278 grml-etc-core (0.1-34) grml-testing; urgency=low
279
280   * Build package for new repository layout using 'grml-testing'
281     as "Distribution".
282
283  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
284
285 grml-etc-core (0.1-33) unstable; urgency=low
286
287   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
288     to avoid problems with different zsh versions. 
289   * Small fix in debian/preinst to prevent overwriting from original
290     files when diverting several times (again: please report any
291     problems you notice).
292   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
293     debian.vim, just to make sure we have nocompatible also on
294     older vim versions.
295
296  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
297
298 grml-etc-core (0.1-32) unstable; urgency=low
299
300   * zsh-setup: applied patch from Frank Terbeck for improved
301     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
302
303  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
304
305 grml-etc-core (0.1-31) unstable; urgency=low
306
307   * /etc/skel/.zshrc:
308     - added alias hidiff (highlight important stuff in diff
309       output), active if histring is available
310     - added some isgrmlsmall checks, thanks Frank Terbeck!
311     - added power completion, thanks wuehlmaus!
312       See http://zshwiki.org/home/examples/zleiab for details.
313       Notice: this deactivates the global aliases by default now,
314       just use the global aliases as well but press ',.' afterwards
315       to expand the abbreviation!
316
317  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
318
319 grml-etc-core (0.1-30) unstable; urgency=low
320
321   * Ship /etc/grml/script-functions with this package so other packages
322     like grml-debootstrap don't have to depend on package grml-scripts.
323   * Bumb Standard Version to 3.7.2 (no further changes).
324
325  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
326
327 grml-etc-core (0.1-29) unstable; urgency=low
328
329   * /etc/zsh/zshrc:
330     - added isgrmlsmall() and set $EDITOR according to grml flavour,
331       thanks - Frank Terbeck!
332     - deactivate smiley on right side of prompt by default, uncomment
333       the line if you want to use it
334   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
335     but do not activate it by default
336   * /etc/skel/.hgrc: adjust username for "generic user"
337
338  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
339
340 grml-etc-core (0.1-28) unstable; urgency=low
341
342   * /etc/skel/.zshrc: always set 'setopt local_options' if
343     using 'setopt errreturn'.
344
345  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
346
347 grml-etc-core (0.1-27) unstable; urgency=low
348
349   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
350     otherwise running 'script' might hang. Thanks, wuehlmaus!
351
352  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
353
354 grml-etc-core (0.1-26) unstable; urgency=low
355
356   The "Frank Terbeck is my zsh hero" release.
357
358   * Update /etc/zsh/site-functions/_hg to latest version from
359     http://hg.intevation.org/mercurial/crew
360   * Added /etc/zsh/site-functions/_grmlinitd for better completion
361     of "Start Restart Stop Reload" with initscripts, thanks - Frank
362     Terbeck!
363   * /etc/zsh/zshrc:
364     - use is-at-least for is4[2]-functions if possible
365     - bugfix for $2 in initscripts "Start Restart Stop Reload"
366       function (thanks, Frank Terbeck!)
367     - use zsh's color capabilities if the module is present
368       (thanks, Frank Terbeck!)
369     - don't export $SHELL anymore
370   * /etc/zsh/zshenv:
371     - set /bin instead of /bin/ in $PATH
372     - some minor code style improvements
373   * /etc/skel/.zshrc: 
374     - updated alias fbmplayer (thanks, wuehlmaus!)
375     - added function gex (google exact search, thanks wuehlmaus!)
376     - added gethgsnap and gethgclone for retrieving mercurial
377     - use $SUDO in the whole file instead of $RUNASROOT
378     - use 'setopt errreturn' in some functions
379
380  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
381
382 grml-etc-core (0.1-25) unstable; urgency=low
383
384   * /etc/skel/.zshrc: add functions for mercurial
385   * Added /etc/skel/.hgrc - configuration file for mercurial.
386   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
387     two directories recursively), taken from
388     http://www.vim.org/scripts/script.php?script_id=102
389
390  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
391
392 grml-etc-core (0.1-24) unstable; urgency=low
393
394   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
395     thanks for the patch - Frank Terbeck!
396
397  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
398
399 grml-etc-core (0.1-23) unstable; urgency=low
400
401   * Fix typo in /etc/zsh/zshrc.
402
403  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
404
405 grml-etc-core (0.1-22) unstable; urgency=low
406
407   * /etc/zsh/zshrc: update functions dchange and uchange - check
408     whether changelogs exist before trying to display them.
409
410  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
411
412 grml-etc-core (0.1-21) unstable; urgency=low
413
414   * /etc/zsh/zshrc: added some more checks so the config works
415     on AIX (powerpc-ibm-aix5.2.0.0) as well.
416
417  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
418
419 grml-etc-core (0.1-20) unstable; urgency=low
420
421   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
422     and set according $FPATH in /etc/zsh/zshrc.
423
424  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
425
426 grml-etc-core (0.1-19) unstable; urgency=low
427
428   * /etc/grml/screenrc: activated
429     termcapinfo xterm|xterms|xs|rxvt ti@:te@
430     for "more usual" buffer handling in xterm & CO.
431
432  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
433
434 grml-etc-core (0.1-18) unstable; urgency=low
435
436   * /etc/skel/.zshrc: update function getskype (new upstream release
437     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
438
439  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
440
441 grml-etc-core (0.1-17) unstable; urgency=low
442
443   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
444     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
445     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
446
447  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
448
449 grml-etc-core (0.1-16) unstable; urgency=low
450
451   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
452   * Move debian/postinst to debian/preinst, some minor fixes in
453     preinst and postrm.
454
455  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
456
457 grml-etc-core (0.1-15) unstable; urgency=low
458
459   * Set debian related functions + aliases only if /etc/debian_version
460     is present. Check for uid and set $SUDO according so normal
461     user can use functions + aliases as well.
462
463  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
464
465 grml-etc-core (0.1-14) unstable; urgency=low
466
467   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
468     to put job into foreground (thanks, wuehlmaus).
469
470  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
471
472 grml-etc-core (0.1-13) unstable; urgency=low
473
474   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
475
476  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
477
478 grml-etc-core (0.1-12) unstable; urgency=low
479
480   * Cleanup and update of /etc/apt/sources.list.grml.
481   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
482     package) and uchange (view upstream's changelog of specified package).
483
484  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
485
486 grml-etc-core (0.1-11) unstable; urgency=low
487
488   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
489     in environment files.
490
491  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
492
493 grml-etc-core (0.1-10) unstable; urgency=low
494
495   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
496     Worf for idea!
497   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
498
499  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
500
501 grml-etc-core (0.1-9) unstable; urgency=low
502
503   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
504     is present.
505   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
506     delete a word until its last '/'
507
508  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
509
510 grml-etc-core (0.1-8) unstable; urgency=low
511
512   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
513     as well.
514
515  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
516
517 grml-etc-core (0.1-7) unstable; urgency=low
518
519   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
520     Restore).
521
522  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
523
524 grml-etc-core (0.1-6) unstable; urgency=low
525
526   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
527
528  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
529
530 grml-etc-core (0.1-5) unstable; urgency=low
531
532   * /etc/zsh/zshrc:
533     - press "ctrl-e d" to insert the actual date in the form
534       yyyy-mm-dd (found in schulas zsh config :))
535     - complete manual pages by their section (hello schula,
536       again ;-))
537
538  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
539
540 grml-etc-core (0.1-4) unstable; urgency=low
541
542   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
543     status on right side of prompt.
544
545  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
546
547 grml-etc-core (0.1-3) unstable; urgency=low
548
549   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
550     for suggestion, Mark!
551   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
552     Mark!
553   * Added /etc/grml/script-functions meant for usage inside shell
554     scripts.
555
556  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
557
558 grml-etc-core (0.1-2) unstable; urgency=low
559
560   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
561
562  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
563
564 grml-etc-core (0.1) unstable; urgency=low
565
566   * Initial Release.
567
568  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
569