]> git.ipfire.org Git - thirdparty/cups.git/commit - CHANGES.md
The `cupsEnumDests` function did not include options from the lpoptions
authorMichael R Sweet <michaelrsweet@gmail.com>
Thu, 14 Dec 2017 14:45:08 +0000 (09:45 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Thu, 14 Dec 2017 14:45:08 +0000 (09:45 -0500)
commitc5f5c5a7683924618b3e6a0ab6db5a1674db8f6d
tree7c9a6cfe5a004cf557fd4968de0bc888f7d259cb
parentdb0c6e1dc6b93d9e16475b88a5eaaf98f11b8466
The `cupsEnumDests` function did not include options from the lpoptions
files (Issue #5144)

cups/dest.c:
- Add destination array for lpoptions destinations and options.
- Move application of options from _cupsGetDests to cups_enum_dests.
- Update cups_get_dests to offer a "load all" mode.

cups/testdest.c:
- Show the default destination
- Add --get.
CHANGES.md
cups/dest.c
cups/testdest.c