]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Merge branch 'master' into remove_underscore 110/head
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sun, 7 Mar 2021 15:21:40 +0000 (10:21 -0500)
committerGitHub <noreply@github.com>
Sun, 7 Mar 2021 15:21:40 +0000 (10:21 -0500)
1  2 
CHANGES.md
cups/dest.c

diff --cc CHANGES.md
index e317297ff255dbd07f83ce4de5fd5c6148594dc4,234eca96cfb1179b4ee03d99ba1b3f0b80d0f499..1e55a51175f35c2cfa7bdf345689a7f9a9ce9b97
@@@ -7,17 -13,15 +13,16 @@@ CUPS v2.4rc1 (Pending
  - The `cupsfilter` command now shows error messages when options are used
    incorrectly (Issue #88)
  - Documentation fixes (Issue #92)
- - Remove underscore from queue name if it is the last character (PR #56)
+ - Kerberos (`AuthType Negotiate`) authentication is now deprecated (Issue #98)
+ - The PPD functions now treat boolean values as case-insensitive (Issue #106)
++- Temporary queue names no longer end with an underscore (Issue #110)
+ - Removed support for the (long deprecated and unused) `FontPath`,
+   `LPDConfigFile`, `RIPCache`, and `SMBConfigFile` directives in `cupsd.conf`
+   and `cups-files.conf`.
  
  
- Changes in CUPS v2.3.4
- ----------------------
- - Updated the macOS USB backend to support the M1 processor architecture.
- Changes in CUPS v2.3.3op2
- -------------------------
+ CUPS v2.3.3op2 (February 1, 2021)
+ ---------------------------------
  
  - Security: Fixed a buffer (read) overflow in the `ippReadIO` function
    (CVE-2020-10001)
diff --cc cups/dest.c
Simple merge