aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-08-22 17:51:01 +0200
committerNick Mathewson <nickm@torproject.org>2012-08-22 12:34:25 -0400
commit2a824b942a82818a794f85e0784d77c7dd3bbfef (patch)
treed2180e7db4d25895c77e4a388323255ac66783e9
parent49d150a9fad2cb8d3887af1e112b15365c11f4ba (diff)
downloadtor-2a824b942a82818a794f85e0784d77c7dd3bbfef.tar.gz
tor-2a824b942a82818a794f85e0784d77c7dd3bbfef.zip
Remove #6480 fix from 0.2.2.38 changelog - it was not included
-rw-r--r--ChangeLog3
-rw-r--r--ReleaseNotes3
-rw-r--r--changes/note-releasenote-fix10
3 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d24db5f3c..600a2109d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,6 @@ Changes in version 0.2.2.38 - 2012-08-12
could in theory leak path information.
o Security fixes:
- - Avoid read-from-freed-memory and double-free bugs that could occur
- when a DNS request fails while launching it. Fixes bug 6480;
- bugfix on 0.2.0.1-alpha.
- Avoid an uninitialized memory read when reading a vote or consensus
document that has an unrecognized flavor name. This read could
lead to a remote crash bug. Fixes bug 6530; bugfix on 0.2.2.6-alpha.
diff --git a/ReleaseNotes b/ReleaseNotes
index 58e95b7ed1..e658694a02 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -9,9 +9,6 @@ Changes in version 0.2.2.38 - 2012-08-12
could in theory leak path information.
o Security fixes:
- - Avoid read-from-freed-memory and double-free bugs that could occur
- when a DNS request fails while launching it. Fixes bug 6480;
- bugfix on 0.2.0.1-alpha.
- Avoid an uninitialized memory read when reading a vote or consensus
document that has an unrecognized flavor name. This read could
lead to a remote crash bug. Fixes bug 6530; bugfix on 0.2.2.6-alpha.
diff --git a/changes/note-releasenote-fix b/changes/note-releasenote-fix
new file mode 100644
index 0000000000..586e2d2630
--- /dev/null
+++ b/changes/note-releasenote-fix
@@ -0,0 +1,10 @@
+
+ o Documentation fix:
+ Remove the following entry from the 0.2.2.38 changelog, since the patch
+ was not, in fact, included in 0.2.2.38:
+ .
+ - Avoid read-from-freed-memory and double-free bugs that could occur
+ when a DNS request fails while launching it. Fixes bug 6480;
+ bugfix on 0.2.0.1-alpha.
+ .
+ Fixes bug 6657; bugfix on 0.2.2.38.