aboutsummaryrefslogtreecommitdiffstats
path: root/doc/news.rst
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-09-06 15:01:45 +0200
committerSimon Warta <[email protected]>2015-09-06 15:01:45 +0200
commit6e9e3268e11dec6aae44999d6f5a94c378d04ee9 (patch)
tree975cd6153d44f0fc6a222b5241a34af7f15b1337 /doc/news.rst
parenta75c3c1f28398c7a74f635fc3279a64b0563a9cd (diff)
Add release notes from Github tickets for 1.11.20
[ci skip]
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst24
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/news.rst b/doc/news.rst
index fa67c59b9..2ad5a14c6 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -17,7 +17,29 @@ Version 1.11.20, Not Yet Released
provider preferences.
* On OS X, rename libs to avoid trailing version numbers, e.g.
- libbotan-1.11.dylib.19 -> libbotan-1.11.19.dylib. GH #241
+ libbotan-1.11.dylib.19 -> libbotan-1.11.19.dylib. This was requested
+ by the Homebrew project packge audit. GH #241, #260
+
+* Enable use of CPUID interface with clang. GH #232
+
+* Add support for MSVC 2015 debug builds by satisfying C++ allocator
+ requeirements. SO 31802806, GH #236
+
+* Make `X509_Time` string parsing and `to_u32bit()` more strict to avoid
+ integer overflows and other potentially dangerous misinterpretations.
+ GH #240, #243
+
+* Remove all 'extern "C"' declarations from src/lib/math/mp/ because some
+ of those did throw exxceptions and thus cannot be C methods. GH #249
+
+* Fix build confuguration for clang debug on Linux. GH #250
+
+* Fix zlib error when compressing an empty buffer. GH #265
+
+* Fix iOS builds by allowing multiple compiler flags with the same name.
+ GH #266
+
+* Fix Solaris build issue caused by `RLIMIT_MEMLOCK`. GH #262
Version 1.11.19, 2015-08-03
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^