aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-06 15:49:02 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-06 15:49:02 +0200
commit619d294e9d2d9bb64c4eac62fde57096d5a84ba4 (patch)
tree69d37c3d77e022e27402bea6edb00b5d351505fb /manual
parent1360b530ecc96aac4c77ef6ae2db1a05e9b791f1 (diff)
downloadqpdf-619d294e9d2d9bb64c4eac62fde57096d5a84ba4.tar.zst
Remove QUtil::srandom
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml16
1 files changed, 16 insertions, 0 deletions
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
@@ -4800,6 +4800,22 @@ print "\n";
</listitem>
<listitem>
<para>
+ Incompatible API (source-level) Changes (minor)
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ The <function>QUtil::srandom</function> 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.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
Build/Packaging Changes
</para>
<itemizedlist>