- Fixed a memory leak in `httpClose` (Issue #1223)
- Fixed missing commas in `ippCreateRequestedArray` (Issue #1234)
-- Fixed subscription threading issues in the scheduler (Issue #1235)
+- Fixed subscription issues in the scheduler and D-Bus notifier (Issue #1235)
Changes in CUPS v2.4.12 (2025-04-08)
/*
* D-Bus notifier for CUPS.
*
- * Copyright © 2020-2024 by OpenPrinting.
- * Copyright 2008-2014 by Apple Inc.
- * Copyright (C) 2011, 2013 Red Hat, Inc.
- * Copyright (C) 2007 Tim Waugh <twaugh@redhat.com>
- * Copyright 1997-2005 by Easy Software Products.
+ * Copyright © 2020-2025 by OpenPrinting.
+ * Copyright © 2008-2014 by Apple Inc.
+ * Copyright © 2011, 2013 Red Hat, Inc.
+ * Copyright © 2007 Tim Waugh <twaugh@redhat.com>
+ * Copyright © 1997-2005 by Easy Software Products.
*
- * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more
+ * information.
*/
/*
signame = "PrinterAdded";
else if (!strcmp(word2, "deleted"))
signame = "PrinterDeleted";
- else if (!strcmp(word2, "modified"))
+ else if (!strcmp(word2, "config-changed") || !strcmp(word2, "modified"))
signame = "PrinterModified";
else
continue;