diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-13 19:56:59 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-13 19:56:59 -0400 |
commit | c133d71bddde8d7a00b08478344d8af0ef740677 (patch) | |
tree | 08b3ae4fa03cf2b7923e319e274dd8b637130518 /changes | |
parent | befaa435bd9ba60a10e1d796ad66f405a5889086 (diff) | |
download | tor-c133d71bddde8d7a00b08478344d8af0ef740677.tar.gz tor-c133d71bddde8d7a00b08478344d8af0ef740677.zip |
a blurb for 0.2.3.4-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2442 | 8 | ||||
-rw-r--r-- | changes/bug2442b | 8 | ||||
-rw-r--r-- | changes/bug3936 | 5 | ||||
-rw-r--r-- | changes/bug4014 | 3 | ||||
-rw-r--r-- | changes/geoip-september2011 | 3 | ||||
-rw-r--r-- | changes/typo-fix-ohkah8Ah | 9 |
6 files changed, 0 insertions, 36 deletions
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/bug3936 b/changes/bug3936 deleted file mode 100644 index 55b13c0092..0000000000 --- a/changes/bug3936 +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes: - - Fix a bug where the SocksPort option (for example) would get - ignored and replaced by the default if a SocksListenAddress option - was set. Bugfix on 0.2.3.3-alpha; fixes bug 3936. Fix by Fabian Keil. - diff --git a/changes/bug4014 b/changes/bug4014 deleted file mode 100644 index 9c20c6c337..0000000000 --- a/changes/bug4014 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Adjust the expiration time on our SSL session certificates to - better match SSL certs seen in the wild. Resolves ticket 4014. 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. - |