diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-08-09 15:35:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-08-09 15:35:37 +0000 |
commit | 30422b5df1cdad92460d6934d1f9c7b2474a6f0d (patch) | |
tree | af343f8b097ba591f51686dafd2041610c4090f8 /ChangeLog | |
parent | 60a0ae198d4eb63ab8af4e3d789d66884b0219ad (diff) | |
download | tor-30422b5df1cdad92460d6934d1f9c7b2474a6f0d.tar.gz tor-30422b5df1cdad92460d6934d1f9c7b2474a6f0d.zip |
Rate-limit "too-many-sockets" messages; they can get needlessly verbose.
svn:r16480
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Changes in version 0.2.1.5-alpha - 2008-08-?? when building against recent kernels. Bugfix on 0.1.2.1-alpha. - Add a missing safe_str() call for a debug log message. + o Minor features + - Rate-limit too-many-sockets messages: when they happen, they + happen a lot. Resolves bug 748. + Changes in version 0.2.1.4-alpha - 2008-08-04 o Major bugfixes: |