Skip to content

v1.1.19

Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 17 Mar 20:51
· 2533 commits to master since this release

Changes in CUPS v1.1.19:

  • The GNU TLS code incorrectly used gnutls_check_pending() instead of gnutls_record_check_pending() (Issue #128)
  • The ppdEmit() functions output "PageSize Custom" instead of "CustomPageSize True" in the DSC comments. Also, the custom page size code did not use the ParamCustomPageSize attributes (Issue #127)
  • The cupstestppd command did not list the conflicting options (Issue #123)
  • The lpq command did not ensure that there was whitespace between the fields in the job listing (Issue #117)
  • The German web templates had errors (Issue #119)
  • The configure script didn't specify the static libraries properly when configuring with the --disable-shared option (Issue #104)
  • The cups.list file used file dependencies for package formats other than portable, RPM, and Debian (Issue #98)
  • cupsLangGet() didn't use its language cache (Issue #97)
  • "lpq -P" would segfault instead of showing a usage message (Issue #94)
  • Fixed compiler warnings in pdftops filter (Issue #96)