]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Merge changes from CUPS 1.5rc1-r9815.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2011-06-05
2 ------------------------
3
4 CHANGES IN CUPS V1.5rc1
5
6 - The dnssd backend took too long to discover printers on large or busy
7 networks with the new default timeout used by lpinfo and the web
8 interface. This resulted in "lost" printers.
9
10
11 CHANGES IN CUPS V1.5b2
12
13 - Documentation updates.
14 - Localization updates (STR #3845)
15 - Compiler warning cleanup.
16 - Fixed PIE support for Linux (STR #3846)
17 - Made httpSetTimeout API public and use it in the IPP backend to avoid
18 timeout errors.
19 - The scheduler incorrectly set the "authenticated" printer-type bit for
20 remote queues using authentication.
21
22
23 CHANGES IN CUPS V1.5b1
24
25 - The CUPS library now supports per-connection HTTP timeouts and
26 callbacks.
27 - The CUPS library now supports (limited) SSL/TLS X.509 certificate
28 validation and revocation (STR #1616)
29 - Updated the PostScript filter to support IncludeFeature in more
30 circumstances (STR #3417)
31 - The schedule did not correctly parse some IPv6 addresses and masks in
32 the cupsd.conf file (STR #3533)
33 - Fixed a case-insensitive string comparison issue for locales that do
34 not treat "I" and "i" as equivalent (STR #3800)
35 - The scheduler reported an incorrect job-printer-uri value when sharing
36 was not enabled (STR #3639)
37 - The scheduler now allows the ServerAlias directive to contain multiple
38 hostnames separated by spaces or commas (STR #3813)
39 - The scheduler now sets the process group for child processes and
40 manages the group (STR #2829)
41 - Fixed some minor issues discovered by a Coverity scan (STR #3838)
42 - The scheduler now more carefully creates and removes configuration,
43 cache, and state files (STR #3715)
44 - The lpadmin command now allows default option values to be deleted
45 (STR #2959)
46 - The lpadmin command now allows the cupsIPPSupplies and
47 cupsSNMPSupplies keywords to be set in a PPD file (STR #3825)
48 - Moving a held job no longer releases it (STR #3839)
49 - Restored support for GNU TLS and OpenSSL with threading enabled
50 (STR #3605)
51 - Fixed a confusing error message from cups-polld (STR #3806)
52 - Increased the default RIPCache value to 128MB (STR #3535)
53 - MIME errors are now routed to the error_log file (STR #2410)
54 - Updated PDF filter to support new Ghostscript ps2write device
55 (STR #3766)
56 - Updated PDF filter to support new Poppler option to preserve page
57 sizes in PDF files when the user has not selected a particular media
58 size (STR #3689)
59 - Added new PWG Raster filter for IPP Everywhere printer support.
60 - Added job-uuid, printer-uuid, and subscription-uuid attributes.
61 - Added support for the cupsSingleFile PPD keyword.
62 - Dropped support for the printer-state-history attribute (STR #3654)
63 - Added support for a new cupsIPPSupplies keyword in PPD files to allow
64 drivers to disable IPP supply level reporting.
65 - Added support for a new cupsFilter2 keyword in PPD files to allow for
66 the propagation of the actual MIME media type produced by a filter.
67 - The scheduler did not always get the correct Kerberos username when
68 authenticating (STR #3670)
69 - Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
70 CUPS imaging library to support printing to IPP Everywhere raster
71 printers.
72 - The scheduler now provides default values for the pages-per-minute and
73 pages-per-minute-color attributes for PPD files that lack a
74 Throughput keyword.
75 - Email notifications did not work on Mac OS X.
76 - The cupstestppd program now shows an error for files missing a
77 CloseGroup keyword (STR #3668)
78 - Name resolution errors no longer cause queues to stop (STR #3719,
79 STR #3753)
80 - Added a new cups-exec helper program that applies security profiles
81 to filters, port monitors, backends, CGI programs, and mini-daemons.
82 - The web interface can now be disabled using the WebInterface directive
83 in cupsd.conf (STR #2625)
84 - The scheduler now provides privacy controls for jobs and subscriptions
85 (STR #2969)
86 - Added new cupsArrayNew3 API which offers memory management of array
87 elements.
88 - Added several new color spaces to the CUPS raster format (STR #3419)
89 - The Validate-Job operation now uses the same policy as Print-Job by
90 default.
91 - CUPS now uses iconv to implement all of its character encoding
92 support (STR #3097)
93 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
94 Close-Job operations along with the job-ids operation attribute from
95 PWG 5100.11.
96 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
97 (<cups/ppd.h>).
98 - The scheduler and CUPS API now support the print-quality job template
99 attribute.
100 - The scheduler no longer supports the old Mac OS X Server quota
101 plugin.
102 - The scheduler now allows writing to /Users/Shared from print filters
103 on Mac OS X.
104 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
105 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
106 were introduced in CUPS 1.2 must now be used.
107 - The ipptest tool is now a first-class user program and has several
108 improvements along with new documentation (STR #3484)
109 - The cupstestppd tool now warns about non-unique filenames and
110 provides a way to ignore all filename warnings.
111 - Dropped support for the recoverable: and recovered: message prefixes.
112 - The scheduler now requires that filters and backends have group write
113 permissions disabled.
114 - The PPD compiler now checks for overlapping filenames when writing
115 PPD files.
116 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
117 - The SCSI backend is no longer included with CUPS (STR #3500)