]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.5.txt
Merge changes from CUPS 1.6svn-r10002
[thirdparty/cups.git] / CHANGES-1.5.txt
CommitLineData
a4845881
MS
1CHANGES-1.5.txt
2---------------
3
4CHANGES IN CUPS V1.5.1
5
6 - Documentation updates (STR #3885)
83e08001
MS
7 - Fixed some IPP conformance issues in the scheduler.
8 - Added ipptool support for repeating requests.
9 - Added IPP/2.2 conformance tests and greatly improved the IPP/1.1
10 conformance testing.
11 - IPP messages containing mixed integer/rangeOfInteger values did not
12 work (STR #3942)
13 - The ipptool program now provides additional diagnostics for badly-
14 formatted responses (STR #3857)
15 - When possible, the IPP backend now stops sending job data early on a
16 cancel.
17 - cupsSendRequest and cupsWriteRequestData did not properly read all
18 HTTP headers, preventing authentication and encryption upgrades from
19 working in all cases.
85dda01c
MS
20 - The client.conf Server directive is no longer supported on Mac OS X
21 10.7 and later.
22 - The IPP backend sent the wrong margins in media-col.
23 - The scheduler did not save or restore large Kerberos credentials for
24 jobs.
25 - The dnssd backend did not properly browse for secure IPP printers.
26 - httpAssembleURI* did not properly escape all special characters in the
27 username/password field.
a4845881
MS
28 - The scheduler now logs config file errors to stderr (STR #3936)
29 - The configure script incorrectly used bundle-based localizations on
30 Linux (STR #3938)
31 - The cups-driverd helper program did not cache .drv files properly,
32 sometimes leading to a crash (STR #3921)
33 - CUPS did not build on stock Mac OS X installations.
34 - Encryption was broken with OpenSSL.
35 - ipptool's XML output used date/time values with timezone offsets,
36 which are not supported by Mac OS X's NSDate class.
37 - Several programs did not support the cupsFilter2 keyword in PPD files.
38 - The IPP backend incorrectly reported spool-area-full states.
39 - cupsMarkOptions() did not protect against a bad PPD that was missing
40 one or more standard Duplex options.
41 - The PostScript filter did not mirror N-up output properly.
42 - The ipptool program did not validate UTF-8 strings in XML output.
43 - Fixed supply level reporting for some printers.
44 - The scheduler no longer automatically logs debug messages for jobs
45 that were held or canceled.
46 - The cupsSendRequest function did not flush remaining response data
47 from a previous request, leading to apparent chunking issues.
48 - The scheduler did not report the correct version in the Server: header
49 (STR #3903)
50 - The scheduler did not support 1284 device IDs reported by driver
51 interface programs longer than 127 characters (STR #3871)
52 - The image filters did not support loading images larger than the
53 RIPCache setting (STR #3901)
54 - "PAGE: total NNN" messages did not get logged properly (STR #3887)
55 - Updated the PWG Raster support to conform to the current draft of the
56 PWG Raster Format specification.
57 - The PWG Raster filter did not always write the correct number of
58 padding lines on the bottom of the page (STR #3904)
59 - When reporting a denial-of-service attack from the domain socket, the
60 address reported does not always contain the correct path (STR #3888)
61 - Badly formed GIF files could cause the image filters to crash
62 (STR #3914)
63 - Jobs canceled at the printer were retried by the IPP backend.
64 - "cupsfilter -u" deleted the input file instead of the PPD file.
65 - The scheduler did not compute the cost of PPD filters defined using
66 the cupsFilter2 keyword properly.
67 - The scheduler did not correctly support the maxsize() attribute for
68 PPD filters.
69
70
71CHANGES IN CUPS V1.5.0
72
73 - Documentation updates.
74 - Localization update (STR #3865)
75 - Needed to limit TLS to v1.0 on some versions of Mac OS X.
76 - The snmp backend did not work with some printers.
77
78
79CHANGES IN CUPS V1.5rc1
80
81 - Compile fixes (STR #3849, STR #3850)
82 - The scheduler didn't check for empty values for several configuration
83 directives (STR #3861)
84 - ipptool didn't generate valid XML when a test was skipped.
85 - Added additional error checking to the 1284 device ID code (STR #3858)
86 - Fixed some compatibility issues migrating from the old usblp backend
87 to the libusb backend (STR #3860)
88 - Fixed the wake-from-sleep printing behavior on Mac OS X.
89 - The scheduler incorrectly allowed jobs to be held from a terminating
90 state.
91 - The cups-driverd program could crash when a PPD was renamed.
92 - The dnssd backend took too long to discover printers on large or busy
93 networks with the new default timeout used by lpinfo and the web
94 interface. This resulted in "lost" printers.
95
96
97CHANGES IN CUPS V1.5b2
98
99 - Documentation updates.
100 - Localization updates (STR #3845)
101 - Compiler warning cleanup.
102 - Fixed PIE support for Linux (STR #3846)
103 - Made httpSetTimeout API public and use it in the IPP backend to avoid
104 timeout errors.
105 - The scheduler incorrectly set the "authenticated" printer-type bit for
106 remote queues using authentication.
107
108
109CHANGES IN CUPS V1.5b1
110
111 - The CUPS library now supports per-connection HTTP timeouts and
112 callbacks.
113 - The CUPS library now supports (limited) SSL/TLS X.509 certificate
114 validation and revocation (STR #1616)
115 - Updated the PostScript filter to support IncludeFeature in more
116 circumstances (STR #3417)
117 - The schedule did not correctly parse some IPv6 addresses and masks in
118 the cupsd.conf file (STR #3533)
119 - Fixed a case-insensitive string comparison issue for locales that do
120 not treat "I" and "i" as equivalent (STR #3800)
121 - The scheduler reported an incorrect job-printer-uri value when sharing
122 was not enabled (STR #3639)
123 - The scheduler now allows the ServerAlias directive to contain multiple
124 hostnames separated by spaces or commas (STR #3813)
125 - The scheduler now sets the process group for child processes and
126 manages the group (STR #2829)
127 - Fixed some minor issues discovered by a Coverity scan (STR #3838)
128 - The scheduler now more carefully creates and removes configuration,
129 cache, and state files (STR #3715)
130 - The lpadmin command now allows default option values to be deleted
131 (STR #2959)
132 - The lpadmin command now allows the cupsIPPSupplies and
133 cupsSNMPSupplies keywords to be set in a PPD file (STR #3825)
134 - Moving a held job no longer releases it (STR #3839)
135 - Restored support for GNU TLS and OpenSSL with threading enabled
136 (STR #3605)
137 - Fixed a confusing error message from cups-polld (STR #3806)
138 - Increased the default RIPCache value to 128MB (STR #3535)
139 - MIME errors are now routed to the error_log file (STR #2410)
140 - Updated PDF filter to support new Ghostscript ps2write device
141 (STR #3766)
142 - Updated PDF filter to support new Poppler option to preserve page
143 sizes in PDF files when the user has not selected a particular media
144 size (STR #3689)
145 - Added new PWG Raster filter for IPP Everywhere printer support.
146 - Added job-uuid, printer-uuid, and subscription-uuid attributes.
147 - Added support for the cupsSingleFile PPD keyword.
148 - Dropped support for the printer-state-history attribute (STR #3654)
149 - Added support for a new cupsIPPSupplies keyword in PPD files to allow
150 drivers to disable IPP supply level reporting.
151 - Added support for a new cupsFilter2 keyword in PPD files to allow for
152 the propagation of the actual MIME media type produced by a filter.
153 - The scheduler did not always get the correct Kerberos username when
154 authenticating (STR #3670)
155 - Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
156 CUPS imaging library to support printing to IPP Everywhere raster
157 printers.
158 - The scheduler now provides default values for the pages-per-minute and
159 pages-per-minute-color attributes for PPD files that lack a
160 Throughput keyword.
161 - Email notifications did not work on Mac OS X.
162 - The cupstestppd program now shows an error for files missing a
163 CloseGroup keyword (STR #3668)
164 - Name resolution errors no longer cause queues to stop (STR #3719,
165 STR #3753)
166 - Added a new cups-exec helper program that applies security profiles
167 to filters, port monitors, backends, CGI programs, and mini-daemons.
168 - The web interface can now be disabled using the WebInterface directive
169 in cupsd.conf (STR #2625)
170 - The scheduler now provides privacy controls for jobs and subscriptions
171 (STR #2969)
172 - Added new cupsArrayNew3 API which offers memory management of array
173 elements.
174 - Added several new color spaces to the CUPS raster format (STR #3419)
175 - The Validate-Job operation now uses the same policy as Print-Job by
176 default.
177 - CUPS now uses iconv to implement all of its character encoding
178 support (STR #3097)
179 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
180 Close-Job operations along with the job-ids operation attribute from
181 PWG 5100.11.
182 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
183 (<cups/ppd.h>).
184 - The scheduler and CUPS API now support the print-quality job template
185 attribute.
186 - The scheduler no longer supports the old Mac OS X Server quota
187 plugin.
188 - The scheduler now allows writing to /Users/Shared from print filters
189 on Mac OS X.
190 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
191 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
192 were introduced in CUPS 1.2 must now be used.
193 - The ipptest tool is now a first-class user program and has several
194 improvements along with new documentation (STR #3484)
195 - The cupstestppd tool now warns about non-unique filenames and
196 provides a way to ignore all filename warnings.
197 - Dropped support for the recoverable: and recovered: message prefixes.
198 - The scheduler now requires that filters and backends have group write
199 permissions disabled.
200 - The PPD compiler now checks for overlapping filenames when writing
201 PPD files.
202 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
203 - The SCSI backend is no longer included with CUPS (STR #3500)