diff options
author | 2005-05-29 22:26:24 +0000 | |
---|---|---|
committer | 2005-05-29 22:26:24 +0000 | |
commit | 3f6678245f9f9bcb31c6b68fe93d7fcb144eec40 (patch) | |
tree | 9c90712cb656f6843605515cccac53433a9b10d7 /net-libs/libtorrent/ChangeLog | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-3f6678245f9f9bcb31c6b68fe93d7fcb144eec40.tar.gz gentoo-2-3f6678245f9f9bcb31c6b68fe93d7fcb144eec40.tar.bz2 gentoo-2-3f6678245f9f9bcb31c6b68fe93d7fcb144eec40.zip |
Added patch to fix warnings (errors) about integer/pointer mismatch.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-libs/libtorrent/ChangeLog')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index c910f25274d5..eff86b3e4a96 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.8 2005/05/25 11:57:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.9 2005/05/29 22:26:24 flameeyes Exp $ + + 29 May 2005; Diego Pettenò <flameeyes@gentoo.org> + +files/libtorrent-0.6.2-warns.patch, libtorrent-0.6.2.ebuild: + Added patch to fix warnings (errors) about integer/pointer mismatch. 25 May 2005; Diego Pettenò <flameeyes@gentoo.org> +files/libtorrent-0.6.2-fbsd.patch, libtorrent-0.6.2.ebuild: |