summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-08-22 20:11:15 +0000
committerRoger Dingledine <arma@torproject.org>2005-08-22 20:11:15 +0000
commitd3880478881b2b54d94c7701839b24941d75e4f9 (patch)
tree5d0bc3f44300ba247c2ee4482955d9fad7849cf1 /ChangeLog
parent9064ea6c7165d9279b4b6b75473a27a3bf1762a4 (diff)
downloadtor-d3880478881b2b54d94c7701839b24941d75e4f9.tar.gz
tor-d3880478881b2b54d94c7701839b24941d75e4f9.zip
update changelog for 0.1.1.6-alpha
svn:r4812
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b024eae6b..429c7480d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Changes in version 0.1.1.6-alpha - 2005-08-22
o Fixes on 0.1.1.5-alpha:
- We broke fascistfirewall in 0.1.1.5-alpha. Oops.
- Fix segfault in unit tests in 0.1.1.5-alpha. Oops.
+ - Fix bug with tor_memmem finding a match at the end of the string.
+ - Make unit tests run without segfaulting.
- Resolve some solaris x86 compile warnings.
o New controller features/fixes:
@@ -22,6 +24,8 @@ Changes in version 0.1.1.6-alpha - 2005-08-22
worker cache tree whether or not we start out as a server.
- Start using new rendezvous descriptor code, allowing us to specify
introduction points by key and location rather than nickname.
+ - Only upload a new server descriptor when options change, 12-24
+ hours have passed, uptime is reset, or bandwidth changes a lot.
o Config option changes:
- Replace (Fascist)Firewall* config options with a new
@@ -46,6 +50,9 @@ Changes in version 0.1.1.6-alpha - 2005-08-22
are no longer allowed. This also fixes some potential security
problems with people providing hostnames as their address and then
preferentially resolving them to partition users.
+ - Change log line for unreachability to explicitly suggest /etc/hosts
+ as the culprit. Also make it clearer what IP address and ports we're
+ testing for reachability.
Changes in version 0.1.1.5-alpha - 2005-08-08