summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-06-12 08:36:28 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-06-12 08:36:28 -0400
commit3001a140d6fcb98946b1303182dc935de7330126 (patch)
tree52c0ff94a6c63c61e327bca7b30fc6fc68b5172a /CHANGES.md
parent2614dc6385d93c8b58bba616082f358022518428 (diff)
downloadcups-3001a140d6fcb98946b1303182dc935de7330126.tar.gz
Use GZIPPROG instead of GZIP to avoid install issues (Issue #5595)
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 5a9d3507c..35fb5b5f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-CHANGES - 2.3.0 - 2019-06-10
+CHANGES - 2.3.0 - 2019-06-12
============================
@@ -8,6 +8,7 @@ Changes in CUPS v2.3.0
- Fixed a bug in the scheduler job cleanup code (Issue #5588)
- Fixed builds when there is no TLS library (Issue #5590)
- Removed dead code from the scheduler (Issue #5593)
+- "make" failed with GZIP options (Issue #5595)
- Fixed an issue with `EXPECT !name WITH-VALUE ...` tests.
- Fixed a command ordering issue in the Zebra ZPL driver.