Start a changelog for 0.2.8.11

This commit is contained in:
Nick Mathewson 2016-12-07 16:01:08 -05:00
parent 212d984dc5
commit 475fecd909
2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
o Minor bugfixes (portability):
- Fix compilation with OpenSSL 1.1 and less commonly-used
CPU architectures. Closes ticket 20588.

View File

@ -1,7 +0,0 @@
o Minor bugfixes (portability):
- Avoid compilation errors when building on OSX Sierra. Sierra began
to support the getentropy() API, but created a few problems in
doing so. Tor 0.2.9 has a more thorough set of workarounds; in
0.2.8, we are just using the /dev/urandom interface. Fixes
bug 20865. Bugfix on 0.2.8.1-alpha.