diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4201 | 5 | ||||
-rw-r--r-- | changes/bug4212 | 13 | ||||
-rw-r--r-- | changes/bug4251 | 8 | ||||
-rw-r--r-- | changes/bug4259 | 4 | ||||
-rw-r--r-- | changes/bug4309 | 5 | ||||
-rw-r--r-- | changes/dirreq-stats-default | 5 | ||||
-rw-r--r-- | changes/geoip-october2011 | 3 |
7 files changed, 43 insertions, 0 deletions
diff --git a/changes/bug4201 b/changes/bug4201 new file mode 100644 index 0000000000..6f7d715af2 --- /dev/null +++ b/changes/bug4201 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Bridges now skip DNS self-tests, to act a little more stealthily. + Fixes bug 4201; bugfix on 0.2.0.3-alpha, which first introduced + bridges. Patch by "warms0x". + diff --git a/changes/bug4212 b/changes/bug4212 new file mode 100644 index 0000000000..6222a59978 --- /dev/null +++ b/changes/bug4212 @@ -0,0 +1,13 @@ + o Major bugfixes: + + - Don't launch a useless circuit after failing to use one of a + hidden service's introduction points. Previously, we would + launch a new introduction circuit, but not set the hidden + service which that circuit was intended to connect to, so it + would never actually be used. A different piece of code would + then create a new introduction circuit correctly, so this bug + was harmless until it caused an assertion in the client-side + part of the #3825 fix to fail. Bug reported by katmagic and + found by Sebastian Hahn. Bugfix on 0.2.1.13-alpha; fixes bug + 4212. + diff --git a/changes/bug4251 b/changes/bug4251 new file mode 100644 index 0000000000..303c9e6364 --- /dev/null +++ b/changes/bug4251 @@ -0,0 +1,8 @@ + o Minor bugfixes: + + - When a hidden service turns an extra service-side introduction + circuit into a general-purpose circuit, free the rend_data and + intro_key fields first, so they won't be leaked if the circuit + is cannibalized for use as another service-side introduction + circuit. Bugfix on 0.2.1.7-alpha; fixes bug 4251. + diff --git a/changes/bug4259 b/changes/bug4259 new file mode 100644 index 0000000000..bfccd3aee8 --- /dev/null +++ b/changes/bug4259 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Fix a crash bug when changing node restrictions while a DNS lookup + is in-progress. Fixes bug 4259; bugfix on 0.2.2.25-alpha. Bugfix + by "Tey'". diff --git a/changes/bug4309 b/changes/bug4309 new file mode 100644 index 0000000000..f4f910e7ff --- /dev/null +++ b/changes/bug4309 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Remove a confusing dollar sign from the example fingerprint in the + man page, and also make example fingerprint a valid one. Fixes bug + 4309; bugfix on 0.2.1.3-alpha. + diff --git a/changes/dirreq-stats-default b/changes/dirreq-stats-default new file mode 100644 index 0000000000..df7ac11425 --- /dev/null +++ b/changes/dirreq-stats-default @@ -0,0 +1,5 @@ + o Minor features: + - Turn on directory request statistics by default and include them in + extra-info descriptors. Don't break if we have no GeoIP database. + Backported from 0.2.3.1-alpha; implements ticket 3951. + diff --git a/changes/geoip-october2011 b/changes/geoip-october2011 new file mode 100644 index 0000000000..d5b6910edb --- /dev/null +++ b/changes/geoip-october2011 @@ -0,0 +1,3 @@ + o Minor features: + - Update to the October 4 2011 Maxmind GeoLite Country database. + |