From: Zdenek Dohnal Date: Wed, 31 May 2023 12:51:02 +0000 (+0200) Subject: CHANGES.md: Add pull requests which fix noticeable bugs X-Git-Tag: v2.4.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7928c64f06b155647043f58a052f690e733b526e;p=thirdparty%2Fcups.git CHANGES.md: Add pull requests which fix noticeable bugs --- diff --git a/CHANGES.md b/CHANGES.md index af3754ac8f..a60e1fbec8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,20 +15,30 @@ Changes in CUPS v2.4.3 (TBA) - Fixed a potential SNMP OID value overflow issue (Issue #431) - Fixed an OpenSSL certificate loading issue (Issue #465) - Fixed Brazilian Portuguese translations (Issue #288) +- Fixed duplicate PPD2IPP media-type names (Issue #688) +- Fixed InputSlot heuristic for photo sizes smaller than 5x7" if there is no + media-source in the request (Issue #569) - Fixed invalid memory access during generating IPP Everywhere queue (Issue #466) +- Fixed lprm if no destination is provided (Issue #457) - Fixed memory leaks in `create_local_bg_thread()` (Issue #466) - Fixed media size tolerance in `ippeveprinter` (Issue #487) +- Fixed passing command name without path into `ippeveprinter` (Issue #629) - Fixed `cupsd` default keychain location when building with OpenSSL (Issue #529) +- Fixed default color settings for CMYK printers as well (Issue #500) - Fixed TLS certificate generation bugs (Issue #652) - `ippDeleteValues` would not delete the last value (Issue #556) - Ignore some of IPP defaults if the application sends its PPD alternative (Issue #484) +- Make `Letter` the default size in `ippevepcl` (Issue #543) +- Now accessing Admin page in Web UI requires authentication (Issue #518) - Now look for default printer on network if needed (Issue #452) +- Now we poll `media-col-database` separately if we fail at first (Issue #599) - Now report fax attributes and values as needed (Issue #459) - Now localize HTTP responses using the Content-Language value (Issue #426) - Raised file size limit for importing PPD via Web UI (Issue #433) +- Raised maximum listen backlog size to INT MAX (Issue #626) - Update print-color-mode if the printer is modified via ColorModel PPD option (Issue #451) - Use localhost when printing via printer application (Issue #353)