diff options
author | 2005-01-27 10:33:03 +0000 | |
---|---|---|
committer | 2005-01-27 10:33:03 +0000 | |
commit | e42d87cd810c1e4716b46973ce46b84c005ccc33 (patch) | |
tree | 6a2ba22c23e2b63446d7e7c9ed62f8691d684096 /net-analyzer/flow-tools/ChangeLog | |
parent | Stable on x86. Shaped up DEPEND a bit. (diff) | |
download | gentoo-2-e42d87cd810c1e4716b46973ce46b84c005ccc33.tar.gz gentoo-2-e42d87cd810c1e4716b46973ce46b84c005ccc33.tar.bz2 gentoo-2-e42d87cd810c1e4716b46973ce46b84c005ccc33.zip |
Added a sleu of patches: gcc-3.4 fixes, fixes of 99% of the *many* compiler warnings, and configure.in fixes so that --with-XXX and --without-XXX work properly - bug 79652. Also updated nodebug and memleak patches so that they can be applied from ${S}.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/flow-tools/ChangeLog')
-rw-r--r-- | net-analyzer/flow-tools/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/net-analyzer/flow-tools/ChangeLog b/net-analyzer/flow-tools/ChangeLog index 929585dd7d97..355bc66b8c20 100644 --- a/net-analyzer/flow-tools/ChangeLog +++ b/net-analyzer/flow-tools/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-analyzer/flow-tools # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.7 2005/01/26 19:51:06 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.8 2005/01/27 10:33:03 ka0ttic Exp $ + + 27 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> + +files/flow-tools-0.67-fix-a-zillion-warnings.diff, + +files/flow-tools-0.67-fix-configure.diff, + +files/flow-tools-0.67-gcc34.diff, files/flow-tools-0.67-memleak.patch, + files/flow-tools-0.67-nodebug.patch, flow-tools-0.67.ebuild: + Added a sleu of patches: gcc-3.4 fixes, fixes of 99% of the *many* compiler + warnings, and configure.in fixes so that --with-XXX and --without-XXX work + properly - bug 79652. Also updated nodebug and memleak patches so that they + can be applied from ${S}. *flow-tools-0.67 (26 Jan 2005) |