aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-13 05:51:49 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-13 05:51:49 -0400
commit1bc20f9c1a6b5733b0502a67ee160291f761b802 (patch)
tree46f8244733c70a9a168cb03c57710030b32faebb /changes
parent286f407cd2ffbbbc41736fe4054faf870a1d96aa (diff)
downloadtor-1bc20f9c1a6b5733b0502a67ee160291f761b802.tar
tor-1bc20f9c1a6b5733b0502a67ee160291f761b802.tar.gz
merge changes files for upcoming release
Diffstat (limited to 'changes')
-rw-r--r--changes/1a65bdd2-regression6
-rw-r--r--changes/bug11385
-rw-r--r--changes/bug1300_alt4
-rw-r--r--changes/bug15255
-rw-r--r--changes/bug16538
-rw-r--r--changes/bug18407
-rw-r--r--changes/bug18434
-rw-r--r--changes/bug18483
-rw-r--r--changes/detect-full-queues8
-rw-r--r--changes/geoip-sep20103
-rw-r--r--changes/log-ratelim7
-rw-r--r--changes/openbsd-sysheaders4
-rw-r--r--changes/win32_unicode11
13 files changed, 0 insertions, 75 deletions
diff --git a/changes/1a65bdd2-regression b/changes/1a65bdd2-regression
deleted file mode 100644
index 0a7436d81..000000000
--- a/changes/1a65bdd2-regression
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Fix a regression introduced in 0.2.2.7-alpha that marked relays
- down if a directory fetch fails and you've configured either
- bridges or EntryNodes. The intent was to mark the relay as down
- _unless_ you're using bridges or EntryNodes, since if you are
- then you could quickly run out of entry points.
diff --git a/changes/bug1138 b/changes/bug1138
deleted file mode 100644
index ffb83bd4b..000000000
--- a/changes/bug1138
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes:
- - Fall back to direct descriptor request to bridges when
- requests to authorities fail due to a network error.
- Bugfix in 0.2.1.19, closes bug 1138.
-
diff --git a/changes/bug1300_alt b/changes/bug1300_alt
deleted file mode 100644
index d88023ffa..000000000
--- a/changes/bug1300_alt
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes
- - Authorities will now attempt to download consensuses when they
- are sure that their own efforts to get a live consensus have
- failed. Bugfix on 0.2.0.9-alpha. Fixes bug 1300.
diff --git a/changes/bug1525 b/changes/bug1525
deleted file mode 100644
index b0d9ac6f4..000000000
--- a/changes/bug1525
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Ensure DNS requests launched by "RESOLVE" commands from the controller
- respect __LeaveStreamsUnattached. The same goes for requests launched
- via DNSPort or transparent proxying. Bugfix on 0.2.0.1-alpha; fixes bug
- 1525.
diff --git a/changes/bug1653 b/changes/bug1653
deleted file mode 100644
index ecb0b70f1..000000000
--- a/changes/bug1653
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major bugfixes:
- - When the exit relay gets a circuit-level sendme cell, it started
- reading on the exit streams, even if had 500 cells queued in our
- circuit queue already, so our circuit queue just grew and grew
- in some cases. We fix this by not re-enabling reading on SENDME
- while the cell queue is blocked. Fixes bug 1653. Bugfix on
- 0.2.0.1-alpha. Detected by Mashael AlSabah. Original patch by
- "yetonetime".
diff --git a/changes/bug1840 b/changes/bug1840
deleted file mode 100644
index 0ef2b98a3..000000000
--- a/changes/bug1840
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes:
- - Allow handshaking OR connections to take a full KeepalivePeriod
- seconds to handshake. Previously, we would close them after
- IDLE_OR_CONN_TIMEOUT seconds, as if they were open. This is a
- bugfix on 0.2.1.26. Thanks to mingw-san for analysis help. Fixes
- bug 1840.
-
diff --git a/changes/bug1843 b/changes/bug1843
deleted file mode 100644
index f44054ee2..000000000
--- a/changes/bug1843
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
- - Warn when CookieAuthFileGroupReadable is set but CookieAuthFile is
- not. This would lead to a cookie that is still not group readable.
- Closes bug 1843. Suggested by katmagic.
diff --git a/changes/bug1848 b/changes/bug1848
deleted file mode 100644
index db00e17f8..000000000
--- a/changes/bug1848
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Squash a compile warning on OpenBSD. Reported by Tas, fixes bug 1848.
-
diff --git a/changes/detect-full-queues b/changes/detect-full-queues
deleted file mode 100644
index c00e3ea8c..000000000
--- a/changes/detect-full-queues
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major bugfixes:
- - Newly created streams were allowed to read cells onto circuits,
- even if the circuit's cell queue was blocked and waiting to drain.
- This created potential unfairness, as older streams would be
- blocked, but newer streams would gladly fill the queue completely.
- We add code to detect this situation and prevent any stream from
- getting more than one free cell. Bugfix on 0.2.0.1-alpha.
- Possible partial fix for bug 1298.
diff --git a/changes/geoip-sep2010 b/changes/geoip-sep2010
deleted file mode 100644
index 47eb00699..000000000
--- a/changes/geoip-sep2010
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Update to the September 1 2010 Maxmind GeoLite Country database.
-
diff --git a/changes/log-ratelim b/changes/log-ratelim
deleted file mode 100644
index 612a510fd..000000000
--- a/changes/log-ratelim
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes
- - Rate-limit "Failed to hand off onionskin" warnings.
-
- o Minor features
- - When logging a rate-limited warning, we now mention how many messages
- got suppressed since the last warning.
-
diff --git a/changes/openbsd-sysheaders b/changes/openbsd-sysheaders
deleted file mode 100644
index 2babde2d7..000000000
--- a/changes/openbsd-sysheaders
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - When building with --enable-gcc-warnings on OpenBSD, disable
- warnings in system headers. This makes --enable-gcc-warnings
- pass on OpenBSD 4.8. \ No newline at end of file
diff --git a/changes/win32_unicode b/changes/win32_unicode
deleted file mode 100644
index f64a22f81..000000000
--- a/changes/win32_unicode
+++ /dev/null
@@ -1,11 +0,0 @@
- o Minor bugfixes
- - On Windows, build correctly either with or without Unicode support.
- This is necessary so that Tor can support fringe platforms like
- Windows 98 (which has no Unicode), or Windows CE (which has no
- non-Unicode). Bugfix on 0.2.2.14-alpha. Fixes bug 1797.
- - Fix the Windows directory-listing code. A bug introduced in
- 0.2.2.14-alpha could make Windows directory servers forget to
- load some of their cached v2 networkstatus files.
-
- o Testing
- - Add a unit test for cross-platform directory-listing code.