aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-19 11:36:27 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-19 11:36:27 -0500
commit7b03e9a8c7ca88b0d0fcc4ef49c53c1809b425ef (patch)
treefcdec1a6f960c4e365df51f24f3aa4403688f498
parenta17470a6232ce7170c66ff8a1ce75c6081154fb3 (diff)
downloadtor-7b03e9a8c7ca88b0d0fcc4ef49c53c1809b425ef.tar.gz
tor-7b03e9a8c7ca88b0d0fcc4ef49c53c1809b425ef.zip
fold one more entry into the changelog
-rw-r--r--ChangeLog2
-rw-r--r--changes/bug149533
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 79c9779283..3909274b2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -238,6 +238,8 @@ Changes in version 0.2.6.3-alpha - 2015-02-2?
- Do not attempt to download extrainfo documents which we will be
unable to validate with a matching server descriptor. Fixes bug
13762; bugfix on 0.2.0.1-alpha.
+ - Fix a bug that was truncating AUTHDIR_NEWDESC events sent to the
+ control port. Fixes bug 14953; bugfix on 0.2.0.1-alpha.
- Enlarge the buffer to read bwauth generated files to avoid an
issue when parsing the file in dirserv_read_measured_bandwidths().
Fixes bug 14125; bugfix on 0.2.2.1-alpha.
diff --git a/changes/bug14953 b/changes/bug14953
deleted file mode 100644
index 0fb0a64e29..0000000000
--- a/changes/bug14953
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (directory authority):
- - Fix a bug that was truncating AUTHDIR_NEWDESC events sent to the
- control port. Fixes bug 14953; bugfix on 0.2.0.1-alpha.