diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-07 16:01:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-07 16:01:08 -0500 |
commit | 475fecd9099a176fca4c0bf47ac3662f2e90d77a (patch) | |
tree | dc85b674283821923fdcb88ccb01e6b978500c70 /changes | |
parent | 212d984dc50668adbbd770d4af9185ca8bcaefbf (diff) | |
download | tor-475fecd9099a176fca4c0bf47ac3662f2e90d77a.tar.gz tor-475fecd9099a176fca4c0bf47ac3662f2e90d77a.zip |
Start a changelog for 0.2.8.11
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20588 | 3 | ||||
-rw-r--r-- | changes/bug20865 | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/changes/bug20588 b/changes/bug20588 deleted file mode 100644 index be199b2de0..0000000000 --- a/changes/bug20588 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (portability): - - Fix compilation with OpenSSL 1.1 and less commonly-used - CPU architectures. Closes ticket 20588. diff --git a/changes/bug20865 b/changes/bug20865 deleted file mode 100644 index 575d886a3e..0000000000 --- a/changes/bug20865 +++ /dev/null @@ -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. - |