diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-14 13:46:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-14 13:46:46 -0400 |
commit | 875a551409c81fced826336a73cafa36396a43f8 (patch) | |
tree | 4d8f060bbae0beaba4ffed02c45e9179e0e35159 /changes | |
parent | 19febed9e5ab18bea5e7577f61e0fc930bbcdc68 (diff) | |
parent | a25c0a5bf81768c4d4f6fe377cea48f47333a8c8 (diff) | |
download | tor-875a551409c81fced826336a73cafa36396a43f8.tar.gz tor-875a551409c81fced826336a73cafa36396a43f8.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3369 | 4 | ||||
-rw-r--r-- | changes/bug3393 | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug3369 b/changes/bug3369 new file mode 100644 index 0000000000..9c0d0e699a --- /dev/null +++ b/changes/bug3369 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When asked about a DNS record type we don't support via a + client DNSPort, reply with NOTIMPL rather than an empty + reply. Patch by intrigeri. Fixes bug 3369; bugfix on 2.0.1-alpha. diff --git a/changes/bug3393 b/changes/bug3393 new file mode 100644 index 0000000000..677bcb7be2 --- /dev/null +++ b/changes/bug3393 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix a bug when using ControlSocketsGroupWritable with User. The + directory's group would be checked against the current group, not + the configured group. Patch by Jérémy Bobbio. Fixes bug3393; bugfix + on Tor 0.2.2.26-beta.
\ No newline at end of file |