]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changelog for microdescriptor branch.
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Oct 2009 04:39:20 +0000 (00:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Oct 2009 04:39:20 +0000 (00:39 -0400)
ChangeLog

index befb4368e4f37d9f54a50d14aac5195eadefd494..b4248379060aa9aba8b6cbe0d5c63a5fa2ee613f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,25 @@
 Changes in version 0.2.2.6-alpha - 2009-10-??
+  o Major features:
+    - Directory authorities can now create, vote, and serve on multiple
+      parallel formats of directory data as part of their voting process.
+      This is a partial implementation of Proposal 162: "Publish the
+      consensus in multiple flavors."
+    - Directory authorities can now agree on and publish small summaries of
+      router information that clients can use in place of regular server
+      descriptors.  This will eventually allow clients to use far less
+      bandwidth for downloading information about the network.  This begins
+      the implementation of of Proposal 158: "Clients download a consensus +
+      Microdescriptors".
+    - The directory voting system is now extensible to use multiple hash
+      algorithms for signatures and resource selection.  Newer formats are
+      signed with SHA256, with a possibility for moving to a better hash
+      algorithm in the future.
+
   o Code simplifications and refactorings:
     - Numerous changes, bugfixes, and workarounds from Nathan Freitas
       to help Tor build correctly for Android phones.
+    - Begun converting Tor's signature and message digest logic to handle
+      multiple hash algorithms.
 
   o Minor bugfixes:
     - Fix a crash bug when trying to initialize the evdns module in