From 619d294e9d2d9bb64c4eac62fde57096d5a84ba4 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 6 Apr 2020 09:49:02 -0400 Subject: Remove QUtil::srandom --- manual/qpdf-manual.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'manual/qpdf-manual.xml') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 9720ad03..e6eb55eb 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4798,6 +4798,22 @@ print "\n"; + + + Incompatible API (source-level) Changes (minor) + + + + + The QUtil::srandom method was removed. + It didn't do anything unless insecure random numbers were + compiled in, and they have been off by default for a long + time. If you were calling it, just remove the call since it + wasn't doing anything anyway. + + + + Build/Packaging Changes -- cgit v1.2.3-54-g00ecf