Merge branch 'maint-0.2.8'

This commit is contained in:
Nick Mathewson
2016-04-12 13:02:37 -04:00
9 changed files with 100 additions and 103 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (client):
- Turn all TestingClientBootstrap* into non-testing torrc options. This
changes simply renames them by removing "Testing" in front of them and
they do not require TestingTorNetwork to be enabled anymore. Fixes
#18481; bugfix on tor-0.2.8.1-alpha.
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (assert, portability):
- Fix an assertion failure in memarea.c on systems where "long" is
shorter than the size of a pointer.
Fixes bug 18716; bugfix on 0.2.1.1-alpha