summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2016-07-05 16:17:38 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2016-08-27 01:28:36 +0300
commit81d219321ee3d3cdd223f6df65a015a432c274e9 (patch)
tree4e066c57f050232a4944f099d68dfe7077c24dfc /ChangeLog
parentea2cee72c8876782d42dfa41844ec886a88bf3e0 (diff)
downloadlibevent-81d219321ee3d3cdd223f6df65a015a432c274e9.tar.gz
ChangeLog: Add brief notes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad960356..018dd301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
Changes in version 2.1.6-beta (4 July 2016)
+ Libevent 2.1.6-beta contains mostly bug fixes (evbuffers, evthread, evdns,
+ bufferevents, core, http, samples), improvements but mostly to fix some
+ possible issues (EVHTTP_CON_LINGERING_CLOSE), a lot of new unit tests and new
+ appveyor integration.
+
Security Fixes (utils)
o evutil_parse_sockaddr_port(): fix buffer overflow (329acc1 Azat Khuzhin)