Start an 0.3.1.2-alpha mini-changelog

This commit is contained in:
Nick Mathewson
2017-05-26 09:00:38 -04:00
parent 2550ac7bb1
commit 8cd01f5e5b
4 changed files with 23 additions and 14 deletions
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (logging):
- Provide a better log message when a directory authority responds
to an upload with an unexpected status code. Fixes bug 11121;
bugfix on 0.1.0.1-rc.
-6
View File
@@ -1,6 +0,0 @@
o Major bugfixes:
- Relays that set MyFamily no longer free the elements of
options->MyFamily while making their descriptor. They tried to
access the freed elements, and then double-free them, when making
the next descriptor or when changing the config. Fixes bug 22368;
bugfix on 0.3.1.1-alpha.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (memory handling):
- When directory authorities reject a router descriptor due to keypinning,
free the router descriptor rather than leaking the memory.
Fixes bug 22370; bugfix on 0.2.7.2-alpha.