diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-19 01:23:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-19 01:23:34 +0000 |
commit | 130e9cc2db7e3914e2fd9397f6074487afdaa140 (patch) | |
tree | 6dfea93627e58a213bd43c0f7986f1f30bf3bb5d /net-libs/libtorrent/ChangeLog | |
parent | Version bump, use external GeoIP version now without patch; add instead a pat... (diff) | |
download | historical-130e9cc2db7e3914e2fd9397f6074487afdaa140.tar.gz historical-130e9cc2db7e3914e2fd9397f6074487afdaa140.tar.bz2 historical-130e9cc2db7e3914e2fd9397f6074487afdaa140.zip |
Replace -O2 with -O3 on x86 systems running GCC 4.1. Closes bug #151221.
Package-Manager: portage-2.1.2_pre3-r3
Diffstat (limited to 'net-libs/libtorrent/ChangeLog')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 40a401f3eb80..10c241d748ae 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.70 2006/10/05 15:02:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.71 2006/10/19 01:23:34 flameeyes Exp $ + +*libtorrent-0.10.3-r1 (19 Oct 2006) + + 19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + +libtorrent-0.10.3-r1.ebuild: + Replace -O2 with -O3 on x86 systems running GCC 4.1. Closes bug #151221. *libtorrent-0.10.3 (05 Oct 2006) |