summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug183575
-rw-r--r--changes/bug191674
-rw-r--r--changes/bug192234
-rw-r--r--changes/bug199044
-rw-r--r--changes/bug202614
-rw-r--r--changes/geoip-october20164
-rw-r--r--changes/no_openssl_1004
7 files changed, 29 insertions, 0 deletions
diff --git a/changes/bug18357 b/changes/bug18357
new file mode 100644
index 0000000000..5f19d1454e
--- /dev/null
+++ b/changes/bug18357
@@ -0,0 +1,5 @@
+ o Minor bugfixes (hidden service):
+ - Allow hidden services to run on IPv6 addresses even when the
+ IPv6Exit option is not set. Fixes bug 18357; bugfix on
+ 0.2.4.7-alpha.
+
diff --git a/changes/bug19167 b/changes/bug19167
new file mode 100644
index 0000000000..4a6c22dfc6
--- /dev/null
+++ b/changes/bug19167
@@ -0,0 +1,4 @@
+ o Minor bugfixes (configuration):
+ - When parsing quoted configuration values from the torrc file,
+ handle windows line endings correctly. Fixes bug 19167; bugfix on
+ 0.2.0.16-alpha. Patch from "Pingl".
diff --git a/changes/bug19223 b/changes/bug19223
new file mode 100644
index 0000000000..e8ca6d4ec7
--- /dev/null
+++ b/changes/bug19223
@@ -0,0 +1,4 @@
+ o Minor bugfixes (getpass):
+ - Defensively fix a non-triggerable heap corruption at do_getpass() tow
+ protect ourselves from mistakes in the future. Fixes bug #19223; bugfix
+ on 0.2.7.3-rc. Bug found by Guido Vranken, patch by nherring. \ No newline at end of file
diff --git a/changes/bug19904 b/changes/bug19904
new file mode 100644
index 0000000000..cdfb6feaac
--- /dev/null
+++ b/changes/bug19904
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation, OpenBSD):
+ - Detect Libevent2 functions correctly on systems that provide
+ libevent2, but where libevent1 is linked with -levent. Fixes bug
+ 19904; bugfix on 0.2.2.24-alpha. Patch from Rubiate.
diff --git a/changes/bug20261 b/changes/bug20261
new file mode 100644
index 0000000000..dfdd15924b
--- /dev/null
+++ b/changes/bug20261
@@ -0,0 +1,4 @@
+ o Minor bugfixes (client, unix domain sockets):
+ - Disable IsolateClientAddr when using AF_UNIX backed SocksPorts
+ as the client address is meaningless. Fixes bug 20261; bugfix on
+ 0.2.6.3-alpha.
diff --git a/changes/geoip-october2016 b/changes/geoip-october2016
new file mode 100644
index 0000000000..fff9a1eeb5
--- /dev/null
+++ b/changes/geoip-october2016
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Update geoip and geoip6 to the October 4 2016 Maxmind GeoLite2
+ Country database.
+
diff --git a/changes/no_openssl_100 b/changes/no_openssl_100
new file mode 100644
index 0000000000..dd89da8126
--- /dev/null
+++ b/changes/no_openssl_100
@@ -0,0 +1,4 @@
+ o Required libraries:
+ - When building with OpenSSL, Tor now requires version 1.0.1 or later.
+ OpenSSL 1.0.0 and earlier are no longer supported by the openssl team,
+ and should not be used. Closes ticket 20303.