summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-05-03 18:32:15 +0000
committerRoger Dingledine <arma@torproject.org>2006-05-03 18:32:15 +0000
commitf1dad00bd34ffa6a070345aa6134bc69b14095da (patch)
tree3b10f9971110a62c7f327f46515fea9a78597733
parente24e5475fb259c560b32c4ad058616503bc42736 (diff)
downloadtor-f1dad00bd34ffa6a070345aa6134bc69b14095da.tar.gz
tor-f1dad00bd34ffa6a070345aa6134bc69b14095da.zip
forward-port the changelog
svn:r6433
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a61bc64038..c6eabc1f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Changes in version 0.1.1.19-rc - 2006-05-03
+ o Minor bugs:
+ - Regenerate our local descriptor if it's dirty and we try to use
+ it locally (e.g. if it changes during reachability detection).
+ - If we setconf our ORPort to 0, we continued to listen on the
+ old ORPort and receive connections.
+ - Avoid a second warning about machine/limits.h on Debian
+ GNU/kFreeBSD.
+ - Be willing to add our own routerinfo into the routerlist.
+ Now authorities will include themselves in their directories
+ and network-statuses.
+ - Stop trying to upload rendezvous descriptors to every
+ directory authority: only try the v1 authorities.
+ - Servers no longer complain when they think they're not
+ registered with the directory authorities. There were too many
+ false positives.
+ - Backport dist-rpm changes so rpms can be built without errors.
+
+ o Features:
+ - Implement an option, VirtualAddrMask, to set which addresses
+ get handed out in response to mapaddress requests. This works
+ around a bug in tsocks where 127.0.0.0/8 is never socksified.
+
+
Changes in version 0.1.1.18-rc - 2006-04-10
o Major fixes:
- Work harder to download live network-statuses from all the