summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-06-18 21:37:27 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-06-18 21:37:27 -0400
commit9dcb503fa1639c08f84a89d905175b6ed938848c (patch)
tree521e935c94972c2041fdc831b77e3d945b0534a2 /CHANGES.md
parent1738460d8bc03a49da96b676b683e3dc403d3f76 (diff)
Fix crash when AccessLog is NULL (Issue #5309)
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 ce3ff1e5a..4a31b860d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,8 @@ Changes in CUPS v2.3b6
- Localization update (Issue #5339)
- The lpadmin command would create a non-working printer in some error cases
(Issue #5305)
+- The scheduler would crash if an empty `AccessLog` directive was specified
+ (Issue #5309)
- The scheduler did not idle-exit on some Linux distributions (Issue #5319)
- Fixed a regression in the changes to ippValidateAttribute (Issue #5322,
Issue #5330)