summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-20 09:25:58 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-20 09:25:58 +0000
commit858d7295e728ca07573cac9bc3ad241a2b50dba7 (patch)
tree49fe20da5c3347b03e5165a624231c4c6182e602 /ChangeLog
parentbaadf35c639022d81ae906e4c9b14f6c4583ae40 (diff)
downloadtor-858d7295e728ca07573cac9bc3ad241a2b50dba7.tar.gz
tor-858d7295e728ca07573cac9bc3ad241a2b50dba7.zip
minor cleanups
svn:r9158
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 14 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 81f7b910bd..9d4b4d5e8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,12 +23,14 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
options files.
- Reject *:563 (NTTPS) in the default exit policy. We already reject
NNTP by default, so this seems like a sensible addition.
- - Authorities do not recommend exits as guards if this would shift excess
- load to the exit nodes.
+ - Authorities do not recommend exits as guards if this would shift
+ excess load to the exit nodes.
- Avoid some inadvertent info leaks by making clients reject hostnames
- with invalid characters. Add an option to disable this behavior,
- in case somebody is running a private network with hosts called @, !,
- and #.
+ with invalid characters. Add an option "AllowNonRFC953Hostnames"
+ to disable this behavior, in case somebody is running a private
+ network with hosts called @, !, and #.
+ - Add a new address-spec.txt document to describe our special-case
+ addresses: .exit, .onion, and .noconnnect.
o Security bugfixes:
- Stop sending the HttpProxyAuthenticator string to directory
@@ -50,27 +52,23 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
after that. (May fix bug 326.)
o Minor bugfixes:
- - Fix a bug when a PF socket is first used. (Patch from Fabian
- Keil.)
+ - Fix a bug when a PF socket is first used. (Patch from Fabian Keil.)
- Fix an assert failure when a directory authority sets
AuthDirRejectUnlisted and then receives a descriptor from an
unlisted router (reported by seeess).
- Fix a bug on the Windows implementation of tor_mmap_file that
- would prevent the cached-routers file from ever loading. (reported by
- John Kimble.)
+ would prevent the cached-routers file from ever loading (reported
+ by John Kimble).
- Fix a bug in 0.1.2.2-alpha that prevented clients from asking
to resolve an address at a given exit node even when they ask for
it by name.
- Routers no longer ever list themselves in their "family" line,
even if configured to do so. This makes it easier to configure
family lists efficiently.
- - Remove an artificial (but quite high) restriction on expected
- bandwidth, so that accounting won't break once we all have gigabit
- connections to our homes.
- - When running as a server, don't fall back to 127.0.0.1 when
- no nameservers are configured in /etc/resolv.conf; instead, make
- the user fix resolv.conf or specify nameservers explicitly. (Resolves
- Bug 363.)
+ - When running as a server, don't fall back to 127.0.0.1 when no
+ nameservers are configured in /etc/resolv.conf; instead, make the
+ user fix resolv.conf or specify nameservers explicitly. (Resolves
+ bug 363.)
o Controller features:
- Have GETINFO dir/status/* work on hosts with DirPort disabled.