]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Reference correct ticket in 028 changelog. Closes 21124.
authorNick Mathewson <nickm@torproject.org>
Fri, 13 Jan 2017 22:13:06 +0000 (17:13 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Jan 2017 22:13:06 +0000 (17:13 -0500)
ReleaseNotes

index 96c22353514dd8d48e64347a54c2833734c56b46..23fbfcfb2ecea2256007dc3bc00bacedb2db6762 100644 (file)
@@ -1192,7 +1192,7 @@ Changes in version 0.2.8.6 - 2016-08-02
 
   o Minor bugfixes (build):
     - Avoid spurious failures from configure files related to calling
-      exit(0) in TOR_SEARCH_LIBRARY. Fixes bug 18625; bugfix on
+      exit(0) in TOR_SEARCH_LIBRARY. Fixes bug 18626; bugfix on
       0.2.0.1-alpha. Patch from "cypherpunks".
     - Do not link the unit tests against both the testing and non-
       testing versions of the static libraries. Fixes bug 18490; bugfix