aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug3894_fmt_doubles4
-rw-r--r--changes/bug3894_more4
-rw-r--r--changes/bug46574
-rw-r--r--changes/bug47105
-rw-r--r--changes/bug60075
-rw-r--r--changes/bug60336
-rw-r--r--changes/getfilesize_643
7 files changed, 31 insertions, 0 deletions
diff --git a/changes/bug3894_fmt_doubles b/changes/bug3894_fmt_doubles
new file mode 100644
index 000000000..0cd0aa28d
--- /dev/null
+++ b/changes/bug3894_fmt_doubles
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Format more doubles with %f, not %lf. Patch from grarpamp to make
+ Tor build correctly on older BSDs again. Fixes bug 3894; bugfix on
+ Tor 0.2.0.8-alpha.
diff --git a/changes/bug3894_more b/changes/bug3894_more
new file mode 100644
index 000000000..4c2220aba
--- /dev/null
+++ b/changes/bug3894_more
@@ -0,0 +1,4 @@
+ o Build fixes:
+ - Clean up some code issues that prevented Tor from building on older
+ BSDs. Fixes bug 3894; reported by grarpamp.
+
diff --git a/changes/bug4657 b/changes/bug4657
new file mode 100644
index 000000000..4d9dd7d0a
--- /dev/null
+++ b/changes/bug4657
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - If the configuration tries to set MyFamily on a bridge, refuse to
+ do so, and warn about the security implications. Fix for bug 4657;
+ bugfix on 0.2.0.3-alpha.
diff --git a/changes/bug4710 b/changes/bug4710
new file mode 100644
index 000000000..7f94b4d20
--- /dev/null
+++ b/changes/bug4710
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Exit nodes now correcly report EADDRINUSE and EADDRNOTAVAIL as
+ resource exhaustion, so that clients can adjust their load to
+ try other exits. Fix for bug 4710; bugfix on 0.1.0.1-rc, which
+ started using END_STREAM_REASON_RESOURCELIMIT.
diff --git a/changes/bug6007 b/changes/bug6007
new file mode 100644
index 000000000..4e815754a
--- /dev/null
+++ b/changes/bug6007
@@ -0,0 +1,5 @@
+ o Major bugfixes (security):
+ - When waiting for a client to renegotiate, don't allow it to add
+ any bytes to the input buffer. This fixes a DoS issue. Fix for
+ bugs 6007 and 5934; bugfix on 0.2.0.20-rc.
+
diff --git a/changes/bug6033 b/changes/bug6033
new file mode 100644
index 000000000..56cffd68b
--- /dev/null
+++ b/changes/bug6033
@@ -0,0 +1,6 @@
+ o Major bugfixes:
+ - Work around a bug in OpenSSL that broke renegotiation with
+ TLS 1.1 and TLS 1.2. Without this workaround, all attempts
+ to speak the v2 Tor network protocol when both sides were
+ using OpenSSL 1.0.1 would fail. Fix for bug 6033, which is
+ not a bug in Tor.
diff --git a/changes/getfilesize_64 b/changes/getfilesize_64
new file mode 100644
index 000000000..abcdab6ee
--- /dev/null
+++ b/changes/getfilesize_64
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - On Windows, correctly detect errors and large file sizes from
+ GetFileSize. Fixes bug 5957; bugfix on Tor 0.1.2.1-alpha.