more changelog tweaks, mostly from sebastian

This commit is contained in:
Nick Mathewson 2011-05-05 13:57:32 -04:00
parent 5ed719fd6c
commit 5cabdc8f67
1 changed files with 17 additions and 17 deletions

View File

@ -14,10 +14,10 @@ Changes in version 0.2.3.1-alpha - 2011-05-05
- Tor can now optionally build with the "bufferevents" buffered IO
backend provided by Libevent 2. To use this feature, make sure you
have the latest possible version of Libevent, and pass the
--enable-bufferevents flag to configure when building Tor from source.
Using this feature will make our networking code more flexible, let us
stack layers on each other, and let us use more efficient zero-copy
transports where available.
--enable-bufferevents flag to configure when building Tor from
source. This feature will make our networking code more flexible,
let us stack layers on each other, and let us use more efficient
zero-copy transports where available.
- As an experimental feature, Tor can use IOCP for networking on Windows.
Once this code is tuned and optimized, it promises much better
performance than the select-based backend we've used in the past. To
@ -35,14 +35,14 @@ Changes in version 0.2.3.1-alpha - 2011-05-05
clients to perform a "fast-start" on streams and send data without
having to wait for a confirmation that the stream has opened. (Patch
from Ian Goldberg; implements the server side of Proposal 174.)
- Tor now has initial support for automatic port mapping on on the many
- Tor now has initial support for automatic port mapping on the many
home routers that support NAT-PMP or UPnP. (Not yet supported on
Windows). To build the support code, you'll need to have libnatpnp
library and/or the libminiupnpc library, and you'll need to enable the
feature specifically by passing "--enable-upnp" and/or
"--enable-natpnp" to configure. To turn it on, use the new
PortForwarding option.
- Caches now download, cache, and sever multiple "flavors" of the
- Caches now download, cache, and serve multiple "flavors" of the
consensus, including a flavor that describes microdescriptors.
- Caches now download, cache, and serve microdescriptors -- small
summaries of router descriptors that are authenticated by all of the
@ -74,7 +74,7 @@ Changes in version 0.2.3.1-alpha - 2011-05-05
enhancement 1883.
- Add a new 'Heartbeat' log message type to periodically log a message
describing Tor's status at level Notice. This feature is meant for
operators who log at notice, adn want to make sure that their Tor
operators who log at notice, and want to make sure that their Tor
server is still working. Implementation by George Kadianakis.
o Minor bugfixes (on 0.2.2.25-alpha):