@@ -7,9 +7,8 @@ Changes in CUPS v2.5b1 (YYYY-MM-DD)
77- Added multiple language support for IPP Everywhere.
88- Added ` cupsConcatString ` , ` cupsCopyString ` , and ` cupsFormatString ` string
99 APIs.
10- - Added new ` cupsRasterInitHeader ` API.
11- - Added ` httpConnectURI ` API.
12- - Added ` httpGetSecurity ` API.
10+ - Added ` cupsRasterInitHeader ` API.
11+ - Added ` httpConnectURI ` , ` httpGetCookieValue ` , and ` httpGetSecurity ` APIs.
1312- Added ` ippAddCredentialsString ` , ` ippGetFirstAttribute ` ,
1413 ` ippGetNextAttribute ` , ` ippRestore ` , and ` ippSave ` APIs.
1514- Added new DNS-SD APIs.
@@ -33,8 +32,8 @@ Changes in CUPS v2.5b1 (YYYY-MM-DD)
3332- Added a systemd slice to the systemd services included with the scheduler
3433- Added localizations for deprecated IPP attributes/options (Issue #1020 )
3534- Added support for specifying permissions with the ` cupsFileOpen ` API.
36- - Added new ` cupsGetClock ` API.
37- - Added new ` cupsParseOptions2 ` API with "end" argument.
35+ - Added ` cupsGetClock ` API.
36+ - Added ` cupsParseOptions2 ` API with "end" argument.
3837- Added ` cups-oauth ` and ` cups-x509 ` utilities (Issue #1184 )
3938- Added ` DNSSDComputerName ` directive to "cupsd.conf" and updated cupsd to
4039 correctly update the mDNS hostname only if the ` DNSSDHostName ` directive is
@@ -77,6 +76,8 @@ Changes in CUPS v2.5b1 (YYYY-MM-DD)
7776 filtering options in client.conf (Issue #1180 )
7877- Updated the CUPS web interface to make administrative tasks more discoverable
7978 (Issue #1207 )
79+ - Updated the ` httpSetCookie ` API to support multiple "Set-Cookie:" header
80+ values.
8081- Deprecated the "page-border" Job Template attribute (Issue #1020 )
8182- Removed the ` cups-config ` utility (use ` pkg-config ` instead)
8283- Fixed use-after-free in ` cupsdAcceptClient() ` when we log warning during error
0 commit comments