- Added new value for 'lpstat' option '-W' - successfull - for getting
successfully printed jobs (Issue #830)
+- Added warning if the device has to be asked for 'all,media-col-database' separately
+ (Issue #829)
- Fixed memory leak when creating color profiles (Issue #815)
- Fixed memory leak when unloading a job (Issue #813)
- Raised `cups_enum_dests()` timeout for listing available IPP printers (Issue #751)
if ((attr = ippFindAttribute(response2, "media-col-database",
IPP_TAG_ZERO)) != NULL)
{
+ cupsdLogMessage(CUPSD_LOG_WARN, "The printer %s does not support requests"
+ " with attribute set \"all,media-col-database\", which breaks IPP"
+ " conformance (RFC 8011, 4.2.5.1 \"requested-attributes\")"
+ " - report the issue to your printer manufacturer", printer->name);
/*
* Copy "media-col-database" attribute into the original
* IPP response