Merge branch 'maint-0.2.4' into release-0.2.4

This commit is contained in:
Roger Dingledine
2013-04-17 11:19:51 -04:00
6 changed files with 40 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (build):
- Add the old src/or/micro-revision.i filename to CLEANFILES.
On the off chance that somebody has one, it will go away as soon
as they run "make clean". Fix for bug 7143; bugfix on 0.2.4.1-alpha.
+8
View File
@@ -0,0 +1,8 @@
o Minor bugfixes:
- Correctly store microdescriptors and extrainfo descriptors with
an internal NUL byte. Fixes bug 8037; bugfix on 0.2.0.1-alpha.
Bug reported by "cypherpunks".
o Minor features:
- Reject as invalid most directory objects containing a
NUL. Belt-and-suspender fix for bug 8037.