diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-08-08 12:09:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-08-08 12:09:56 +0000 |
commit | eb9176c3b06e9e9a361ed1d16e9a2e42dd73bbb3 (patch) | |
tree | a6804a707cb95f1442e977573db8cc3eee7e51fd /net-libs/libesmtp/ChangeLog | |
parent | version bump and closing #23511 (diff) | |
download | gentoo-2-eb9176c3b06e9e9a361ed1d16e9a2e42dd73bbb3.tar.gz gentoo-2-eb9176c3b06e9e9a361ed1d16e9a2e42dd73bbb3.tar.bz2 gentoo-2-eb9176c3b06e9e9a361ed1d16e9a2e42dd73bbb3.zip |
test fix for gcc 3.3 compile
Diffstat (limited to 'net-libs/libesmtp/ChangeLog')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 810049cff296..72e614bb2abd 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.9 2003/05/25 11:30:15 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.10 2003/08/08 12:09:36 aliz Exp $ + + 08 Aug 2003; Daniel Ahlberg <aliz@gentoo.org> libesmtp-1.0-r1.ebuild : + Possible fix for compiling on gcc 3.3. *libesmtp-1.0-r1 (25 May 2003) |