diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-02 14:50:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-02 14:50:37 +0000 |
commit | e76581f97eb849a0e3de869828f4ff809d00e9ba (patch) | |
tree | 5a064235a2136598fc3cf20477e3de5bf1460fe6 /ChangeLog | |
parent | 6aeca5237d3e801cc6da07a83af22bb159be703b (diff) | |
download | tor-e76581f97eb849a0e3de869828f4ff809d00e9ba.tar.gz tor-e76581f97eb849a0e3de869828f4ff809d00e9ba.zip |
r14647@tombo: nickm | 2007-11-02 10:48:37 -0400
Use rlim_t instead of unsigned long to manipulate rlimit values.
svn:r12339
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ Changes in version 0.2.0.10-alpha - 2007-1?-?? - Stop leaking v2_download_status_map on shutdown. Bugfix on 0.2.0.9-alpha. + - Minor bugfixes (portability): + - Run correctly on platforms where rlim_t is larger than unsigned long. + Changes in version 0.2.0.9-alpha - 2007-10-24 This ninth development snapshot switches clients to the new v3 directory |