From: Michael R Sweet Date: Fri, 19 Mar 2021 13:05:49 +0000 (-0400) Subject: Changelog X-Git-Tag: v2.4b1~163^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e93fd794cc0e7223ebad6d48b3f1b6518f831fa;p=thirdparty%2Fcups.git Changelog --- diff --git a/CHANGES.md b/CHANGES.md index 9bb724a70e..4765b64810 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ CUPS v2.4rc1 (Pending) - Added support for CUPS running in a Snapcraft snap. - Added support for AirPrint and Mopria clients (Issue #105) +- Added configure support for specifying systemd dependencies in the CUPS + service file (Issue #144) - Fixed Kerberos authentication for the web interface (Issue #19) - The ZPL sample driver now supports more "standard" label sizes (Issue #70) - The IPP backend did not return the correct status code when a job was canceled @@ -19,6 +21,8 @@ CUPS v2.4rc1 (Pending) - The USB backend now runs as root (Issue #121) - Added pkg-config file for libcups (Issue #122) - Fixed a PPD memory leak caused by emulator definitions (Issue #124) +- The scheduler now includes the `[Job N]` prefix for job log messages, even + when using syslog logging (Issue #154) - Documentation fixes (Issue #92) - Localization updates (Issue #123, Issue #129, Issue #134, Issue #146) - USB quirk updates (Apple #5766, Apple #5838, Apple #5843, Apple #5867) @@ -28,9 +32,6 @@ CUPS v2.4rc1 (Pending) - Removed support for the (long deprecated and unused) `FontPath`, `LPDConfigFile`, `RIPCache`, and `SMBConfigFile` directives in `cupsd.conf` and `cups-files.conf`. -- Add `SYSTEMD_WANTED_BY` variable for adding different targets into 'WantedBy' - directive in CUPS service file during configuration (Issue #144) -- Log `Job N` even for syslog CUPS v2.3.3op2 (February 1, 2021)