]> granicus.if.org Git - libevent/commitdiff
Add changelog for 2.0.15-stable
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Oct 2011 04:16:12 +0000 (00:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Oct 2011 04:16:12 +0000 (00:16 -0400)
ChangeLog
README

index 3e1e678461b7acef175e66c340001610d5e7db4d..614c5aad3ea862e43752610987417cf3e09438c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-Changes in version 2.0.15-stable (?? ??? 2011)
+Changes in version 2.0.15-stable (12 Oct 2011)
+BUGFIXES (DNS):
+ o DNS: add ttl for negative answers using RFC 2308 idea. (f72e8f6 Leonid Evdokimov)
+ o Add DNS_ERR_NODATA error code to handle empty replies. (94fba5b Leonid Evdokimov)
+
+BUFGIXES (bufferevents and evbuffers):
+ o Make evbuffer callbacks get the right n_added value after evbuffer_add (1ef1f68)
+ o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0ba0af9)
+
+BUGFIXES (event loop):
+ o When a signal callback is activated to run multiple times, allow event_base_loopbreak to work even before they all have run. (4e8eb6a)
+
+DOCUMENTATION FIXES:
+ o Fix docstring in dns.h (2b6eae5 Leonid Evdokimov)
+ o refer to non-deprecated evdns functions in comments (ba5c27d Greg Hazel)
+
+BUILD AND TESTING FIXES:
+ o le-proxy and regress depend on openssl directly (9ae061a Sergey Avseyev)
+ o Use _SOURCES, not _sources, in sample/Makefile.am (7f82382)
+ o Fixed compiler warnings for unchecked read/write calls. (c3b62fd Mark Ellzey)
+ o Make write-checking fixes use tt_fail_perror (2b76847)
+ o Fix some "value never used" warnings with gcc 4.6.1 (39c0cf7)
+
+
 
 Changes in version 2.0.14-stable (31 Aug 2011)
 BUGFIXES (bufferevents and evbuffers):
diff --git a/README b/README
index b0235e387ad8d77f8bf702b34f59ea0265d76f8f..b68eaf8a2f3300c1528a08a76fb15bfb2dbd5bfe 100644 (file)
--- a/README
+++ b/README
@@ -75,6 +75,7 @@ fixing bugs:
   Weston Andros Adamson
   William Ahern
   Ivan Andropov
+  Sergey Avseyev
   Avi Bab
   Gilad Benjamini
   Stas Bekman
@@ -85,6 +86,7 @@ fixing bugs:
   Tomash Brechko
   Kelly Brock
   Ralph Castain
+  Adrian Chadd
   Lawnstein Chan
   Shuo Chen
   Ka-Hing Cheung
@@ -100,6 +102,7 @@ fixing bugs:
   Alexander von Gernler
   Artur Grabowski
   Dave Hart
+  Greg Hazel
   Michael Herf
   Sebastian Hahn
   Aaron Hopkins
@@ -123,6 +126,7 @@ fixing bugs:
   Mitchell Livingston
   Hagne Mahre
   Lubomir Marinov
+  Abilio Marques
   Nick Mathewson
   James Mansion
   Nicholas Marriott