diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-11 16:29:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-11 16:29:10 -0400 |
commit | c894e9d3d44bceaf209a9b73c2c43911af3eb1a8 (patch) | |
tree | c6c00b5d4575e2692422886e8f077cbc95906c2b /changes | |
parent | f5092e711fb08dfdf7a356f8c58f10effe6fb831 (diff) | |
parent | 6a49e3360bcb30b267da4a47af749bd4571ee72d (diff) | |
download | tor-c894e9d3d44bceaf209a9b73c2c43911af3eb1a8.tar.gz tor-c894e9d3d44bceaf209a9b73c2c43911af3eb1a8.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22797 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22797 b/changes/bug22797 new file mode 100644 index 0000000000..619baaa409 --- /dev/null +++ b/changes/bug22797 @@ -0,0 +1,4 @@ + o Minor bugfixes (file limits): + - When setting the maximum number of connections allowed by the OS, + always allow some extra file descriptors for other files. + Fixes bug 22797; bugfix on 0.2.0.10-alpha. |