From Fedora Project Wiki
Line 83: Line 83:
== Documentation ==
== Documentation ==
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
*
 
* CUPS 1.6b1 release [http://www.cups.org/articles.php?L675 notes]
* PDF as Standard Print Job [http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format Format]
* Tim's [http://lists.fedoraproject.org/pipermail/devel/2012-January/161306.html post] to fedora-devel mailing list
* Tim's article about CUPS 1.6 changes [http://cyberelk.net/tim/2012/02/06/cups-1-6-changes-ahead/ ahead]
* Novell/SUSE [https://bugzilla.novell.com/show_bug.cgi?id=735404 bug] about CUPS 1.6
* article about CUPS 1.6 on [http://lwn.net/Articles/485617/ lwn.net]


== Release Notes ==
== Release Notes ==

Revision as of 16:26, 28 January 2013

CUPS 1.6

Summary

Update CUPS to the latest upstream release.

Owner

Current status

  • Targeted release: Fedora 19
  • Last updated: 2013-01-28
  • Percentage of completion: 75%

Detailed Description

CUPS 1.6 was released in July 2012 and has brought several important features

  • Merged Fedora's patch for color management using colord
  • Merged Fedora's patch for mDNS/DNS-SD support using Avahi
  • Removed support for CUPS Browsing and Polling
    • The CUPS Browsing protocol is currently the primary mechanism for CUPS-to-CUPS printer queue discovery on Linux. It works by having each CUPS server periodically broadcast UDP packets on port 631 announcing its available queues, and listening for broadcasts from other CUPS servers. CUPS Browsing protocol has no longer been meeting the requirements of current networking technologies, and in fact has had some bad effects on wireless networks due to the use of UDP broadcasts. Rather than trying to address these issues by introducing a new and incompatible update to the protocol, the existing mDNS/DNS-SD standards can serve as a ready replacement and actually has been used in CUPS for many years now.
  • All filters and backends not used by Mac OS X have been dropped
    • These filters and backends, together with the filters for the PDF printing workflow are now hosted as the cups-filters project at linuxfoundation.org.

PDF printing workflow

  • Currently CUPS uses PostScript as the common format for manipulating print jobs. We want to switch the standard print job transfer format from PostScript to PDF, which has many important advantages.
  • Additional filters for the PDF printing workflow have been added to the new cups-filters.

Benefit to Fedora

  • Fedora stays in sync with upstream.
  • Using PDF as standard print job format could lead to faster printing (as newer printers understand PDF natively) and more reliable page manipulation. PDF format allows for easier post-processing, newer features like transparency and high bit-depth color, and a simpler printing pipeline.

Scope

  • update to cups-1.6.x (100% DONE)
  • package cups-filters (100% DONE, review)
  • package qpdf (100% DONE, review)
  • Avahi by Default on the Desktop (100% DONE)
    • Automatic CUPS queue discovery will require Avahi to be running on both the server (i.e. the system hosting the CUPS queue) and the clients (i.e. the systems wanting to print to it).
  • Add back CUPS Browsing and/or Polling capabilities, probably to cups-browsed daemon (cups-filters package) (0% DONE)
  • Print dialog needs to support Bonjour broadcasting of remote printers (patch under review upstream)

How To Test

Test cases:

User Experience

Dependencies

Contingency Plan

If this feature is not ready by the deadline, revert back to cups-1.5.4.

Documentation

  • CUPS 1.6b1 release notes
  • PDF as Standard Print Job Format
  • Tim's post to fedora-devel mailing list
  • Tim's article about CUPS 1.6 changes ahead
  • Novell/SUSE bug about CUPS 1.6
  • article about CUPS 1.6 on lwn.net

Release Notes

Comments and Discussion