diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-16 21:43:13 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-16 21:43:13 +0000 |
commit | 8a365a88952df7305a6fce1f32862048c268be21 (patch) | |
tree | 0da2673581dcb27e7b21c9841fd34a7512a3f2f0 /app-shells/fish/ChangeLog | |
parent | Initial commit. (diff) | |
download | gentoo-2-8a365a88952df7305a6fce1f32862048c268be21.tar.gz gentoo-2-8a365a88952df7305a6fce1f32862048c268be21.tar.bz2 gentoo-2-8a365a88952df7305a6fce1f32862048c268be21.zip |
This release contains fixes for two important bugs that caused large
issues with running on OS X, NetBSD, and possibly other operating
systems. It has i18n support, including the first translation
(Swedish), a better short-circut syntax, command-specific completions
for several new commands, including gpg, and a large number of minor
tweaks and bugfixes. Info taken from Freshmeat release.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-shells/fish/ChangeLog')
-rw-r--r-- | app-shells/fish/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 474615ae92eb..f67fc8961f6a 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-shells/fish # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.10 2006/01/03 05:54:05 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.11 2006/01/16 21:43:13 spyderous Exp $ + +*fish-1.20.0 (16 Jan 2006) + + 16 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.20.0.ebuild: + This release contains fixes for two important bugs that caused large + issues with running on OS X, NetBSD, and possibly other operating + systems. It has i18n support, including the first translation + (Swedish), a better short-circut syntax, command-specific completions + for several new commands, including gpg, and a large number of minor + tweaks and bugfixes. Info taken from Freshmeat release. *fish-1.19.0 (03 Jan 2006) |