summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-25 22:59:34 +0100
committerJay Berkenbilt <ejb@ql.org>2020-10-25 23:06:40 +0100
commit7120c4a7484d5a960c94f92ae67057c6a7881d15 (patch)
treedea9342b84f0398128e5e17e9431f7b4286b6c03 /ChangeLog
parent4e8d21d849dc4c562d02c4aa22683296cbd314f7 (diff)
downloadqpdf-7120c4a7484d5a960c94f92ae67057c6a7881d15.tar.zst
Use sha256 for signing release files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cc8ec3e..a08ef305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-10-25 Jay Berkenbilt <ejb@ql.org>
+ * When signing distribution files, generate sha256 checksums
+ instead of md5, sha1, and sha512. sha256 seems to be more widely
+ used, and there's no reason to use md5 or sha1 anymore.
+
* Official Windows releases are now built using the openssl crypto
provider. The native provider is still available for selection at
runtime using the QPDF_CRYPTO_PROVIDER environment variable.