mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-13 01:31:18 +02:00
Missing ChangeLog entry for 4.2.0 changes
This commit is contained in:
parent
514a476afe
commit
f76b0701e6
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-03-19 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted: Config/version.mk, Etc/NEWS, Util/.distfiles:
|
||||||
|
zsh-4.2.0 released (note this entry didn't make it into the
|
||||||
|
released file).
|
||||||
|
|
||||||
2004-03-18 Peter Stephenson <pws@csr.com>
|
2004-03-18 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* unposted: make 19655 a bit safer.
|
* unposted: make 19655 a bit safer.
|
||||||
|
|
|
@ -27,5 +27,5 @@
|
||||||
# This must also serve as a shell script, so do not add spaces around the
|
# This must also serve as a shell script, so do not add spaces around the
|
||||||
# `=' signs.
|
# `=' signs.
|
||||||
|
|
||||||
VERSION=4.2.0-pre-4
|
VERSION=4.2.0
|
||||||
VERSION_DATE='March 12, 2004'
|
VERSION_DATE='March 19, 2004'
|
||||||
|
|
1
Etc/NEWS
1
Etc/NEWS
|
@ -22,6 +22,7 @@ Syntax and builtins:
|
||||||
function zsh-mime-setup uses existing mailcap and mime.types files
|
function zsh-mime-setup uses existing mailcap and mime.types files
|
||||||
to set up suitable aliases. Supplied function pick-web-browser is
|
to set up suitable aliases. Supplied function pick-web-browser is
|
||||||
suitable for finding a browser to show .html etc. files by suffix alias.
|
suitable for finding a browser to show .html etc. files by suffix alias.
|
||||||
|
- new option `no_case_glob' for case-insensitive globbing.
|
||||||
|
|
||||||
Add-on modules and functions:
|
Add-on modules and functions:
|
||||||
- zsh/datetime modules makes date formatting and seconds since EPOCH
|
- zsh/datetime modules makes date formatting and seconds since EPOCH
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
DISTFILES_SRC='
|
DISTFILES_SRC='
|
||||||
.distfiles
|
.distfiles
|
||||||
difflog.pl helpfiles mkdisttree.sh reporter
|
check_exports difflog.pl helpfiles mkdisttree.sh reporter
|
||||||
preconfig
|
preconfig
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in a new issue