summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-11-14 15:34:34 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-11-14 15:34:34 -0500
commit6d391f77051cc485f09600a00ff3d129f9736a35 (patch)
tree6127babd0c9b59e9761ff7ac41efa1e66f837808 /CHANGES.md
parente2eb28cfcf10ef163253a65f631e0cc98fe34804 (diff)
downloadcups-6d391f77051cc485f09600a00ff3d129f9736a35.tar.gz
Don't generate certificates that expire on Feb 29th (Issue #5643)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 720da4bb6..485a2b614 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,6 +9,8 @@ Changes in CUPS v2.3.1
- Fixed a crash bug in the web interface (Issue #5621)
- PPD files containing "custom" option keywords did not work (Issue #5639)
- Added a workaround for the scheduler's systemd support (Issue #5640)
+- On Windows, TLS certificates generated on February 29 would likely fail
+ (Issue #5643)
- Added a DigestOptions directive for the `client.conf` file to control whether
MD5-based Digest authentication is allowed (Issue #5647)
- Fixed a bug in the handling of printer resource files (Issue #5652)