diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/18146 | 5 | ||||
-rw-r--r-- | changes/bug20823 | 5 | ||||
-rw-r--r-- | changes/bug20862 | 6 | ||||
-rw-r--r-- | changes/bug20987 | 3 | ||||
-rw-r--r-- | changes/bug21122 | 4 | ||||
-rw-r--r-- | changes/bug21123 | 5 | ||||
-rw-r--r-- | changes/geoip-january2017 | 4 | ||||
-rw-r--r-- | changes/ticket21037 | 4 | ||||
-rw-r--r-- | changes/ticket21096 | 3 |
9 files changed, 39 insertions, 0 deletions
diff --git a/changes/18146 b/changes/18146 new file mode 100644 index 0000000000..35565da18d --- /dev/null +++ b/changes/18146 @@ -0,0 +1,5 @@ + o Minor bugfix (control protocol): + - The reply to a "GETINFO config/names" request via the control protocol + now spells the type "Dependent" correctly. This is a breaking change in + the control protocol. (It seems to be ignored by the most common known + clients.) Fixes bug 18146; bugfix on 0.1.1.4-alpha. diff --git a/changes/bug20823 b/changes/bug20823 new file mode 100644 index 0000000000..07c52febb8 --- /dev/null +++ b/changes/bug20823 @@ -0,0 +1,5 @@ + o Minor bugfixes (controller): + - Make the GETINFO interface for inquiring about entry guards + support the new guards backend. Fixes bug 20823; bugfix on + 0.3.0.1-alpha. + diff --git a/changes/bug20862 b/changes/bug20862 new file mode 100644 index 0000000000..fba98c8ead --- /dev/null +++ b/changes/bug20862 @@ -0,0 +1,6 @@ + o Minor bugfixes (unit tests): + - Allow the unit tests to pass even when DNS lookups of bogus + addresses do not fail as expected. Fixes bug 20862 and 20863; + bugfix on unit tests introduced in 0.2.8.1-alpha through + 0.2.9.4-alpha. + diff --git a/changes/bug20987 b/changes/bug20987 new file mode 100644 index 0000000000..9922d739dd --- /dev/null +++ b/changes/bug20987 @@ -0,0 +1,3 @@ + o Minor bugfixes (memory leaks): + - Fix a memory leak when configuring hidden services. Fixes bug 20987; + bugfix on 0.3.0.1-alpha. diff --git a/changes/bug21122 b/changes/bug21122 new file mode 100644 index 0000000000..72d09b230f --- /dev/null +++ b/changes/bug21122 @@ -0,0 +1,4 @@ + o Minor bugfixes (documentation): + - Update the tor manual page to document every option that can not be + changed while tor is running. Fixes bug 21122; bugfix on multiple tor + versions. diff --git a/changes/bug21123 b/changes/bug21123 new file mode 100644 index 0000000000..cb165808a2 --- /dev/null +++ b/changes/bug21123 @@ -0,0 +1,5 @@ + o Minor bugfixes (dead code): + - Remove a rendundant check for PidFile changes at runtime in + options_transition_allowed(): this check is already performed regardless + of whether the sandbox is active. Fixes bug 21123; bugfix on commit + 2ae47d3 in 0.2.5.4-alpha. diff --git a/changes/geoip-january2017 b/changes/geoip-january2017 new file mode 100644 index 0000000000..de1a4cbe2a --- /dev/null +++ b/changes/geoip-january2017 @@ -0,0 +1,4 @@ + o Minor features: + - Update geoip and geoip6 to the January 4 2017 Maxmind GeoLite2 + Country database. + diff --git a/changes/ticket21037 b/changes/ticket21037 new file mode 100644 index 0000000000..8507b88cde --- /dev/null +++ b/changes/ticket21037 @@ -0,0 +1,4 @@ + o Minor features (logging): + - In several places, describe unset ed25519 keys as "<unset>", rather + than "AAAAAAAA...AAA". Closes ticket 21037. + diff --git a/changes/ticket21096 b/changes/ticket21096 new file mode 100644 index 0000000000..4265a3d5fa --- /dev/null +++ b/changes/ticket21096 @@ -0,0 +1,3 @@ + o Minor features (linting): + - Enhance the changes file linter to warn on Tor versions that are + prefixed with 'tor-'. Closes ticket 21096. |