diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-22 12:49:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-22 12:54:10 -0400 |
commit | 773429265278b7606a07fc0bd02367b06b14de02 (patch) | |
tree | f579636449f1b15b812331467b775e1948940e3a /ChangeLog | |
parent | c41c1a2b80f2254ec580346b0897e95d0829f619 (diff) | |
download | libevent-773429265278b7606a07fc0bd02367b06b14de02.tar.gz |
Changelog for libevent 2.0.18-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,18 @@ -Changes in version 2.0.18-stable (?? ??? 2012) +Changes in version 2.0.18-stable (22 Mar 2012) +BUGFIXES (core): + o Make uses of open() close-on-exec safe by introducing an internal evutil_open_closeonexec. (d2b5f72 Ross Lagerwall, 03dce42) + +BUGFIXES (kqueue): + o Properly zero the kevent in kq_setup_kevent() (c2c7b39 Sebastian Hahn) + +BUILD FIXES: + o Added OPENSSL_LDFLAGS env variable which is appended to SSL checks. (9278196 Mark Ellzey) + o Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD (2d67b63 Mark Ellzey) + o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn) + +BUGFIXES (dns): + o Stop crashing in evdns when nameserver probes give a weird error (bec5068) + Changes in version 2.0.17-stable (10 Feb 2012) |