summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-01 16:06:55 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-01 16:06:55 -0500
commit8ea48a59195b68c95261d2df3cdfacf12a6418d6 (patch)
tree0f4e5247b9e1366ad987d4eb5c89c8e34dfa4ed1
parent93f3f4ae7ad37ad634c6b210753f940d257942a6 (diff)
downloadtor-8ea48a59195b68c95261d2df3cdfacf12a6418d6.tar.gz
tor-8ea48a59195b68c95261d2df3cdfacf12a6418d6.zip
We don't include fixes for non-released bugs in the changelog
-rw-r--r--changes/bug177244
-rw-r--r--changes/bug177635
-rw-r--r--changes/bug177766
-rw-r--r--changes/bug178876
-rw-r--r--changes/bug178886
-rw-r--r--changes/bug180356
6 files changed, 0 insertions, 33 deletions
diff --git a/changes/bug17724 b/changes/bug17724
deleted file mode 100644
index 7ace99eece..0000000000
--- a/changes/bug17724
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bug fixes (unit tests, hidden services):
- - Avoid relying on malloc internals in test_rend_cache_purge.
- Closes ticket 17724. Bug fix on ade5005853c1 and 5e9f2384cf0f,
- not in any released version of Tor. Patch by "teor".
diff --git a/changes/bug17763 b/changes/bug17763
deleted file mode 100644
index d565d13a7d..0000000000
--- a/changes/bug17763
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bug fixes (exit policies):
- - Consistently ignore multicast addresses when automatically
- generating reject private exit policies.
- Closes ticket 17763. Bug fix on 10a6390deb3c9,
- not in any released version of Tor. Patch by "teor".
diff --git a/changes/bug17776 b/changes/bug17776
deleted file mode 100644
index a949625baa..0000000000
--- a/changes/bug17776
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes (tests):
- - Fix buffer over-reads in the directory tests. Fixes bug 17776; not in any
- released version of Tor.
- - Fix buffer over-reads in the rendcache tests. Fixes bug 17776; not in any
- released version of Tor.
-
diff --git a/changes/bug17887 b/changes/bug17887
deleted file mode 100644
index 423c298bd5..0000000000
--- a/changes/bug17887
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor fixes (fallback directories):
- - Allow cached or outdated Onionoo data to be used to choose
- fallback directories, as long as it's less than a day old.
- Modify last modified date checks in preparation for Onionoo change
- #16907. Closes ticket #17887. Patch by "teor". Not in any released
- version of tor.
diff --git a/changes/bug17888 b/changes/bug17888
deleted file mode 100644
index 04e40b1556..0000000000
--- a/changes/bug17888
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor fixes (fallback directories):
- - When selecting exits as fallback directories, don't reduce
- their weights. (Several operators report having exits with
- spare capacity.)
- Closes ticket #17888. Patch by "teor". Not in any released
- version of tor.
diff --git a/changes/bug18035 b/changes/bug18035
deleted file mode 100644
index 31889f5723..0000000000
--- a/changes/bug18035
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor fixes (fallback directories):
- - Work around an issue where OnionOO supplies the entire history,
- rather than the requested 120 days. Activate debug logging by
- default. Fix other minor calculation and compatibility issues.
- Closes ticket #18035. Patch by "starlight", merge fixes by
- "teor". Not in any released version of tor.