Reformatted and enhanced latest changes entry

OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=410
This commit is contained in:
Johannes Meixner 2024-06-04 09:09:41 +00:00 committed by Git OBS Bridge
parent 82b4e584ac
commit 6eb4ff1738

View File

@ -2,47 +2,70 @@
Wed May 29 12:29:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Wed May 29 12:29:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.4.8: - Update to version 2.4.8:
+ Added warning if the device has to be asked for See https://github.com/openprinting/cups/releases
'all,media-col-database' separately. CUPS 2.4.8 brings many bug fixes which aggregated over the last
+ Added new value for 'lpstat' option '-W' - successfull - for half a year. It brings the important fix for race conditions
getting successfully printed jobs. and errors which can happen when installing permanent
+ Added support for PAM modules password-auth and system-auth. IPP Everywhere printer, support for PAM modules password-auth
+ Updated IPP Everywhere printer creation error reporting. and system-auth and new option for lpstat which can show only
+ Updated and documented the MIME typing buffering limit. the successful jobs.
+ Now report an error for temporary printer defaults with Detailed list (from CHANGES.md):
lpadmin. * Added warning if the device has to be asked for
+ Fixed mapping of PPD InputSlot, MediaType, and OutputBin 'all,media-col-database' separately (Issue #829)
values. * Added new value for 'lpstat' option '-W' - successfull - for
+ Fixed "document-unprintable-error" handling. getting successfully printed jobs (Issue #830)
+ Fixed the web interface not showing an error for a non-existent * Added support for PAM modules password-auth
printer. and system-auth (Issue #892)
+ Fixed printing of jobs with job name longer than 255 chars on * Updated IPP Everywhere printer creation error
older printers. reporting (Issue #347)
+ Fixed cupsCopyDestInfo device connection detection. * Updated and documented the MIME typing buffering
+ Fixed "Upgrade" header handling when there is no TLS support. limit (Issue #925)
+ Fixed memory leak when unloading a job. * Raised 'cups_enum_dests()' timeout for listing
+ Fixed memory leak when creating color profiles. available IPP printers (Issue #751)
+ Fixed a punch finishing bug in the IPP Everywhere support. * Now report an error for temporary printer defaults
+ Fixed crash in scan_ps() if incoming argument is NULL. with lpadmin (Issue #237)
+ Fixed setting job state reasons for successful jobs. * Fixed mapping of PPD InputSlot, MediaType,
+ Fixed infinite loop in IPP backend if hostname is IP address and OutputBin values (Issue #238)
with Kerberos. * Fixed "document-unprintable-error" handling (Issue #391)
+ Added additional check on socket if revents from poll() returns * Fixed the web interface not showing an error
POLLHUP together with POLLIN or POLLOUT in httpAddrConnect2(). for a non-existent printer (Issue #423)
+ Fixed crash in ppdEmitString() if size is NULL. * Fixed printing of jobs with job name longer than 255 chars
+ Fixed reporting media-source-supported when sharing printer on older printers (Issue #644)
which has numbers as strings instead of keywords as InputSlot * Really backported fix for Issue #742
values. * Fixed 'cupsCopyDestInfo' device connection
+ Fixed IPP backend to support the "print-scaling" option with detection (Issue #586)
IPP printers. * Fixed "Upgrade" header handling when there is
+ Fixed potential race condition for the creation of temporary no TLS support (Issue #775)
queues. * Fixed memory leak when unloading a job (Issue #813)
+ Fixed httpGets timeout handling. * Fixed memory leak when creating color profiles (Issue #815)
+ Fixed checking for required attributes during PPD generation. * Fixed a punch finishing bug in the IPP Everywhere
+ Fixed encoding of IPv6 addresses in HTTP requests. support (Issue #821)
+ Fixed sending response headers to client. * Fixed crash in 'scan_ps()' if incoming argument
+ Fixed CGI program initialization and validation of form is NULL (Issue #831)
checkbox and text fields. * Fixed setting job state reasons for successful
jobs (Issue #832)
* Fixed infinite loop in IPP backend if hostname
is IP address with Kerberos (Issue #838)
* Added additional check on socket if 'revents' from 'poll()'
returns POLLHUP together with POLLIN or POLLOUT
in 'httpAddrConnect2()' (Issue #839)
* Fixed crash in 'ppdEmitString()' if 'size' is NULL (Issue #850)
* Fixed reporting 'media-source-supported' when
sharing printer which has numbers as strings instead of
keywords as 'InputSlot' values (Issue #859)
* Fixed IPP backend to support the "print-scaling" option
with IPP printers (Issue #862)
* Fixed potential race condition for the creation
of temporary queues (Issue #871)
* Fixed 'httpGets' timeout handling (Issue #879)
* Fixed checking for required attributes during
PPD generation (Issue #890)
* Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)
* Fixed sending response headers to client (Issue #927)
* Fixed CGI program initialization and validation
of form checkbox and text fields.
Issues are those at https://github.com/OpenPrinting/cups/issues
- Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 26 10:48:53 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Mon Feb 26 10:48:53 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>