summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2021-05-03 08:38:52 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2021-05-03 08:38:52 -0400
commit23c45db76a8520fd6c3b1d9164dbe312f1ab1481 (patch)
tree9845a5fc51859290583613f45ef154272f2c475e /CHANGES.md
parent854a1ab80cb568d2d7981623e342757f33c584c8 (diff)
downloadcups-23c45db76a8520fd6c3b1d9164dbe312f1ab1481.tar.gz
Fix printer instances (OpenPrinting #71)
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 2309154bc..781a8a241 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -65,6 +65,8 @@ Changes in CUPS v2.3.5
- Fixed duplicate ColorModel entries for AirPrint printers (Issue 59)
- Fixed crash bug in `ppdOpen` (OpenPrinting #64, OpenPrinting #78)
- Fixed regression in `snprintf` emulation function (OpenPrinting #67)
+- Fixed reporting of printer instances when enumerating and when no options are
+ set for the main instance (OpenPrinting #71)
- Fixed segfault in help.cgi when searching in man pages (OpenPrinting #81)
- Fixed a bug in ipptool that caused the reuse of request IDs when repeating a
test (OpenPrinting #153)