diff options
author | Jack Lloyd <[email protected]> | 2016-01-17 09:59:27 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-01-17 09:59:27 -0500 |
commit | e49059e05bca0d1f9e164481eb41b5bd212aeae9 (patch) | |
tree | 1353ad97bf52185f8cbe11fd14ad0744c1e246c2 /doc | |
parent | e2a1b5450336889f3a1e01c4930e62d5a3def5b1 (diff) |
Bump version to 1.11.27 pre
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 15 |
1 files changed, 15 insertions, 0 deletions
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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |