Fix a version number in the changelog

This commit is contained in:
Nick Mathewson 2016-03-28 10:26:31 -04:00
parent 25a21acd5b
commit 65db5ae566
1 changed files with 1 additions and 1 deletions

View File

@ -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