- Fixed a recursion issue in `ippReadIO`.
- Fixed validation of dateTime values with time zones more than UTC+11
(Issue #1201)
+- Fixed attributes returned by the Create-Xxx-Subscriptions requests
+ (Issue #1204)
Changes in CUPS v2.4.11 (2024-09-30)
/*
* IPP routines for the CUPS scheduler.
*
- * Copyright © 2020-2024 by OpenPrinting
+ * Copyright © 2020-2025 by OpenPrinting
* Copyright © 2007-2021 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
*
}
ippAddSeparator(con->response);
- ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER,
- "notify-subscription-id", sub->id);
+ copy_subscription_attrs(con, sub, /*ra*/NULL, /*exclude*/NULL);
con->response->request.status.status_code = IPP_OK;