aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-07-28 03:08:35 -0400
committerRoger Dingledine <arma@torproject.org>2014-07-28 03:08:35 -0400
commitbf372578c1d09f7241c12bccc1f7fe4d6c599bc7 (patch)
tree55c5a40a8b11034f2fbb9f07d30c6652bb72a45d
parentf4992beb566401241cf1dd1d464f4aaade4751f7 (diff)
downloadtor-bf372578c1d09f7241c12bccc1f7fe4d6c599bc7.tar.gz
tor-bf372578c1d09f7241c12bccc1f7fe4d6c599bc7.zip
fold in a few more
-rw-r--r--ChangeLog11
-rw-r--r--changes/bug1038-36
-rw-r--r--changes/bug127185
3 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index b3787b85fb..6f673ae185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,17 @@ Changes in version 0.2.5.6-alpha - 2014-07-2?
Country database.
- Slightly enhance the diagnostic message for bug 12184.
+ o Minor bugfixes (also in 0.2.4.23):
+ - Warn and drop the circuit if we receive an inbound 'relay early'
+ cell. Those used to be normal to receive on hidden service circuits
+ due to bug 1038, but the buggy Tor versions are long gone from
+ the network so we can afford to resume watching for them. Resolves
+ the rest of bug 1038; bugfix on 0.2.1.19.
+ - Correct a confusing error message when trying to extend a circuit
+ via the control protocol but we don't know a descriptor or
+ microdescriptor for one of the specified relays. Fixes bug 12718;
+ bugfix on 0.2.3.1-alpha.
+
o Minor bugfixes:
- Fix compilation when building with bufferevents enabled. (This
configuration is still not expected to work, however.)
diff --git a/changes/bug1038-3 b/changes/bug1038-3
deleted file mode 100644
index 5af4afa46f..0000000000
--- a/changes/bug1038-3
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Warn and drop the circuit if we receive an inbound 'relay early'
- cell. Those used to be normal to receive on hidden service circuits
- due to bug 1038, but the buggy Tor versions are long gone from
- the network so we can afford to resume watching for them. Resolves
- the rest of bug 1038; bugfix on 0.2.1.19.
diff --git a/changes/bug12718 b/changes/bug12718
deleted file mode 100644
index 0c5f708446..0000000000
--- a/changes/bug12718
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Correct a confusing error message when trying to extend a circuit
- via the control protocol but we don't know a descriptor or
- microdescriptor for one of the specified relays. Fixes bug 12718;
- bugfix on 0.2.3.1-alpha.