diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-14 07:56:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-14 07:56:48 -0500 |
commit | a58b19465d9ffada3df87ea9be769d1f27c414cc (patch) | |
tree | dcf5bd9eebac77feeb54003e5a3e5c89705b2963 /changes | |
parent | eba989bf0e7761713079e4f2af91c9ab9374a300 (diff) | |
parent | 16ca6fdfdb238046665e749c386c9c28a8245712 (diff) | |
download | tor-a58b19465d9ffada3df87ea9be769d1f27c414cc.tar.gz tor-a58b19465d9ffada3df87ea9be769d1f27c414cc.zip |
Merge remote-tracking branch 'teor/bug28441-035' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28441 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28441 b/changes/bug28441 new file mode 100644 index 0000000000..d259b9f742 --- /dev/null +++ b/changes/bug28441 @@ -0,0 +1,4 @@ + o Minor bugfixes (logging): + - Stop talking about the Named flag in log messages. Clients have + ignored the Named flag since 0.3.2. Fixes bug 28441; + bugfix on 0.3.2.1-alpha. |