[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] update changelog for 0.1.1.6-alpha
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
ChangeLog
Log Message:
update changelog for 0.1.1.6-alpha
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- ChangeLog 21 Aug 2005 09:51:47 -0000 1.108
+++ ChangeLog 22 Aug 2005 20:11:15 -0000 1.109
@@ -2,6 +2,8 @@
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 @@
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 @@
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