diff options
author | Jack Lloyd <[email protected]> | 2016-03-10 21:50:17 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-03-10 21:50:17 -0500 |
commit | 3902b51bec8cffce38b93d1340db9af5e076d056 (patch) | |
tree | 5ccd35a194df2c8fd46b20353425cd4090ee5437 /doc | |
parent | 47741745c4894f641d481fbff33af9b6e647ce30 (diff) | |
parent | 6221554cffd8f14b145b6c936b9cc81f02d37473 (diff) |
Merge GH #450 Add support for Windows VirtualLock
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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |