Blame CHANGES.md

Packit 2fc92b
CHANGES - 2.2.6 - 2017-11-01
Packit 2fc92b
============================
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.6
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- DBUS notifications could crash the scheduler (Issue #5143)
Packit 2fc92b
- Added USB quirks rules for Canon MP540 and Samsung ML-2160 (Issue #5148)
Packit 2fc92b
- Fixed TLS cipher suite selection with GNU TLS (Issue #5145, Issue #5150)
Packit 2fc92b
- Localization updates (Issue #5152)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.5
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- The scheduler's `-t` option did not force all errors to the standard error
Packit 2fc92b
  file, making debugging of configuration problems hard (Issue #5041)
Packit 2fc92b
- Fixed a typo in the CUPS Programming Manual (Issue #5042)
Packit 2fc92b
- Fixed RPM packaging issue (Issue #5043, Issue #5044)
Packit 2fc92b
- The `cupsGetDests` function incorrectly returned an empty list of printers if
Packit 2fc92b
  there was no default printer (Issue #5046)
Packit 2fc92b
- The `cupsGetDests` function waited too long for network printers (Issue #5049)
Packit 2fc92b
- Libtool support was completely broken with current libtool versions that use
Packit 2fc92b
  an incompatible command-line syntax (Issue #5050)
Packit 2fc92b
- Fixed a build issue with `--enable-mallinfo` (Issue #5051)
Packit 2fc92b
- The ippserver test program contained a deadlock issue (Issue #5054)
Packit 2fc92b
- The `cupsLocalizeDest*` functions did not provide base localizations for
Packit 2fc92b
  all registered IPP attributes and values (Issue #5056)
Packit 2fc92b
- The --enable-libtool configure option requires a path to the libtool program,
Packit 2fc92b
  but doesn't document or check for it (Issue #5062)
Packit 2fc92b
- Fixed the `SSLOptions DenyCBC` option when using GNU TLS (Issue #5065)
Packit 2fc92b
- Fixed the `ServerTokens None` option (Issue #5065)
Packit 2fc92b
- Fixed the default `ServerAlias` value from `ServerName` (Issue #5072)
Packit 2fc92b
- Fixed the adminurl field in the TXT record for fully-qualified `ServerName`
Packit 2fc92b
  values (Issue #5074)
Packit 2fc92b
- The scheduler now creates a PID file when not running on demand with a modern
Packit 2fc92b
  service launcher (Issue #5080)
Packit 2fc92b
- The web interface did not support newer language identifiers used by Microsoft
Packit 2fc92b
  web browsers (Issue #5803)
Packit 2fc92b
- Updated the cups-files.conf and cupsd.conf file documentation for missing
Packit 2fc92b
  directives (Issue #5084)
Packit 2fc92b
- Fixed an Avahi-related crash bug in the scheduler (Issue #5085, Issue #5086)
Packit 2fc92b
- Fixed the interactions between the "print-quality" and "cupsPrintQuality"
Packit 2fc92b
  options (Issue #5090)
Packit 2fc92b
- The IPP Everywhere PPD generator now sorts the supported resolutions before
Packit 2fc92b
  choosing them for draft, normal, and best quality modes (Issue #5091)
Packit 2fc92b
- Fixed the localization unit test on Linux (Issue #5097)
Packit 2fc92b
- The CUPS library did not reuse domain sockets (Issue #5098)
Packit 2fc92b
- Fixed the "make check" target for some environments (Issue #5099)
Packit 2fc92b
- The scheduler woke up once per second to remove old temporary queues
Packit 2fc92b
  (Issue #5100)
Packit 2fc92b
- Added USB quirk rule for Kyocera printer (Issue #5102, Issue #5103)
Packit 2fc92b
- Re-documented the limits of `file:///...` device URIs and moved the FileDevice
Packit 2fc92b
  directive in `cups-files.conf` to the list of deprecated configuration
Packit 2fc92b
  directives (Issue #5117)
Packit 2fc92b
- Added USB quirk rule for HP LaserJet 1160 printer (Issue #5121)
Packit 2fc92b
- Fixed the script interpreter detection in the configure script (Issue #5122)
Packit 2fc92b
- The network backends now retry on more error conditions (Issue #5123)
Packit 2fc92b
- Added a French translation of the web interface (Issue #5134)
Packit 2fc92b
- `cupsGetDests2` was not using the supplied HTTP connection (Issue #5135)
Packit 2fc92b
- `httpAddrConnect` leaked sockets in certain circumstances, causing some
Packit 2fc92b
  printers to hang (rdar://31965686)
Packit 2fc92b
- Fixed an issue with Chinese localizations on macOS (rdar://32419311)
Packit 2fc92b
- The IPP backend now always sends the "finishings" attribute for printers that
Packit 2fc92b
  support it because otherwise the client cannot override printer defaults
Packit 2fc92b
  (rdar://33169732)
Packit 2fc92b
- The `cupsGetNamedDest` function did not use the local default printer
Packit 2fc92b
  (rdar://33228500)
Packit 2fc92b
- The IPP backend incorrectly sent the "job-pages-per-set" attribute to PDF
Packit 2fc92b
  printers (rdar://33250434)
Packit 2fc92b
- Fixed the `cups.strings` file that is used on macOS (rdar://33287650)
Packit 2fc92b
- CUPS now sends the `Date` HTTP header in IPP requests (rdar://33302034)
Packit 2fc92b
- The `ippCopyAttribute` function did not copy out-of-band values correctly
Packit 2fc92b
  (rdar://33688003)
Packit 2fc92b
- Fixed the localization fallback code on macOS (rdar://33583699)
Packit 2fc92b
- The scheduler did not run with a high enough priority, causing problems on
Packit 2fc92b
  busy systems (rdar://33789342)
Packit 2fc92b
- Added support for Japanese Kaku 1 envelope size (rdar://34774110)
Packit 2fc92b
- The `ipptool` program's `-P` option did not work correctly.
Packit 2fc92b
- The `ipptool` program did not compare URI scheme or hostname components
Packit 2fc92b
  correctly for the WITH-ALL-HOSTNAMES, WITH-ALL-SCHEMES, WITH-HOSTNAME, or
Packit 2fc92b
  WITH-SCHEME predicates.
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.4
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- The scheduler did not remove old job files (Issue #4987)
Packit 2fc92b
- cupsEnumDests did not return early when all printers had been discovered
Packit 2fc92b
  (Issue #4989)
Packit 2fc92b
- The CUPS build system now supports cross-compilation (Issue #4897)
Packit 2fc92b
- Added a new CUPS Programming Manual to replace the aging API documentation.
Packit 2fc92b
- Added the `cupsAddIntegerOption` and `cupsGetIntegerOption` functions
Packit 2fc92b
  (Issue #4992)
Packit 2fc92b
- The `cupsGetDests` and `cupsCreateJob` functions now support Bonjour printers
Packit 2fc92b
  (Issue #4993)
Packit 2fc92b
- Added a USB quirk rule for Lexmark E260dn printers (Issue #4994)
Packit 2fc92b
- Fixed a potential buffer overflow in the `cupstestppd` utility (Issue #4996)
Packit 2fc92b
- IPP Everywhere improvements (Issue #4998)
Packit 2fc92b
- Fixed the "cancel all jobs" function in the web interface for several
Packit 2fc92b
  languages (Issue #4999)
Packit 2fc92b
- Fixed issues with local queues (Issue #5003, Issue #5008, Issue #5009)
Packit 2fc92b
- The `lpstat` command now supports a `-e` option to enumerate local printers
Packit 2fc92b
  (either previously added or on the network) that can be accessed
Packit 2fc92b
  (Issue #5005)
Packit 2fc92b
- The `lp` and `lpr` commands now support printing to network printers that
Packit 2fc92b
  haven't yet been added (Issue #5006)
Packit 2fc92b
- Fixed a typo in the mime.types file.
Packit 2fc92b
- Fixed a bug in the Spanish web interface template (Issue #5016)
Packit 2fc92b
- The `cupsEnumDests*` and `cupsGetDest*` functions now report the value of the
Packit 2fc92b
  "printer-is-temporary" Printer Status attribute (Issue #5028)
Packit 2fc92b
- Added Chinese localization (Issue #5029)
Packit 2fc92b
- The `cupsCheckDestSupported` function did not support `NULL` values
Packit 2fc92b
  (Issue #5031)
Packit 2fc92b
- Fixed some issues in the RPM spec file (Issue #5032)
Packit 2fc92b
- The `cupsConnectDest` function now supports the `CUPS_DEST_FLAGS_DEVICE` flag
Packit 2fc92b
  for explicitly connecting to the device (printer) associated with the
Packit 2fc92b
  destination.
Packit 2fc92b
- The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports
Packit 2fc92b
  `DenyCBC` and `DenyTLS1.0` options (Issue #5037)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.3
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- The IPP backend could get into an infinite loop for certain errors, causing a
Packit 2fc92b
  hung queue (<rdar://problem/28008717>)
Packit 2fc92b
- The scheduler could pause responding to client requests in order to save state
Packit 2fc92b
  changes to disk (<rdar://problem/28690656>)
Packit 2fc92b
- Added support for PPD finishing keywords (Issue #4960, Issue #4961,
Packit 2fc92b
  Issue #4962)
Packit 2fc92b
- The IPP backend did not send a media-col attribute for just the source or type
Packit 2fc92b
  (Issue #4963)
Packit 2fc92b
- IPP Everywhere print queues did not always support all print qualities
Packit 2fc92b
  supported by the printer (Issue #4953)
Packit 2fc92b
- IPP Everywhere print queues did not always support all media types supported
Packit 2fc92b
  by the printer (Issue #4953)
Packit 2fc92b
- The IPP Everywhere PPD generator did not return useful error messages
Packit 2fc92b
  (Issue #4954)
Packit 2fc92b
- The IPP Everywhere finishings support did not work correctly with common UI or
Packit 2fc92b
  command-line options (Issue #4976)
Packit 2fc92b
- Fixed an error handling issue for the network backends (Issue #4979)
Packit 2fc92b
- The default cupsd.conf file did not work on systems compiled without Kerberos
Packit 2fc92b
  support (Issue #4947)
Packit 2fc92b
- The "reprint job" option was not available for some canceled jobs
Packit 2fc92b
  (Issue #4915)
Packit 2fc92b
- Updated the job listing in the web interface (Issue #4978)
Packit 2fc92b
- Fixed some localization issues on macOS (<rdar://problem/27245567>)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.2
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- Fixed some issues with the Zebra ZPL printer driver (Issue #4898)
Packit 2fc92b
- Fixed some issues with IPP Everywhere printer support (Issue #4893,
Packit 2fc92b
  Issue #4909, Issue #4916, Issue #4921, Issue #4923, Issue #4932, Issue #4933,
Packit 2fc92b
  Issue #4938)
Packit 2fc92b
- The rastertopwg filter could crash with certain input (Issue #4942)
Packit 2fc92b
- Optimized connection usage in the IPP backend (<rdar://problem/29547323>)
Packit 2fc92b
- The scheduler did not detect when an encrypted connection was closed by the
Packit 2fc92b
  client on Linux (Issue #4901)
Packit 2fc92b
- The cups-lpd program did not catch all legacy usage of ISO-8859-1
Packit 2fc92b
  (Issue #4899)
Packit 2fc92b
- Fixed builds on systems without a working poll() implementation (Issue #4905)
Packit 2fc92b
- Added a USB quirk rule for the Kyocera Ecosys P6026cdn (Issue #4900)
Packit 2fc92b
- The scheduler no longer creates log files on startup
Packit 2fc92b
  (<rdar://problem/28332470>)
Packit 2fc92b
- The ippContainsString function now uses case-insensitive comparisons for
Packit 2fc92b
  mimeMediaType, name, and text values in conformance with RFC 2911.
Packit 2fc92b
- The network backends now log the addresses that were found for a printer
Packit 2fc92b
  (<rdar://problem/29268474>)
Packit 2fc92b
- Let's Encrypt certificates did not work when the hostname contained uppercase
Packit 2fc92b
  letters (Issue #4919)
Packit 2fc92b
- Fixed reporting of printed pages in the web interface (Issue #4924)
Packit 2fc92b
- Updated systemd config files (Issue #4935)
Packit 2fc92b
- Updated documentation (PR #4896)
Packit 2fc92b
- Updated localizations (PR #4894, PR #4895, PR #4904, PR #4908, Issue #4946)
Packit 2fc92b
- Updated packaging files (Issue #4940)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.1
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- Added "CreateSelfSignedCerts" directive for cups-files.conf to control whether
Packit 2fc92b
  the scheduler automatically creates its own self-signed X.509 certificates for
Packit 2fc92b
  TLS connections (Issue #4876)
Packit 2fc92b
- http*Connect did not handle partial failures (Issue #4870)
Packit 2fc92b
- Addressed some build warnings on Linux (Issue #4881)
Packit 2fc92b
- cupsHashData did not use the correct hashing algorithm
Packit 2fc92b
  (<rdar://problem/28209220>)
Packit 2fc92b
- Updated man pages (PR #4885)
Packit 2fc92b
- Updated localizations (PR #4877, PR #4886)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2.0
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- Normalized the TLS certificate validation code and added additional error
Packit 2fc92b
  messages to aid troubleshooting.
Packit 2fc92b
- The httpConnect functions did not work on Linux when cupsd was not running
Packit 2fc92b
  (Issue #4870)
Packit 2fc92b
- The --no-remote-any option of cupsctl had no effect (Issue #4866)
Packit 2fc92b
- http*Connect did not return early when all addresses failed (Issue #4870)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2rc1
Packit 2fc92b
-----------------------
Packit 2fc92b
Packit 2fc92b
- Updated the list of supported IPP Everywhere media types.
Packit 2fc92b
- The IPP backend did not validate TLS credentials properly.
Packit 2fc92b
- The printer-state-message attribute was not cleared after a print job with no
Packit 2fc92b
  errors (Issue #4851)
Packit 2fc92b
- The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did not
Packit 2fc92b
  always return an error for failed adds (Issue #4854)
Packit 2fc92b
- PPD files with names longer than 127 bytes did not work (Issue #4860)
Packit 2fc92b
- Updated localizations (Issue #4846, PR #4858)
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2b2
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- Added Upstart support (PR #4825)
Packit 2fc92b
- CUPS now supports Let's Encrypt certificates on Linux.
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
Changes in CUPS v2.2b1
Packit 2fc92b
----------------------
Packit 2fc92b
Packit 2fc92b
- All CUPS commands now support POSIX options (Issue #4813)
Packit 2fc92b
- The scheduler now restarts faster (Issue #4760)
Packit 2fc92b
- Improved performance of web interface with large numbers of jobs (Issue #3819)
Packit 2fc92b
- Encrypted printing can now be limited to only trusted printers and servers
Packit 2fc92b
  (<rdar://problem/25711658>)
Packit 2fc92b
- The scheduler now advertises PWG Raster attributes for IPP Everywhere clients
Packit 2fc92b
  (Issue #4428)
Packit 2fc92b
- The scheduler now logs informational messages for jobs at LogLevel "info"
Packit 2fc92b
  (Issue #4815)
Packit 2fc92b
- The scheduler now uses the getgrouplist function when available (Issue #4611)
Packit 2fc92b
- The IPP backend no longer enables compression by default except for certain
Packit 2fc92b
  raster formats that generally benefit from it (<rdar://problem/25166952>)
Packit 2fc92b
- The scheduler did not handle out-of-disk situations gracefully (Issue #4742)
Packit 2fc92b
- The LPD mini-daemon now detects invalid UTF-8 sequences in job, document, and
Packit 2fc92b
  user names (Issue #4748)
Packit 2fc92b
- The IPP backend now continues on to the next job when the remote server/
Packit 2fc92b
  printer puts the job on hold (<rdar://problem/24858548>)
Packit 2fc92b
- The scheduler did not cancel multi-document jobs immediately
Packit 2fc92b
  (<rdar://problem/24854834>)
Packit 2fc92b
- The scheduler did not return non-shared printers to local clients unless they
Packit 2fc92b
  connected to the domain socket (<rdar://problem/24566996>)
Packit 2fc92b
- The scheduler now reads the spool directory if one or more job cache entries
Packit 2fc92b
  point to deleted jobs (<rdar://problem/24048846>)
Packit 2fc92b
- Added support for disc media sizes (<rdar://problem/20219536>)
Packit 2fc92b
- The httpAddrConnect and httpConnect* APIs now try connecting to multiple
Packit 2fc92b
  addresses in parallel (<rdar://problem/20643153>)
Packit 2fc92b
- The cupsd domain socket is no longer world-accessible on macOS
Packit 2fc92b
  (<rdar://problem/7542560>)
Packit 2fc92b
- Interface scripts are no longer supported for security reasons
Packit 2fc92b
  (<rdar://problem/23135640>)
Packit 2fc92b
- Added a new cupsHashData API and support for hashed job passwords
Packit 2fc92b
  (<rdar://problem/20221502>)
Packit 2fc92b
- Localization fixes (<rdar://problem/25292403>, <rdar://problem/25461517>,
Packit 2fc92b
  Issue #4041, Issue #4796)
Packit 2fc92b
- Documentation changes (Issue #4624, Issue #4781)
Packit 2fc92b
- Packaging fixes (PR #4832)