update changelog for 0.1.1.6-alpha

svn:r4812
This commit is contained in:
Roger Dingledine 2005-08-22 20:11:15 +00:00
parent 9064ea6c71
commit d388047888
1 changed files with 7 additions and 0 deletions

View File

@ -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