summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-17 09:49:36 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-17 09:49:36 -0400
commit4164f481c81a6e3529821424e4a8ae044288b0ee (patch)
treeb47a9d71e3e2b32ee8529275927a0537fd9451c4
parentcaa24a1f2de62bad56242526d15901e15593e3fd (diff)
downloadtor-4164f481c81a6e3529821424e4a8ae044288b0ee.tar.gz
tor-4164f481c81a6e3529821424e4a8ae044288b0ee.zip
Remove changes/bug7129
Our convention is that we use the changelog to note release-to-release changes; we don't need to add changelog entries for bugs that didn't appear in any released version of Tor. (By convention, we sometimes say "this bug does not appear in any released version of Tor" or words to that effect in the commit message so that when Roger goes to make sure the changelog is right, he knows not to expect a changelog entry for that part.)
-rw-r--r--changes/bug71296
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug7129 b/changes/bug7129
deleted file mode 100644
index d021623a3e..0000000000
--- a/changes/bug7129
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Fix mal-merge of channels that ORed END_CIRC_REASON_CHANNEL_CLOSED into
- reason codes in circuit_truncated().
- - Fix unknown reason warning in circuit_end_reason_to_control_string()
- to use LD_PROTOCOL rather than LD_BUG when the bad reason originated
- elsewhere.