summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-02-11 22:14:59 -0500
committerRoger Dingledine <arma@torproject.org>2012-02-11 22:14:59 -0500
commitdb23aec6f22a5ee930be3410893c2ce318d004e6 (patch)
tree6810968e5a1ff1981a151adae398d4660d2a8fbb
parent64523609c91d9207191bf8c59ef684a239dd4f31 (diff)
downloadtor-db23aec6f22a5ee930be3410893c2ce318d004e6.tar.gz
tor-db23aec6f22a5ee930be3410893c2ce318d004e6.zip
fold in changes for 0.2.3.12-alpha
-rw-r--r--ChangeLog42
-rw-r--r--changes/bug40136
-rw-r--r--changes/bug46525
-rw-r--r--changes/bug49425
-rw-r--r--changes/bug49506
-rw-r--r--changes/bug49733
-rw-r--r--changes/bug50053
-rw-r--r--changes/bug50664
-rw-r--r--changes/bug50675
-rw-r--r--changes/geoip-february20123
-rw-r--r--changes/osx_deadstrip5
-rw-r--r--changes/win32macro4
12 files changed, 42 insertions, 49 deletions
diff --git a/ChangeLog b/ChangeLog
index 90404fb844..755ab0d901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+Changes in version 0.2.3.12-alpha - 2012-02-??
+ o Major bugfixes:
+ - Set the SO_REUSEADDR socket option before we call bind() on outgoing
+ connections. This change should allow busy exit relays to stop
+ running out of available sockets as quickly. Fixes bug 4950;
+ bugfix on 0.2.2.26-beta.
+ - Allow 0.2.3.x clients to use 0.2.2.x bridges. Previously the client
+ would ask the bridge for microdescriptors, which are only supported
+ in 0.2.3.x and later, and then fail to bootstrap when it didn't
+ get the answers it wanted. Fixes bug 4013; bugfix on 0.2.3.2-alpha.
+
+ o Minor features:
+ - Use the dead_strip option when building Tor on OS X. This reduces
+ binary size by almost 19% when linking openssl and libevent
+ statically, which we do for TBB.
+ - Fix broken URLs in the sample torrc file, and tell readers about
+ the OutboundBindAddress, ExitPolicyRejectPrivate, and
+ PublishServerDescriptor options. Addresses bug 4652.
+ - Update to the February 7 2012 Maxmind GeoLite Country database.
+
+ o Minor bugfixes:
+ - Downgrade the "We're missing a certificate" message from notice
+ to info: people kept mistaking it for a real problem, whereas it
+ is seldom the problem even when we are failing to bootstrap. Fixes
+ bug 5067; bugfix on 0.2.0.10-alpha.
+ - Actually log the heartbeat message every HeartbeatPeriod seconds,
+ not every HeartbeatPeriod + 1 seconds. Fixes bug 4942; bugfix on
+ 0.2.3.1-alpha. Bug reported by Scott Bennett.
+ - Calculate absolute paths correctly on Windows. Fixes bug 4973;
+ bugfix on 0.2.3.11-alpha.
+ - Update "ClientOnly" man page entry to explain that there isn't
+ really any point to messing with it. Resolves ticket 5005.
+ - Use the correct CVE number for CVE-2011-4576 in our comments and
+ log messages. Found by "fermenthor". Resolves bug 5066; fix on
+ 0.2.3.11-alpha.
+
+ o Code simplifications and refactoring:
+ - Use the _WIN32 macro throughout our code to detect Windows.
+ (Previously we had used the obsolete 'WIN32' and the idiosyncratic
+ 'MS_WINDOWS'.)
+
+
Changes in version 0.2.3.11-alpha - 2012-01-22
Tor 0.2.3.11-alpha marks feature-freeze for the 0.2.3 tree. It deploys
the last step of the plan to limit maximum circuit length, includes
diff --git a/changes/bug4013 b/changes/bug4013
deleted file mode 100644
index 4a41968bc6..0000000000
--- a/changes/bug4013
+++ /dev/null
@@ -1,6 +0,0 @@
- o Major bugfixes:
- - Allow 0.2.3.x clients to use 0.2.2.x bridges. Previously the client
- would ask the bridge for microdescriptors, which are only supported
- in 0.2.3.x and later, and then fail to bootstrap when it didn't
- get the answers it wanted. Fixes bug 4013; bugfix on 0.2.3.2-alpha.
-
diff --git a/changes/bug4652 b/changes/bug4652
deleted file mode 100644
index 3df9f660e7..0000000000
--- a/changes/bug4652
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Fix broken URLs in the sample torrc file, and tell readers about
- the OutboundBindAddress, ExitPolicyRejectPrivate, and
- PublishServerDescriptor options. Addresses bug 4652.
-
diff --git a/changes/bug4942 b/changes/bug4942
deleted file mode 100644
index 012d1051e2..0000000000
--- a/changes/bug4942
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Actually log the heartbeat message every HeartbeatPeriod seconds, not
- every HeartbeatPeriod + 1 seconds. Fixes bug 4942; bugfix on
- 0.2.3.1-alpha.. Bug reported by Scott Bennett.
-
diff --git a/changes/bug4950 b/changes/bug4950
deleted file mode 100644
index d91ec46beb..0000000000
--- a/changes/bug4950
+++ /dev/null
@@ -1,6 +0,0 @@
- o Major bugfixes:
- - Set the SO_REUSEADDR socket option before we call bind() on outgoing
- connections. This change should allow busy exit relays to stop
- running out of available sockets as quickly. Fixes bug 4950;
- bugfix on 0.2.2.26-beta.
-
diff --git a/changes/bug4973 b/changes/bug4973
deleted file mode 100644
index dd3ad690b7..0000000000
--- a/changes/bug4973
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Calculate absolute paths correctly on Windows. Fixes bug 4973;
- bugfix on 0.2.3.11-alpha.
diff --git a/changes/bug5005 b/changes/bug5005
deleted file mode 100644
index 04d8dfe6a5..0000000000
--- a/changes/bug5005
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Update "ClientOnly" man page entry to explain that there isn't
- really any point to messing with it. Resolves ticket 5005.
diff --git a/changes/bug5066 b/changes/bug5066
deleted file mode 100644
index ab339c8fd5..0000000000
--- a/changes/bug5066
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Use the correct CVE number for CVE-2011-4576 in our comments and
- log messages. Found by "fermenthor". Resolves bug 5066; fix on
- 0.2.3.11-alpha.
diff --git a/changes/bug5067 b/changes/bug5067
deleted file mode 100644
index d94b921ce9..0000000000
--- a/changes/bug5067
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (usability):
- - Downgrade the "We're missing a certificate" message from notice
- to info: people kept mistaking it for a real problem, whereas it
- is only a problem when we are failing to bootstrap. Fixes bug
- 5067; bugfix on 0.2.10-alpha.
diff --git a/changes/geoip-february2012 b/changes/geoip-february2012
deleted file mode 100644
index 0711654021..0000000000
--- a/changes/geoip-february2012
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Update to the February 7 2012 Maxmind GeoLite Country database.
-
diff --git a/changes/osx_deadstrip b/changes/osx_deadstrip
deleted file mode 100644
index f16eca4685..0000000000
--- a/changes/osx_deadstrip
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Use the dead_strip option when building Tor on OS X. This reduces binary
- size by almost 19% when linking openssl and libevent statically, which
- we do for TBB.
-
diff --git a/changes/win32macro b/changes/win32macro
deleted file mode 100644
index 402bb99b3a..0000000000
--- a/changes/win32macro
+++ /dev/null
@@ -1,4 +0,0 @@
- o Code simplifications and refactoring:
- - Use the _WIN32 macro throughout our code to detect Windows.
- (Previously we had used the obsolete 'WIN32' and the
- idiosyncratic 'MS_WINDOWS'.)