diff options
author | Daniel Neus <[email protected]> | 2016-03-07 20:46:09 +0100 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-03-07 20:31:50 +0100 |
commit | 094e7bbcbf3ad930a01910e445bc3f2b6be2faf7 (patch) | |
tree | 33c0809f9497bbe11a402787ceeb7511f920f063 /doc | |
parent | 58c89ae470c68bf300ea937740c233e2b5715535 (diff) |
add support for VirtualLock/VirtualUnlock on Windows
equivalent to mlock on Unix to prevent swapping out of memory
Diffstat (limited to 'doc')
-rw-r--r-- | doc/license.txt | 2 | ||||
-rw-r--r-- | doc/news.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/license.txt b/doc/license.txt index 873e55e37..ba4381c1b 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -26,7 +26,7 @@ Copyright (C) 1999-2013,2014,2015,2016 Jack Lloyd 2015 Simon Warta (Kullo GmbH) 2015 Matej Kenda (TopIT d.o.o.) 2015 René Korthaus - 2015 Daniel Neus + 2015,2016 Daniel Neus 2015 Uri Blumenthal All rights reserved. diff --git a/doc/news.rst b/doc/news.rst index 72f5fa88b..d5698d23e 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -37,6 +37,8 @@ Version 1.11.29, Not Yet Released * Small optimizations to Keccak hash +* Support for locking allocator on Windows using VirtualLock/VirtualUnlock + Version 1.10.12, 2016-02-03 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |