We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3037ea commit 0142eebCopy full SHA for 0142eeb
2 files changed
CHANGES.md
@@ -35,6 +35,7 @@ Changes in CUPS v2.4.17 (YYYY-MM-DD)
35
- Fixed a crash bug in the rastertoepson filter.
36
- Fixed the range check for job password strings.
37
- Fixed a bug in cgiCheckVariables.
38
+- Fixed a printer subscription bug in the scheduler.
39
40
41
Changes in CUPS v2.4.16 (2025-12-04)
scheduler/printers.c
@@ -644,6 +644,12 @@ cupsdDeletePrinter(
644
update ? "Job stopped due to printer being deleted." :
645
"Job stopped.");
646
647
+ /*
648
+ * Expire subscriptions on the printer...
649
+ */
650
+
651
+ cupsdExpireSubscriptions(p, /*job*/NULL);
652
653
/*
654
* Remove the printer from the list...
655
*/
0 commit comments