diff options
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | doc/news.rst | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py index 3ffc33e2d..b7938429f 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 1 release_minor = 11 -release_patch = 26 +release_patch = 27 release_so_abi_rev = release_patch # These are set by the distribution script diff --git a/doc/news.rst b/doc/news.rst index a7d99f145..2effcf0fd 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,6 +1,21 @@ Release Notes ======================================== +Version 1.11.27, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Use m_ prefix on all member variables. GH #398 and #407 + +* Use final qualifier on many classes. GH #408 + +* Use noreturn attribute on assertion failure function to assist + static analysis. GH #403 + +* Use TickCount64 and MemoryStatusEx in the Windows entropy source. + Note these calls are only available in Vista/Server 2008. No + accomodations are made for XP or Server 2003, both of which are + no longer patched by the vendor. GH #365 + Version 1.11.26, 2016-01-04 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |