diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4013 | 6 | ||||
-rw-r--r-- | changes/bug4725 | 4 | ||||
-rw-r--r-- | changes/bug4838 | 5 | ||||
-rw-r--r-- | changes/bug4950 | 6 | ||||
-rw-r--r-- | changes/bug4955 | 5 | ||||
-rw-r--r-- | changes/bug4973 | 3 | ||||
-rw-r--r-- | changes/bug5105 | 11 | ||||
-rw-r--r-- | changes/bug5231 | 5 | ||||
-rw-r--r-- | changes/maatuska-ip | 3 | ||||
-rw-r--r-- | changes/osx_deadstrip | 5 | ||||
-rw-r--r-- | changes/tinytest_update | 5 | ||||
-rw-r--r-- | changes/win32macro | 4 |
12 files changed, 38 insertions, 24 deletions
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/bug4725 b/changes/bug4725 new file mode 100644 index 0000000000..1c8abb5d27 --- /dev/null +++ b/changes/bug4725 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Fix a bug where server managed proxies were unreachable from the + Internet, because tor asked them to bind on localhost. Fixes bug + 4725; bugfix on 0.2.3.9-alpha. diff --git a/changes/bug4838 b/changes/bug4838 new file mode 100644 index 0000000000..8c92bdb33d --- /dev/null +++ b/changes/bug4838 @@ -0,0 +1,5 @@ + o Minor bufixes: + - Directory caches no longer refuse to clean out descriptors when + because of missing v2 networkstatus documents, unless they're + actually trying to retrieve v2 networkstatus documents. Bugfix + on 0.2.2.26-beta; fixes bug 4838. Patch by Daniel Bryg. 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/bug4955 b/changes/bug4955 new file mode 100644 index 0000000000..60896ae11a --- /dev/null +++ b/changes/bug4955 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix the build when built with nat-pmp support. Fixes bug 4955; + bugfix on 0.2.3.11-alpha. Reported by Anthony G. Basile + <blueness@gentoo.org>, thanks! + 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/bug5105 b/changes/bug5105 new file mode 100644 index 0000000000..6a923d9fdd --- /dev/null +++ b/changes/bug5105 @@ -0,0 +1,11 @@ + o Minor bugfixes: + + - Ensure that variables set in Tor's environment cannot override + environment variables which Tor tries to pass to a managed + pluggable-transport proxy. Previously, Tor would pass every + variable in its environment to managed proxies along with the + new ones, in such a way that on many operating systems, the + inherited environment variables would override those which Tor + tried to explicitly set. Bugfix on 0.2.3.12-alpha for most + Unixoid systems; bugfix on 0.2.3.9-alpha for Windows. + diff --git a/changes/bug5231 b/changes/bug5231 new file mode 100644 index 0000000000..f64f7b6413 --- /dev/null +++ b/changes/bug5231 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Ensure we don't cannibalize circuits that are longer than three hops + already, so we don't end up making circuits with 5 or more hops. Patch + contributed by wanoskarnet. Fixes bug 5231; bugfix on 0.1.0.1-rc which + introduced cannibalization. diff --git a/changes/maatuska-ip b/changes/maatuska-ip new file mode 100644 index 0000000000..a00b43f866 --- /dev/null +++ b/changes/maatuska-ip @@ -0,0 +1,3 @@ + o Directory authority changes: + - Change IP address for maatuska (v3 directory authority). + 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/tinytest_update b/changes/tinytest_update new file mode 100644 index 0000000000..7f76796a7f --- /dev/null +++ b/changes/tinytest_update @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Update to the latest version of the tinytest unit testing framework. + This includes a couple of bugfixes that can be relevant for running + forked unit tests on Windows, and a removal of all reserved + identifiers. 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'.) |