summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libotr/read/NEWS
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2016-03-11 10:15:52 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2016-03-11 10:15:52 +0000
commit37a22955a1b614c0b112ae5dee30ce1f6c80da77 (patch)
tree542ca9217da1e014f372b4b243d552a6821bbac1 /plugins/MirOTR/libotr/read/NEWS
parent233d4da0d94f0fddd54182426f5abef7eb2a25f7 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16455 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libotr/read/NEWS')
-rw-r--r--plugins/MirOTR/libotr/read/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/MirOTR/libotr/read/NEWS b/plugins/MirOTR/libotr/read/NEWS
index c88ebf10fa..1be74666e3 100644
--- a/plugins/MirOTR/libotr/read/NEWS
+++ b/plugins/MirOTR/libotr/read/NEWS
@@ -1,3 +1,14 @@
+9 Mar 2016:
+- Release 4.1.1
+- Fix an integer overflow bug that can cause a heap buffer overflow (and
+ from there remote code execution) on 64-bit platforms
+- Fix possible free() of an uninitialized pointer
+- Be stricter about parsing v3 fragments
+- Add a testsuite ("make check" to run it), but only on Linux for now,
+ since it uses Linux-specific features such as epoll
+- Fix a memory leak when reading a malformed instance tag file
+- Protocol documentation clarifications
+
21 Oct 2014:
- Release 4.1.0
- Modernized autoconf build system