summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-08-31 22:08:34 +0000
committerRoger Dingledine <arma@torproject.org>2008-08-31 22:08:34 +0000
commit845a7017bc8842db594506db106af830a4d33158 (patch)
tree7131ea5d729521a5b6752ecdcee6c46076ef818f
parent33093c0f1a147be229653a3712225d9e9e024ef5 (diff)
downloadtor-845a7017bc8842db594506db106af830a4d33158.tar.gz
tor-845a7017bc8842db594506db106af830a4d33158.zip
clean up 0.2.1.5-alpha changelog
svn:r16704
-rw-r--r--ChangeLog38
1 files changed, 19 insertions, 19 deletions
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