aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent1360b530ecc96aac4c77ef6ae2db1a05e9b791f1 (diff)
downloadqpdf-619d294e9d2d9bb64c4eac62fde57096d5a84ba4.tar.zst
Remove QUtil::srandom
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b40555e1..8d529883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-04-06 Jay Berkenbilt <ejb@ql.org>
+ * Source-level incompatibility: remove QUtil::srandom. There was
+ no reason to ever call this, and it didn't do anything unless
+ insecure random number generation was compiled in, which it is not
+ by default. If you were calling this, just remove the call because
+ it wasn't doing anything anyway.
+
* Add openssl crypto provider, contributed by Dean Scarff. This
provider is implemented using OpenSSL and also works with
BoringSSL.