]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changelog entry for fixing bug 1237.
authorNick Mathewson <nickm@torproject.org>
Tue, 2 Feb 2010 21:22:12 +0000 (16:22 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 2 Feb 2010 21:22:12 +0000 (16:22 -0500)
We don't have such an entry for 0.2.1.x, since bug 1237 never made it
into a released version of 0.2.1.x.

ChangeLog

index 3af3bbed0bdae0c682126c4269147be6dc8149e2..78e40396aa6ca92c38262ef59e9857c24489c77d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
       on, detect the OpenSSL version at run-time, not compile time.  We
       need to do this because Apple doesn't update its dev-tools headers
       when it updates its libraries in a security patch.
+    - Fix static compilation by listing the openssl libraries in the right
+      order.  Fixes bug 1237.
 
   o Code simplifications and refactoring:
     - Generate our manpage and HTML documentation using Asciidoc.  This