From: Nick Mathewson Date: Fri, 13 Jan 2017 22:13:06 +0000 (-0500) Subject: Reference correct ticket in 028 changelog. Closes 21124. X-Git-Tag: tor-0.3.0.2-alpha~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b16d2052ae65b7d56b5cba82a1e88b19d8e117;p=thirdparty%2Ftor.git Reference correct ticket in 028 changelog. Closes 21124. --- diff --git a/ReleaseNotes b/ReleaseNotes index 96c2235351..23fbfcfb2e 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -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