Browse Source

manually forward-port 2871dd8bef

Roger Dingledine 14 years ago
parent
commit
870c55b6fd
1 changed files with 10 additions and 9 deletions
  1. 10 9
      ChangeLog

+ 10 - 9
ChangeLog

@@ -856,7 +856,7 @@ Changes in version 0.2.2.24-alpha - 2011-04-08
     - Directory authorities now log the source of a rejected POSTed v3
     - Directory authorities now log the source of a rejected POSTed v3
       networkstatus vote.
       networkstatus vote.
     - Make compilation with clang possible when using
     - Make compilation with clang possible when using
-      --enable-gcc-warnings by removing two warning optionss that clang
+      --enable-gcc-warnings by removing two warning options that clang
       hasn't implemented yet and by fixing a few warnings. Implements
       hasn't implemented yet and by fixing a few warnings. Implements
       ticket 2696.
       ticket 2696.
     - When expiring circuits, use microsecond timers rather than
     - When expiring circuits, use microsecond timers rather than
@@ -1966,9 +1966,10 @@ Changes in version 0.2.2.14-alpha - 2010-07-12
 
 
   o Minor features:
   o Minor features:
     - New config option "WarnUnsafeSocks 0" disables the warning that
     - New config option "WarnUnsafeSocks 0" disables the warning that
-      occurs whenever Tor receives only an IP address instead of a
-      hostname. Setups that do DNS locally over Tor are fine, and we
-      shouldn't spam the logs in that case.
+      occurs whenever Tor receives a socks handshake using a version of
+      the socks protocol that can only provide an IP address (rather
+      than a hostname). Setups that do DNS locally over Tor are fine,
+      and we shouldn't spam the logs in that case.
     - Convert the HACKING file to asciidoc, and add a few new sections
     - Convert the HACKING file to asciidoc, and add a few new sections
       to it, explaining how we use Git, how we make changelogs, and
       to it, explaining how we use Git, how we make changelogs, and
       what should go in a patch.
       what should go in a patch.
@@ -2902,8 +2903,8 @@ Changes in version 0.2.2.1-alpha - 2009-08-26
       oldest-bug prize.
       oldest-bug prize.
 
 
   o New options for gathering stats safely:
   o New options for gathering stats safely:
-    - Directories that set "DirReqStatistics 1" write statistics on
-      directory request to disk every 24 hours. As compared to the
+    - Directory mirrors that set "DirReqStatistics 1" write statistics
+      about directory requests to disk every 24 hours. As compared to the
       --enable-geoip-stats flag in 0.2.1.x, there are a few improvements:
       --enable-geoip-stats flag in 0.2.1.x, there are a few improvements:
       1) stats are written to disk exactly every 24 hours; 2) estimated
       1) stats are written to disk exactly every 24 hours; 2) estimated
       shares of v2 and v3 requests are determined as mean values, not at
       shares of v2 and v3 requests are determined as mean values, not at
@@ -2941,9 +2942,9 @@ Changes in version 0.2.2.1-alpha - 2009-08-26
       the git commit (when we're building from a git checkout).
       the git commit (when we're building from a git checkout).
 
 
   o Minor bugfixes:
   o Minor bugfixes:
-    - If any the v3 certs we download are unparseable, we should actually
-      notice the failure so we don't retry indefinitely. Bugfix on
-      0.2.0.x; reported by "rotator".
+    - If any of the v3 certs we download are unparseable, we should
+      actually notice the failure so we don't retry indefinitely. Bugfix
+      on 0.2.0.x; reported by "rotator".
     - If the cached cert file is unparseable, warn but don't exit.
     - If the cached cert file is unparseable, warn but don't exit.
     - Fix possible segmentation fault on directory authorities. Bugfix on
     - Fix possible segmentation fault on directory authorities. Bugfix on
       0.2.1.14-rc.
       0.2.1.14-rc.