Browse Source

Fix a version number in the changelog

Nick Mathewson 8 years ago
parent
commit
65db5ae566
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ChangeLog

+ 1 - 1
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