summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add "kerberos" policy for Kerberized printing support (standard on macOS for aMichael R Sweet2016-11-15
| | | | long time...)
* Add "printer-id" attribute to list of printer attributes.Michael R Sweet2016-11-15
|
* Add address logging to network backends (<rdar://problem/29268474>)Michael R Sweet2016-11-15
|
* Handle Apple raster.Michael Sweet2016-11-08
|
* More IPP Everywhere fixes/improvements (Issue #4916)Michael R Sweet2016-11-08
|
* Fix typo.Michael R Sweet2016-11-08
|
* The ippContainsString function now uses case-insensitive comparisons forMichael R Sweet2016-11-08
| | | | mimeMediaType, name, and text values in conformance with RFC 2911.
* Don't create log files on startup (<rdar://problem/28332470>)Michael Sweet2016-11-07
|
* Fix some issues with the Zebra ZPL printer driver (Issue #4898)Michael R Sweet2016-11-07
| | | | | | | | - Move "delete graphic" command after "end format" command since some older printers seem to have bugs with that. - Add "print width" command so that label is properly centered. - Add "inverted orientation" command so that labels are properly oriented (leading-edge == top)
* Update HTML versions of man pages.Michael R Sweet2016-11-07
|
* More changes for Issue #4909:Michael Sweet2016-10-28
| | | | | - Don't include cupsFilter2 lines for PostScript, PCLXL, or TIFF. - Update PWG media support code to always have a PPD size name.
* Improve IPP Everywhere support (Issue #4909)Michael R Sweet2016-10-27
|
* Update HTML versions of man pages.Michael R Sweet2016-10-27
|
* Add beta support for AppleRaster (per IANA Printer MIB)Michael R Sweet2016-10-27
|
* Add a USB quirk rule for the Kyocera Ecosys P6026cdn (Issue #4900)Michael Sweet2016-10-21
|
* Fixed some issues with IPP Everywhere printer support (Issue #4893)Michael Sweet2016-10-21
|
* Fix Brazilian Portugeuse web interface (PR #4894)Michael Sweet2016-10-20
|
* Merge branch 'master' of https://github.com/apple/cupsMichael Sweet2016-10-20
|\
| * Merge pull request #4908 from EvertonMelo/patch-4Michael R Sweet2016-10-20
| |\ | | | | | | Update cups.desktop.in for Bengali Indian
| | * Update cups.desktop.inEverton Melo2016-10-20
| | | | | | | | | adding interface for Bengali indian
* | | Update API documentation (PR #4896).Michael Sweet2016-10-20
|/ /
* | Fix builds on systems without a working poll() implementation (Issue #4905)Michael R Sweet2016-10-20
| |
* | Remove ASL checks from configure script and config.h files.Michael R Sweet2016-10-20
| |
* | Drop remainder of ASL logging code since it is deprecated in macOS Sierra.Michael R Sweet2016-10-20
| |
* | Remove unnecessary logging.Michael R Sweet2016-10-20
| | | | | | | | Fix compiler warning for group ID comparisons.
* | Fix crash bug.Michael R Sweet2016-10-20
|/
* Add additional debug information from IPP backend (logging all requests andMichael R Sweet2016-10-19
| | | | responses).
* Update changelog.Michael Sweet2016-10-17
|
* Merge pull request #4904 from EvertonMelo/patch-3Michael R Sweet2016-10-17
|\ | | | | Update cups.desktop.in localizations.
| * Update cups.desktop.inEverton Melo2016-10-17
|/ | | | | | | | | | adding interface for Afrikaans; adding interface for Albanian; adding interface for Azerbaijani support on: https://support.mozilla.org/en-US/kb/localization-dashboard standard ISO 639: https://en.wikipedia.org/wiki/ISO_639
* Changelog.Michael Sweet2016-10-13
|
* Merge pull request #4895 from EvertonMelo/patch-2Michael R Sweet2016-10-13
|\ | | | | Update cups.desktop.in for several languages.
| * Update cups.desktop.inEverton Melo2016-10-06
| | | | | | | | | | | | | | | | | | | | | | | | adding interface for Portuguese Portugal. adding interface for Korean adding interface for Thai adding interface for Arabic adding interface for Uzbek support on: https://support.mozilla.org/en-US/kb/localization-dashboard standard ISO 639: https://en.wikipedia.org/wiki/ISO_639
* | The cups-lpd program did not catch all legacy usage of ISO-8859-1 (Issue #4899)Michael Sweet2016-10-13
|/
* Bump version to 2.2.1.Michael R Sweet2016-10-03
|
* Changelog.Michael Sweet2016-10-01
|
* Merge pull request #4885 from OdyX/manpages-inconsistenciesMichael R Sweet2016-10-01
|\ | | | | Fix some manpage formatting inconsistencies
| * Fix xinetd reference.Michael R Sweet2016-10-01
| |
| * Fix outside bracket for the last program in the cups-lpd.man manpage listDidier Raboud2016-09-25
| | | | | | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
| * Fix punctuation inconsistency in cupsd.conf.manDidier Raboud2016-09-25
| | | | | | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
| * Fix internal manpage references in cupsd.conf.manDidier Raboud2016-09-25
| | | | | | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
| * Fix 'it not'/'is not' typo in client.conf.man manpageDidier Raboud2016-09-25
| | | | | | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
| * Fix design/designed typo in backend.man manpageDidier Raboud2016-09-25
| | | | | | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
| * Fix function typesetting inconsistency in backend.man manpageDidier Raboud2016-09-25
| | | | | | | | Report-By: Helge Kreutzmann <debian@helgefjell.de>
* | Update changelog.Michael Sweet2016-10-01
| |
* | Merge pull request #4886 from jschwender/patch-2Michael R Sweet2016-10-01
|\ \ | | | | | | Update cups_de.po
| * | Update cups_de.pojschwender2016-09-29
| | | | | | | | | Some typos fixed and more translations added
* | | Merge pull request #4887 from jschwender/patch-3Michael R Sweet2016-10-01
|\ \ \ | |/ / |/| | Update CREDITS.txt
| * | Update CREDITS.txtjschwender2016-09-29
|/ / | | | | I made most of the German localization, hope it is enough to be listed here.
* | cupsHashData did not use the correct hashing algorithm ↵Michael Sweet2016-09-22
| | | | | | | | (<rdar://problem/28209220>)