diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-01 09:46:01 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-01 09:46:01 +0000 |
commit | c5b5c1c5f1e24d2395629a1bd0dcd0dc616490f1 (patch) | |
tree | a6e12722a6d20fc64ff924b8a7fdaea0dd9ac73e /app-shells/fish/ChangeLog | |
parent | Make libXaw optional in case NeXt and Xaw3d are not requested. Thanks to TGL ... (diff) | |
download | gentoo-2-c5b5c1c5f1e24d2395629a1bd0dcd0dc616490f1.tar.gz gentoo-2-c5b5c1c5f1e24d2395629a1bd0dcd0dc616490f1.tar.bz2 gentoo-2-c5b5c1c5f1e24d2395629a1bd0dcd0dc616490f1.zip |
Bump. Adds command completion for svn and darcs and 'a subsystem for dynamically loading shell script functions
at startup, which should make developing and deploying shell scripts
easier while reducing startup time and memory usage.'
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'app-shells/fish/ChangeLog')
-rw-r--r-- | app-shells/fish/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 34dd317e4c9d..8128ea094e58 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,14 @@ # 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.13 2006/02/16 09:18:18 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.14 2006/03/01 09:46:01 spyderous Exp $ + +*fish-1.21.1 (01 Mar 2006) + + 01 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.21.1.ebuild: + Bump. Adds command completion for svn and darcs and 'a subsystem for + dynamically loading shell script functions at startup, which should make + developing and deploying shell scripts easier while reducing startup time + and memory usage.' *fish-1.20.2 (16 Feb 2006) |