]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a proposal number in the changelog.
authorNick Mathewson <nickm@torproject.org>
Thu, 3 Nov 2011 13:37:12 +0000 (09:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Nov 2011 13:37:12 +0000 (09:37 -0400)
ChangeLog

index bedd216c4a057f9d5aab50ab16b0889c75b21d41..4c97e22fa48972ac631fc55316fefd162a617587 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,7 +36,7 @@ Changes in version 0.2.3.6-alpha - 2011-10-26
     - Implement a new handshake protocol (v3) for authenticating Tors to
       each other over TLS. It should be more resistant to fingerprinting
       than previous protocols, and should require less TLS hacking for
-      future Tor implementations. Implements proposal 185.
+      future Tor implementations. Implements proposal 176.
     - Allow variable-length padding cells to disguise the length of
       Tor's TLS records. Implements part of proposal 184.