CHANGES IN V1.28.6
+ - libcupsfilters: In generated PPDs add an "OutputBin" option
+ also if it has only one choice (from OpenPrinting CUPS).
- libcupsfilters: Generated PPDs could have an "Unknown"
default InputSlot (OpenPrinting CUPS issue #44).
- cups-browsed: Removed unneeded IPP attribute additions
if ((attr = ippFindAttribute(response, "output-bin-supported",
IPP_TAG_ZERO)) != NULL &&
- (count = ippGetCount(attr)) > 1) {
+ (count = ippGetCount(attr)) > 0) {
static const char * const output_bins[][2] =
{ /* "output-bin" strings */
{ "auto", _("Automatic") },