aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 08:30:44 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-15 08:30:44 -0400
commit0808ed83f9cf312abe229d0956f0b0132a79962d (patch)
tree215177990944cdf14d0f72fdc1566d8287299fa0 /changes
parentd443658fade3b4090d0b93903b4aec857cab03ea (diff)
downloadtor-0808ed83f9cf312abe229d0956f0b0132a79962d.tar.gz
tor-0808ed83f9cf312abe229d0956f0b0132a79962d.zip
Restore functionality for CookieAuthFileGroupReadable.
When we merged the cookieauthfile creation logic in 33c3e60a37, we accidentally took out this feature. Fixes bug 12864, bugfix on 0.2.5.1-alpha. Also adds an ExtORPortCookieAuthFileGroupReadable, since there's no reason not to.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug128647
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug12864 b/changes/bug12864
new file mode 100644
index 0000000000..79e751f427
--- /dev/null
+++ b/changes/bug12864
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - Restore the functionality of CookieAuthFileGroupReadable. Fixes bug
+ 12864; bugfix on 0.2.5.1-alpha.
+
+ o Minor features:
+ - Add an ExtORPortCookieAuthFileGroupReadable option to make the
+ cookie file for the ExtORPort g+r by default.