changelog cleanups

svn:r8572
This commit is contained in:
Roger Dingledine 2006-10-01 22:11:04 +00:00
parent 57ffca883d
commit a23ba84702

View File

@ -1,18 +1,17 @@
Changes in version 0.1.2.2-alpha - 2006-10-?? Changes in version 0.1.2.2-alpha - 2006-10-??
o Major features: o Major features:
- Add server-side support for "reverse" DNS lookups (using PTR - Add server-side support for "reverse" DNS lookups (using PTR
records so clients can determine the canonical hostname for a records so clients can determine the canonical hostname for a given
given IPv4 address). This has been specified for a long time, IPv4 address). Only supported by servers using our eventdns async
but was previously never implemented. This is only supported by library; servers now announce in their descriptors whether they
eventdns; servers now announce in their descriptors whether they
support eventdns. support eventdns.
- Specify and implement client-side SOCKS5 interface for reverse DNS - Specify and implement client-side SOCKS5 interface for reverse DNS
lookups; see doc/socks-extensions.txt for full information. lookups; see doc/socks-extensions.txt for full information.
- Add a BEGIN_DIR relay cell type for an easier in-protocol way to - Add a BEGIN_DIR relay cell type for an easier in-protocol way to
connect to directory servers through Tor. Previously, clients could connect to directory servers through Tor. Previously, clients
only connect to director servers over Tor from exit nodes, but couldn't could only connect to directory servers over Tor from exit nodes,
get directory information anonymously from a non-exit cache without but couldn't get directory information anonymously from a non-exit
getting a directory server involved. cache without getting a separate exit node involved.
o Minor features: o Minor features:
- Check for name servers (like Earthlink's) that hijack failing DNS - Check for name servers (like Earthlink's) that hijack failing DNS
@ -71,8 +70,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-??
o Minor Bugfixes: o Minor Bugfixes:
- Two small performance improvements on parsing descriptors. - Two small performance improvements on parsing descriptors.
- Fix big bug affecting performance for both serving and reaching - We were building exactly the wrong circuits when we anticipated
hidden services. hidden service requirements, meaning Tor would have to build all
its circuits on demand.
- Major performance improvement on inserting descriptors: change - Major performance improvement on inserting descriptors: change
algorithm from O(n^2) to O(n). algorithm from O(n^2) to O(n).
- Make the common memory allocation path faster on machines where - Make the common memory allocation path faster on machines where
@ -103,7 +103,6 @@ Changes in version 0.1.2.2-alpha - 2006-10-??
- Documented (and renamed) ServerDNSSearchDomains and - Documented (and renamed) ServerDNSSearchDomains and
ServerDNSResolvConfFile options. ServerDNSResolvConfFile options.
o Packaging: o Packaging:
- Patches so Tor builds with MinGW on Windows. - Patches so Tor builds with MinGW on Windows.
- The Debian package now uses --verify-config when (re)starting, - The Debian package now uses --verify-config when (re)starting,