Ref task T3505
Details
Details
- Reviewers
ikey - Group Reviewers
Triage Team - Maniphest Tasks
- T3505: cups-filters 1.13.5
- Commits
- R576:af8fdee7e113: Update cups-filters to 1.14.0
Diff Detail
Diff Detail
- Repository
- R576 cups-filters
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
CHANGES IN V1.14.0
- cups-browsed: When a printer is discovered via DNS-SD on the
"lo" (loopback) interface the printer is not reliably accessible through the reported host name (which is the network host name of the local machine). Until this problem is fixed in Avahi, we create queues for such printers with a URI based on the IP address. This is a workaround until Avahi fully supports the "lo" interface.
- cups-browsed: Added new setting "LocalOnly" for the CreateIPPPrinterQueues in cups-browsed.conf. With this new setting (which is the default from now on) only for local printers made available as IPP printers (like IPP-over-USB printers with ippusbxd) queues are auto-created. With this we can follow the common standard of distributions where USB printers are automatically set up and network printers not.
- cups-browsed: Fixes and improvements in comments and debug
messages: 1. Bonjour -> DNS-SD; 2. When a remote CUPS class is discovered, tell that it is a class; 3. Show network interface and IPv4/IPv6 when a DNS-Sd service appears or disappears.
- cups-browsed: Added ./configure script option
"--enable-auto-setup-driverless" to let cups-browsed automatically set up IPP network printers by default.
CHANGES IN V1.13.5
- foomatic-rip: When called via the utility cupsfilter from CUPS, foomatic-rip was not able to read the PPD file with the file name supplied as environment variable PPD (Bug #1388).
- driverless: Improved error message output.
- libcupsfilters: Fixed error handling of the PPD file
generator for driverless printing, so that callers get decent error messages.
- libcupsfilters: Do not generate a PPD file where the only
output data format is JPEG, as JPEG does not support multi-page documents.
- libcupsfilters: Let PPD generator skip broken page size
records and add warnings for debugging to the PPD.
- libcupsfilters: Updated PPD generator to match with the
current GIT state of the one of CUPS.
- braille: Automatically select a table according to the
current locale.
- braille: Update for liblouis table list.
- braille: Added support for text margins.
- cups-browsed: When creating a local queue for a remote CUPS
printer, add the line '*APRemoteQueueID: ""' to the PPD file so that CUPS sets the CUPS_PRINTER_REMOTE bit for the printer type of the local queue (Bug #1386).