File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : make
3131 run : make
3232 - name : test
33- run : make test || cat test/error_log*
33+ run : make test
3434
3535 build-linux-i386 :
3636
5454 - name : make
5555 run : make
5656 - name : test
57- run : make test || cat test/error_log*
57+ run : make test
5858
5959 build-macos :
6060
6767 - name : make
6868 run : make
6969 - name : test
70- run : make test || cat test/error_log*
70+ run : make test
7171
7272 build-windows :
7373
Original file line number Diff line number Diff line change @@ -32,17 +32,21 @@ Changes in CUPS v2.4.17 (YYYY-MM-DD)
3232 log (Issue #1450 )
3333- Fixed possible use-after-free in ` cupsdReadClient() ` (Issue #1454 )
3434- Fixed a document format bug in the IPP backend (Issue #1457 )
35+ - Fixed DRAIN_OUTPUT race condition (Issue #1461 )
3536- Fixed a bug when then ` ippFindXxx ` and ` ippSetXxx ` functions were mixed.
3637- Fixed the mapping of supply type keywords to SNMP names.
3738- Fixed a bug in the IPP backend when SNMP was disabled.
3839- Fixed a crash bug in the rastertoepson filter.
3940- Fixed a bug in cgiCheckVariables.
41+ - Fixed handling read/write errors with OpenSSL (Issue #1506 )
42+ - Fixed handling rehandshake error in ` _httpTLSRead ` (Issue #1508 )
4043- Fixed a debug printf bug on Windows (Issue #1529 )
4144- Fixed a recursion issue with encoding of nested collections (Issue #1539 )
4245- Fixed parsing of the ` LimitRequestBody ` , ` MaxLogSize ` , and ` MaxRequestSize `
4346 directives in "cupsd.conf" (Issue #1540 )
4447- Fixed a parsing bug in ` ipptool ` (Issue #1542 )
4548- Fixed blank line detection in the ` rastertolabel ` filter (Issue #1545 )
49+ - Fixed ` httpPeek ` edge case on compressed streams
4650
4751
4852Changes in CUPS v2.4.16 (2025-12-04)
You can’t perform that action at this time.
0 commit comments