diff options
author | Roger Dingledine <arma@torproject.org> | 2013-04-17 11:19:51 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-04-17 11:19:51 -0400 |
commit | 0eb141c4164df0b4fc5cbbaa5b86e70f294e2cb2 (patch) | |
tree | ee18ce8077a4f9558f33195e6e8d42b2a761a56e /changes | |
parent | b4d81f182c7a01e6099dc4e8afe4349c039be745 (diff) | |
parent | b00a6211c5680ae79732d701732f7481cf353526 (diff) | |
download | tor-0eb141c4164df0b4fc5cbbaa5b86e70f294e2cb2.tar.gz tor-0eb141c4164df0b4fc5cbbaa5b86e70f294e2cb2.zip |
Merge branch 'maint-0.2.4' into release-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7143 | 4 | ||||
-rw-r--r-- | changes/bug8037 | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/changes/bug7143 b/changes/bug7143 new file mode 100644 index 0000000000..d26135ae65 --- /dev/null +++ b/changes/bug7143 @@ -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. diff --git a/changes/bug8037 b/changes/bug8037 new file mode 100644 index 0000000000..989745fc39 --- /dev/null +++ b/changes/bug8037 @@ -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. |