closer to a changelog for the next alpha

This commit is contained in:
Roger Dingledine
2011-10-26 16:13:53 -04:00
parent 6df3869f3b
commit c21c8daaaf
6 changed files with 54 additions and 68 deletions
-5
View File
@@ -1,5 +0,0 @@
o Minor bugfixes:
- Remove a confusing dollar sign from the example fingerprint in the
man page, and also make example fingerprint a valid one. Fixes bug
4309; bugfix on 0.2.1.3-alpha.
-5
View File
@@ -1,5 +0,0 @@
o Minor bugfixes:
- Fix internal bug-checking logic that was supposed to catch
failures in digest generation so that it will fail more robustly
if we ask for a nonexistent algorithm. Found by Coverity Scan.
Bugfix on 0.2.2.1-alpha; fixes Coverity CID 479.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes:
- Report any failure in init_keys() calls done because our IP address
has changed. Spotted by Coverity Scan. Bugfix on 0.1.1.4-alpha;
fixes CID 484.
-5
View File
@@ -1,5 +0,0 @@
o Minor bugfixes:
- Fix memory leaks in the failing cases of the new SocksPort and
ControlPort code. Found by Coverity Scan. Bugfix on
0.2.3.3-alpha; fixes coverity CID 485, 486, and 487.
-8
View File
@@ -1,8 +0,0 @@
(NOTE: THIS SHOULD REPLACE THE TICKET 4200 ENTRY IN THE CHANGELOG)
o Minor features:
- The Bridge Authority now writes statistics on how many bridge
descriptors it gave out in total, and how many unique descriptors it
gave out. It also lists how often the most and least commonly fetched
descriptors were given out, as well as the median and 25/75 percentile.
Implements tickets 4200 and 4294.