aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-11-03 11:33:27 -0400
committerJack Lloyd <[email protected]>2016-11-03 11:33:27 -0400
commite36ab67b80a0fb162df768d5895c413d26e2e5ca (patch)
treee496e7d51d16d8b56e9efe6ee340a26b5ee5f069 /news.rst
parent341fd32b46363cad4c2caee3fca166695100ba07 (diff)
Rename zero_mem to secure_scrub_memory
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 7d0c20978..1ca48c6a2 100644
--- a/news.rst
+++ b/news.rst
@@ -59,8 +59,13 @@ Version 1.11.34, Not Yet Released
* Add support to output bakefiles with new `configure.py` option `--with-bakefile`.
Bakefile creates Visual Studio or Xcode project files for example.
+* The function `zero_mem` has been renamed `secure_scrub_memory` to be
+ more clear about this functions semantics and intended usage.
+
* The LibraryInitializer type, which has been a no-op since 1.11.14,
- is now officially deprecated.
+ is now officially deprecated. It does nothing, has done nothing, and
+ will continue not doing anything, until it is eventually removed in
+ a future release. At which point it may indeed cease doing nothing.
Version 1.11.33, 2016-10-26
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^