summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-12-13 09:38:13 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-12-13 09:38:13 -0500
commitdbdf8a2a45e57588b358c60154b94e2b33632da5 (patch)
treea230a0672797fff6d4b8f5682ee2f78132585fe3 /CHANGES.md
parentb018978c278d42c7abf78941251b887c95dfdb07 (diff)
downloadcups-dbdf8a2a45e57588b358c60154b94e2b33632da5.tar.gz
Fix some new compiler warnings (Issue #5700)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 78ca1f98a..5959407ea 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -31,8 +31,9 @@ Changes in CUPS v2.3.1
Issue #5683, Issue #5684)
- Fixed an error in the jobs web interface template (Issue #5694)
- Fixed an off-by-one error in `ippEnumString` (Issue #5695)
-- The IPP backend did not detect all cases where a job should be retried using
+- Fixed some new compiler warnings (Issue #5700)
- Fixed a few issues with the Apple Raster support (rdar://55301114)
+- The IPP backend did not detect all cases where a job should be retried using
a raster format (rdar://56021091)
- Fixed spelling of "fold-accordion".
- Fixed the default common name for TLS certificates used by `ippeveprinter`.