Skip to content

Commit f3cbd2e

Browse files
committed
Update CHANGES.md and fix CI pipeline
The debugging command to cat the files causes to hide every issue...
1 parent 8a70a7b commit f3cbd2e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

@@ -54,7 +54,7 @@ jobs:
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

@@ -67,7 +67,7 @@ jobs:
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

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4852
Changes in CUPS v2.4.16 (2025-12-04)

0 commit comments

Comments
 (0)