Merge branch 'maint-0.2.1' into merge_tmp

This commit is contained in:
Nick Mathewson
2009-05-17 02:11:34 -04:00
4 changed files with 14 additions and 7 deletions
+7
View File
@@ -36,6 +36,13 @@ Changes in version 0.2.1.15??? - ????-??-??
memory right up to the end of a memarea, then realigned the
memory one step beyond the end. Fixes a possible cause of bug
930.
- Stop using malloc_usable_size() to use more area than we had
actually allocated: it was safe, but made valgrind really
unhappy. Bugfix on 0.2.0.x.
- Fix use of freed memory when deciding to mark a non-addable
descriptor as never-downloadable. Bugfix on 0.2.1.9-alpha.
- Fix a memory leak when v3 directory authorities load their keys
and cert from disk. Bugfix on 0.2.0.1-alpha.
Changes in version 0.2.1.14-rc - 2009-04-12