aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/absolute_cookie_file3
-rw-r--r--changes/aes_ctr_test5
-rw-r--r--changes/bug24346
-rw-r--r--changes/bug24745
-rw-r--r--changes/bug42305
-rw-r--r--changes/bug44135
-rw-r--r--changes/bug45544
-rw-r--r--changes/bug46507
-rw-r--r--changes/bug47462
-rw-r--r--changes/bug48563
-rw-r--r--changes/checkSpaces5
-rw-r--r--changes/dirauth_log3
-rw-r--r--changes/feature241112
-rw-r--r--changes/readable_ssl_versions6
14 files changed, 40 insertions, 31 deletions
diff --git a/changes/absolute_cookie_file b/changes/absolute_cookie_file
new file mode 100644
index 0000000000..db9f7be6c1
--- /dev/null
+++ b/changes/absolute_cookie_file
@@ -0,0 +1,3 @@
+ o Minor features (controller):
+ - When reporting the path to the cookie file to the controller,
+ give an absolute path. Resolves ticket 4881.
diff --git a/changes/aes_ctr_test b/changes/aes_ctr_test
new file mode 100644
index 0000000000..8b5af4572d
--- /dev/null
+++ b/changes/aes_ctr_test
@@ -0,0 +1,5 @@
+ o Minor bugfixes
+ - Test for the OpenSSL 1.0.0 counter mode bug at runtime, not compile
+ time. This is necessary because OpenSSL has been hacked to mis-report
+ its version on a few distributions.
+ Bugfix on Tor 0.2.3.11-alpha.
diff --git a/changes/bug2434 b/changes/bug2434
new file mode 100644
index 0000000000..5fd3d11155
--- /dev/null
+++ b/changes/bug2434
@@ -0,0 +1,6 @@
+ o Minor features:
+ - Don't disable the DirPort when we cannot exceed our AccountingMax
+ limit during this interval because the effective bandwidthrate is
+ low enough. This is useful in a situation where AccountMax is only
+ used as an additional safeguard or to provide statistics.
+
diff --git a/changes/bug2474 b/changes/bug2474
deleted file mode 100644
index 02d3eb7ba9..0000000000
--- a/changes/bug2474
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features
- - Try to make the introductory warning message that Tor prints on
- startup more useful for actually finding help and information.
- Resolves bug2474.
-
diff --git a/changes/bug4230 b/changes/bug4230
deleted file mode 100644
index c1ba5847fc..0000000000
--- a/changes/bug4230
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Resolve an integer overflow bug in smartlist_ensure_capacity.
- Fixes bug 4230; bugfix on Tor 0.1.0.1-rc. Based on a patch by
- Mansour Moufid.
-
diff --git a/changes/bug4413 b/changes/bug4413
new file mode 100644
index 0000000000..673e28f1c6
--- /dev/null
+++ b/changes/bug4413
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Fix our implementation of crypto_random_hostname() so it can't
+ overflow on ridiculously large inputs. (No Tor version has ever
+ provided this kind of bad inputs, but let's be correct in depth.)
+ Fixes bug 4413; bugfix on 0.2.2.9-alpha. Fix by Stephen Palmateer.
diff --git a/changes/bug4554 b/changes/bug4554
deleted file mode 100644
index e4754c29e9..0000000000
--- a/changes/bug4554
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fix a compile warning in tor_inet_pton(). Bugfix on 0.2.3.8-alpha;
- fixes bug 4554.
-
diff --git a/changes/bug4650 b/changes/bug4650
new file mode 100644
index 0000000000..44161f8cfe
--- /dev/null
+++ b/changes/bug4650
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Log more useful messages when we fail to disable debugger attachment.
+
+ o Minor bugfixes:
+ - Reject attempts to disable DisableDebuggerAttachment while Tor is
+ running. Fixes bug 4650; bugfix on 0.2.3.9-alpha.
+
diff --git a/changes/bug4746 b/changes/bug4746
new file mode 100644
index 0000000000..60fbef494a
--- /dev/null
+++ b/changes/bug4746
@@ -0,0 +1,2 @@
+ o Minor features:
+ - Prepend an informative header to generated dynamic_dh_params files.
diff --git a/changes/bug4856 b/changes/bug4856
new file mode 100644
index 0000000000..fa284a09f5
--- /dev/null
+++ b/changes/bug4856
@@ -0,0 +1,3 @@
+ o Trivial bugfixes
+ - Fix a typo in a log message in rend_service_rendezvous_has_opened().
+ Fixes bug 4856; bugfix on Tor 0.0.6.
diff --git a/changes/checkSpaces b/changes/checkSpaces
deleted file mode 100644
index 91f79ed0fa..0000000000
--- a/changes/checkSpaces
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Prevent a false positive from the check-spaces script by disabling
- the "whitespace between function name and (" check for functions
- named 'op()'.
-
diff --git a/changes/dirauth_log b/changes/dirauth_log
new file mode 100644
index 0000000000..df82314a14
--- /dev/null
+++ b/changes/dirauth_log
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Log which authority we're missing votes from when we go to fetch them
+ from the other auths.
diff --git a/changes/feature2411 b/changes/feature2411
deleted file mode 100644
index 633a5cebd3..0000000000
--- a/changes/feature2411
+++ /dev/null
@@ -1,12 +0,0 @@
- o Minor features:
-
- - Report flags that control a circuit's path selection to
- controllers in CIRC events and in replies to 'GETINFO
- circuit-status'. Implements part of ticket 2411.
-
- - Report the hidden service address and current state of a
- hidden-service-related circuit to controllers in CIRC events and
- in replies to 'GETINFO circuit-status'. Implements part of
- ticket 2411.
-
-
diff --git a/changes/readable_ssl_versions b/changes/readable_ssl_versions
new file mode 100644
index 0000000000..f34998c08f
--- /dev/null
+++ b/changes/readable_ssl_versions
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - Use macros to indicate OpenSSL versions, so we don't need to worry
+ about accidental hexadecimal bit shifts.
+ - Remove some workaround code for OpenSSL 0.9.6, which is no longer
+ supported.
+