From: Michael R Sweet Date: Sun, 7 Mar 2021 15:02:00 +0000 (-0500) Subject: Changelog. X-Git-Tag: v2.4b1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699ed717b81de6ac3075e8829dcaf312b0837d64;p=thirdparty%2Fcups.git Changelog. --- diff --git a/CHANGES.md b/CHANGES.md index cfc4b824a4..b4443ec344 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ CUPS v2.4rc1 (Pending) incorrectly (Issue #88) - Documentation fixes (Issue #92) - Kerberos (`AuthType Negotiate`) authentication is now deprecated (Issue #98) +- The PPD functions now treat boolean values as case-insensitive (Issue #106) - Removed support for the (long deprecated and unused) `FontPath`, `LPDConfigFile`, `RIPCache`, and `SMBConfigFile` directives in `cupsd.conf` and `cups-files.conf`. diff --git a/cups/ppd.c b/cups/ppd.c index d6916b2474..beb45a6ebf 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -1,6 +1,7 @@ /* * PPD file routines for CUPS. * + * Copyright © 2021 by OpenPrinting. * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. *