]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove #6480 fix from 0.2.2.38 changelog - it was not included
authorPeter Palfrader <peter@palfrader.org>
Wed, 22 Aug 2012 15:51:01 +0000 (17:51 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 22 Aug 2012 16:36:08 +0000 (12:36 -0400)
(Forward-port from release-0.2.2 to master)

ChangeLog
ReleaseNotes
changes/note-releasenote-fix [new file with mode: 0644]

index 896fc7070aba5c4394793d9605f371a146a7df56..3a1ad77930c37f6a990012dbc376d83bea034dfe 100644 (file)
--- 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.
index e9f6055d4a824424291af53640369e6d7914ca28..2782d377907fc4e3e0e5ba25a925e200fb90ab43 100644 (file)
@@ -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 (file)
index 0000000..586e2d2
--- /dev/null
@@ -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.