diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-12 06:04:08 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-12 06:04:08 -0400 |
commit | 9d1ea45b583853ab8b1e60eb5a4dd3aac7803729 (patch) | |
tree | 6ab2d87436bceadc4fe7f8212c6e0ef9a26888f5 | |
parent | 6d6e87f6116f98e2e8e310bed08776718739d3ac (diff) | |
download | tor-9d1ea45b583853ab8b1e60eb5a4dd3aac7803729.tar.gz tor-9d1ea45b583853ab8b1e60eb5a4dd3aac7803729.zip |
fold in recent changelog entries
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | changes/bug2442 | 8 | ||||
-rw-r--r-- | changes/bug2442b | 8 | ||||
-rw-r--r-- | changes/geoip-september2011 | 3 | ||||
-rw-r--r-- | changes/typo-fix-ohkah8Ah | 9 |
5 files changed, 18 insertions, 31 deletions
@@ -20,6 +20,10 @@ Changes in version 0.2.2.33 - 2011-09-?? - Add a VoteOnHidServDirectoriesV2 configuration option to allow directory authorities to abstain from voting on assignment of the HSDir consensus flag. Related to bug 2649. + - Update to the September 6 2011 Maxmind GeoLite Country database. + - Change the default required uptime for a relay to be accepted as + a HSDir from 24 hours to 25 hours. Improves on 0.2.0.10-alpha; + resolves ticket 2649. o Minor bugfixes: - Correct the man page to explain that HashedControlPassword and @@ -27,9 +31,20 @@ Changes in version 0.2.2.33 - 2011-09-?? is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha, when we decided to allow these config options to both be set. Issue raised by bug 3898. - - Change the default required uptime for a relay to be accepted as - a HSDir from 24 hours to 25 hours. Bugfix on 0.2.0.10-alpha; - fixes bug 2649. + - Demote the 'replay detected' log message emitted when a hidden + service receives the same Diffie-Hellman public key in two different + INTRODUCE2 cells to info level. A normal Tor client can cause that + log message during its normal operation. Bugfix on 0.2.1.6-alpha; + fixes part of bug 2442. + - Demote the 'INTRODUCE2 cell is too {old,new}' log message to info + level. There is nothing that a hidden service's operator can do + to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; fixes part + of bug 2442. + - Clarify a log message specifying the characters permitted in + HiddenServiceAuthorizeClient client names. Previously, the log + message said that "[A-Za-z0-9+-_]" were permitted; that could have + given the impression that every ASCII character between "+" and "_" + was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on 0.2.1.5-alpha. o Build fixes: - Provide a substitute implementation of lround() for MSVC, which diff --git a/changes/bug2442 b/changes/bug2442 deleted file mode 100644 index cbcc22bb80..0000000000 --- a/changes/bug2442 +++ /dev/null @@ -1,8 +0,0 @@ - * Minor bugfixes: - - - Demote the 'replay detected' log message emitted when a hidden - service receives the same Diffie-Hellman public key in two - different INTRODUCE2 cells to info level. A normal Tor client - can cause that log message during its normal operation. Bugfix - on 0.2.1.6-alpha; fixes part of bug 2442. - diff --git a/changes/bug2442b b/changes/bug2442b deleted file mode 100644 index 02e1636e91..0000000000 --- a/changes/bug2442b +++ /dev/null @@ -1,8 +0,0 @@ - * Minor bugfixes: - - - Demote the 'INTRODUCE2 cell is too {old,new}' log message to - info level. There is nothing that a hidden service's operator - can do to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; - fixes part of bug 2442. - - diff --git a/changes/geoip-september2011 b/changes/geoip-september2011 deleted file mode 100644 index c41314b1f0..0000000000 --- a/changes/geoip-september2011 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Update to the September 6 2011 Maxmind GeoLite Country database. - diff --git a/changes/typo-fix-ohkah8Ah b/changes/typo-fix-ohkah8Ah deleted file mode 100644 index 9b4e5c08cc..0000000000 --- a/changes/typo-fix-ohkah8Ah +++ /dev/null @@ -1,9 +0,0 @@ - * Minor bugfixes: - - - Clarify a log message specifying the characters permitted in - HiddenServiceAuthorizeClient client names. Previously, the log - message said that "[A-Za-z0-9+-_]" were permitted; that could - have given the impression that every ASCII character between "+" - and "_" was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on - 0.2.1.5-alpha. - |