aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-05-11 09:42:41 -0400
committerNick Mathewson <nickm@torproject.org>2015-05-11 09:42:41 -0400
commitd417870b27de993ab4ef6361cf4c441e84e3e77e (patch)
tree960510e98a19a4bc7a0b60a3fe499654e2b40681
parent4fc21e8dbcd31bf87e18ae45c530fbfc6a5bfc98 (diff)
downloadtor-d417870b27de993ab4ef6361cf4c441e84e3e77e.tar.gz
tor-d417870b27de993ab4ef6361cf4c441e84e3e77e.zip
Tweak changelog more.
-rw-r--r--ChangeLog5
-rw-r--r--changes/bug158234
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1397382ab2..be315111a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.7.1-alpha - 2015-05-??
+Changes in version 0.2.7.1-alpha - 2015-05-1?
Tor 0.2.7.1-alpha is the first alpha release in its series.
o New system requirements:
@@ -128,6 +128,9 @@ Changes in version 0.2.7.1-alpha - 2015-05-??
and 0.2.0.10.
o Minor bugfixes (hidden service):
+ - Fix an out-of-bounds read when parsing invalid INTRODUCE2 cells
+ on a client authorized hidden service. Fixes bug 15823; bugfix
+ on 0.2.1.6-alpha.
- Remove an extraneous newline character from the end of hidden
service descriptors. Fixes bug 15296; bugfix on 0.2.0.10-alpha.
diff --git a/changes/bug15823 b/changes/bug15823
deleted file mode 100644
index 987de5d9ac..0000000000
--- a/changes/bug15823
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (hidden service):
- - Fix an out-of-bounds read when parsing invalid INTRODUCE2 cells
- on a client authorized hidden service. Fixes bug 15823; bugfix
- on 0.2.1.6-alpha.