summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-07-25 09:11:03 +0000
committerRoger Dingledine <arma@torproject.org>2005-07-25 09:11:03 +0000
commitad70f9679377bd1fb683b9b5cb06805b5d4c8dd0 (patch)
tree0cfd1e244c416ad3b7e53002dde760b5436c6417
parentc79b7f58a67c493c2fb304d636836b8b8000bf38 (diff)
downloadtor-ad70f9679377bd1fb683b9b5cb06805b5d4c8dd0.tar.gz
tor-ad70f9679377bd1fb683b9b5cb06805b5d4c8dd0.zip
changelog for 0.1.1.3-alpha
svn:r4671
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4637292eeb..d6ae277e22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+Changes in version 0.1.1.3-alpha - 2005-07-25
+ o Bugfixes on 0.1.1.2-alpha:
+ - Fix a bug in handling the controller's "post descriptor"
+ function.
+ - Fix several bugs in handling the controller's "extend circuit"
+ function.
+ - Fix a bug in handling the controller's "stream status" event.
+ - Fix an assert failure if we have a controller listening for
+ circuit events and we go offline.
+ - Re-allow hidden service descriptors to publish 0 intro points.
+ - Fix a crash when generating your hidden service descriptor if
+ you don't have enough intro points already.
+
+ o New features on 0.1.1.2-alpha:
+ - New controller function "getinfo accounting", to ask how
+ many bytes we've used in this time period.
+ - Experimental support for helper nodes: a lot of the risk from
+ a small static adversary comes because users pick new random
+ nodes every time they rebuild a circuit. Now users will try to
+ stick to the same small set of entry nodes if they can. Not
+ enabled by default yet.
+
+ o Bugfixes on 0.1.0.12:
+ - If you're an auth dir server, always publish your dirport,
+ even if you haven't yet found yourself to be reachable.
+ - Fix a size_t underflow in smartlist_join_strings2() that made
+ it do bad things when you hand it an empty smartlist.
+
+
Changes in version 0.1.1.2-alpha - 2005-07-14
o New directory servers:
- tor26 has changed IP address.