summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-05-17 20:59:19 -0400
committerRoger Dingledine <arma@torproject.org>2011-05-17 20:59:19 -0400
commit5540434fc13193879a5654e98882761432585d6a (patch)
tree255c3773b73020a798e304c78b552c1625686020
parentd188563f72c44ae73b3a62176197dd5a59f7efd0 (diff)
downloadtor-5540434fc13193879a5654e98882761432585d6a.tar.gz
tor-5540434fc13193879a5654e98882761432585d6a.zip
fold in new changes files
-rw-r--r--ChangeLog16
-rw-r--r--changes/bug27525
-rw-r--r--changes/bug31984
-rw-r--r--changes/bug32074
-rw-r--r--changes/bug32134
5 files changed, 16 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f52364407..c9b498e6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Changes in version 0.2.2.27-beta - 2011-05-18
+ o Major bugfixes:
+ - Fix a crash bug when changing bridges in a running Tor process.
+ Fixes bug 3213; bugfix on 0.2.2.26-beta.
+ - When the controller configures a new bridge, don't wait 10 to 60
+ seconds before trying to fetch its descriptor. Bugfix on
+ 0.2.0.3-alpha; fixes bug 3198 (suggested by 2355).
+
+ o Minor bugfixes:
+ - Require that onion keys have exponent 65537 in microdescriptors too.
+ Fixes more of bug 3207; bugfix on 0.2.2.25-alpha.
+ - Tor used to limit HttpProxyAuthenticator values to 48 characters.
+ Changed the limit to 512 characters by removing base64 newlines.
+ Fixes bug 2752. Fix by Michael Yakubovich.
+
+
Changes in version 0.2.2.26-beta - 2011-05-17
Tor 0.2.2.26-beta fixes a variety of potential privacy problems. It
also introduces a new "socksport auto" approach that should make it
diff --git a/changes/bug2752 b/changes/bug2752
deleted file mode 100644
index b872d3374a..0000000000
--- a/changes/bug2752
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Tor used to limit HttpProxyAuthenticator values to 48 characters.
- Changed the limit to 512 characters by removing base64 newlines.
- Fixes bug 2752. Fix by Michael Yakubovich.
-
diff --git a/changes/bug3198 b/changes/bug3198
deleted file mode 100644
index 29c16852e1..0000000000
--- a/changes/bug3198
+++ /dev/null
@@ -1,4 +0,0 @@
- o Major bugfixes:
- - When we configure a new bridge via the controller, don't wait up
- to ten seconds before trying to fetch its descriptor. Bugfix on
- 0.2.0.3-alpha; fixes bug 3198 (suggested by 2355).
diff --git a/changes/bug3207 b/changes/bug3207
deleted file mode 100644
index 65a7dac1ab..0000000000
--- a/changes/bug3207
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Require that onion keys have exponent 65537 in microdescriptors too.
- Fixes part of bug 3207; bugfix on 0.2.2.25-alpha
-
diff --git a/changes/bug3213 b/changes/bug3213
deleted file mode 100644
index ab7de2d629..0000000000
--- a/changes/bug3213
+++ /dev/null
@@ -1,4 +0,0 @@
- o Major bugfixes:
- - Fix a crash bug when changing bridges in a running Tor process.
- Fixes bug 3213; bugfix on 0.2.2.26-beta.
-