]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a version number in the changelog
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Mar 2016 14:26:31 +0000 (10:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Mar 2016 14:26:31 +0000 (10:26 -0400)
ChangeLog

index f13c0bfd7b9dcfd672694bc6cc5d29df09b03bd3..20ad258e4e51b36f6d71cef37e50888b8db3519e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -258,7 +258,7 @@ Changes in version 0.2.8.2-alpha - 2016-03-28
     - Fix a memory leak in tor-gencert. Fixes part of bug 18672; bugfix
       on 0.2.0.1-alpha.
     - Fix a memory leak in "tor --list-figngerprint". Fixes part of bug
-      18672; bugfix on 0.2.0.1-alpha.
+      18672; bugfix on 0.2.5.1-alpha.
 
   o Minor bugfixes (private directory):
     - Prevent a race condition when creating private directories. Fixes