Skip to content

Commit 929027c

Browse files
committed
Catch up on PAPPL releases.
1 parent b0e54bd commit 929027c

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

_posts/2025-03-20-pappl-1.4.9.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: PAPPL 1.4.9
3+
layout: single
4+
author: Mike
5+
excerpt: PAPPL v1.4.9 is a bug fix release.
6+
---
7+
8+
PAPPL v1.4.9 is now available for download and is a bug fix release. Changes include:
9+
10+
- Fixed a bug in job event notifications.
11+
- Fixed a bug that would delay shutdown by 60 seconds.
12+
- Fixed some notification bugs.
13+
- Fixed validation error checking bug in `papplPrinterCreate` (Issue #385)
14+
- Fixed page number that is passed to the raster endpage function.
15+
16+
Enjoy!
17+
18+
* <a href="https://github.com/michaelrsweet/pappl/releases/tag/v1.4.9" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-download" aria-hidden="true"></i>Download v1.4.9</a>
19+

_posts/2025-12-26-pappl-1.4.10.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: PAPPL 1.4.10
3+
layout: single
4+
author: Mike
5+
excerpt: PAPPL v1.4.10 is a bug fix release.
6+
---
7+
8+
PAPPL v1.4.10 is now available for download and is a bug fix release. Changes include:
9+
10+
- Changed the preferred/first printer URI to use the "ipps" scheme.
11+
- Updated the USB serial number code to better support non-compliant printers
12+
such as those from DYMO (Issue #396)
13+
- Now show the default and supported "output-bin" options (Issue #393)
14+
- Now suppress a duplicate 'auto' value for "media-source-supported" to work
15+
around a bug in the legacy-printer-app (Issue #394)
16+
- Now log the TLS version and cipher suite, when available.
17+
- Now create spool files with read-only permissions.
18+
- Now support setting "media-ready" with the modify sub-command (Issue #395)
19+
- Fixed attribute copying issue from multiple client threads (Issue #390)
20+
- Fixed driver validation for raw printing (Issue #391)
21+
- Fixed PNG looping issue (Issue #398)
22+
- Fixed default IPv6 listener (Issue #401)
23+
- Fixed builds against the latest libcups (Issue #403)
24+
- Fixed a deadlock issue in the web interface (Issue #406)
25+
26+
Enjoy!
27+
28+
* <a href="https://github.com/michaelrsweet/pappl/releases/tag/v1.4.10" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-download" aria-hidden="true"></i>Download v1.4.10</a>
29+

0 commit comments

Comments
 (0)