From: Roger Dingledine Date: Sun, 31 Aug 2008 22:08:34 +0000 (+0000) Subject: clean up 0.2.1.5-alpha changelog X-Git-Tag: tor-0.2.1.5-alpha~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845a7017bc8842db594506db106af830a4d33158;p=thirdparty%2Ftor.git clean up 0.2.1.5-alpha changelog svn:r16704 --- diff --git a/ChangeLog b/ChangeLog index 8cd713bf2c..92b4d2672d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.2.1.5-alpha - 2008-09-?? +Changes in version 0.2.1.5-alpha - 2008-08-31 o Major features [IPv6 support]: - Convert many internal address representations to optionally hold IPv6 addresses. @@ -11,8 +11,8 @@ Changes in version 0.2.1.5-alpha - 2008-09-?? o Major bugfixes (on 0.2.0.x and before): - When sending CREATED cells back for a given circuit, use a 64-bit connection ID to find the right connection, rather than an addr:port - combination. Now that we can have multiple OR connections between the - same ORs, it is no longer possible to use addr:port to uniquely + combination. Now that we can have multiple OR connections between + the same ORs, it is no longer possible to use addr:port to uniquely identify a connection. - Relays now reject risky extend cells: if the extend cell includes a digest of all zeroes, or asks to extend back to the relay that @@ -24,27 +24,27 @@ Changes in version 0.2.1.5-alpha - 2008-09-?? pointed out by rovv. o Minor bugfixes: - - Recover 3-7 bytes that were wasted per memory chunk. Fixes bug - 794; bug spotted by rovv. Bugfix on 0.2.0.1-alpha. + - Recover 3-7 bytes that were wasted per memory chunk. Fixes bug + 794; bug spotted by rovv. Bugfix on 0.2.0.1-alpha. - When using the TransPort option on OpenBSD, and using the User - option to change UID and drop privileges, make sure to open - /dev/pf before dropping privileges. Fixes bug 782. Patch from - Christopher Davis. Bugfix on 0.1.2.1-alpha. + option to change UID and drop privileges, make sure to open /dev/pf + before dropping privileges. Fixes bug 782. Patch from Christopher + Davis. Bugfix on 0.1.2.1-alpha. - Correctly detect the presence of the linux/netfilter_ipv4.h header - when building against recent kernels. Bugfix on 0.1.2.1-alpha. + when building against recent kernels. Bugfix on 0.1.2.1-alpha. - Add a missing safe_str() call for a debug log message. - Use 64 bits instead of 32 bits for connection identifiers used with the controller protocol, to greatly reduce risk of identifier reuse. - - Make the autoconf script accept the obsolete --with-ssl-dir option as - an alias for the actually-working --with-openssl-dir option. Fix the - help documentation to recommend --with-openssl-dir. Based on a patch - by "Dave". Bugfix on 0.2.0.1-alpha. - - o Minor features - - Rate-limit too-many-sockets messages: when they happen, they - happen a lot. Resolves bug 748. - - Resist DNS poisoning a little better by making sure that names - in answer sections match. + - Make the autoconf script accept the obsolete --with-ssl-dir + option as an alias for the actually-working --with-openssl-dir + option. Fix the help documentation to recommend --with-openssl-dir. + Based on a patch by "Dave". Bugfix on 0.2.0.1-alpha. + + o Minor features: + - Rate-limit too-many-sockets messages: when they happen, they happen + a lot. Resolves bug 748. + - Resist DNS poisoning a little better by making sure that names in + answer sections match. Changes in version 0.2.1.4-alpha - 2008-08-04