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