mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
clean up 0.2.1.5-alpha changelog
svn:r16704
This commit is contained in:
@@ -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.
|
||||
- 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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user