Opened 6 years ago

Closed 6 years ago

#10197 closed enhancement (fixed)

cups-filters-1.18.0

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

CHANGES IN V1.18.0

  • braille: Add support for page-ranges option.
  • braille: Fix supporting docx and LO file names with spaces.
  • .gitignore: Updated and cleaned up.
  • Build system: Make sure that "make dist" always includes all files of the repository, plus the files generated by ./autogen.sh, independent of the system configuration and the used ./configure options.
  • pdftoijs, pdftoopvp: Build pdftoijs and pdftoopvp only on demand (via "--enable-ijs" and "--enable-opvp" on the ./configure command line). There are actually no known printer drivers using these filters. If no one complains about the missing filters they will get completely removed.
  • Build system: Set default path for pdftops to /usr/bin/pdftops also for cross-compiling (Bug #1417).
  • cups-browsed: Set "printer-location" as an attribute and not as an option when creating/updating a CUPS queue (Bug #1413).
  • braille: Fix handling non-printable characters in BRF files.
  • braille: Fix printing backslashes in BRF files.
  • braille: use application/vnd.cups-brf instead of text/vnd.cups-brf. Thanks to Samuel Thibault for this patch.
  • braille: Make sure liblouis emits pure BRF output.
  • braille: Spaces at the head of lines were not getting embossed, because bash would eat them in the read command. IFS allows to avoid the issue.
  • gstoraster: Emit proper error message if Ghostscript is missing.
  • braille: Old bash does not like quotes, like in '$(("123" + 0))'. Removed unneeded quotes.
  • braille: Index V5 embossers are compatible with the V4 protocol so we do not need driver changes, we just need to advertise the support.

comment:3 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19624.

Note: See TracTickets for help on using tickets.