]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
ff69828d00f558dba607650e978398e2bf02bee6
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2009-04-03
2 ------------------------
3
4 CHANGES IN CUPS V1.4b3
5
6 - Documentation fixes (STR #3044, STR #3057)
7 - Added complete localizations for German, Japanese, Polish, and
8 Russian and partial localizations for Chinese, Danish, Finnish,
9 French, Italian, Korean, Norwegian, Portuguese, and Swedish
10 (STR #3096, STR #3098, STR #3109, STR #3111, STR #3141)
11 - cupsWriteRequestData() flushed the output buffer unnecessarily,
12 causing reduced performance in some situations.
13 - If a CGI process died before sending its MIME headers, the request
14 would hang on the client.
15 - The printer/class/job search feature on the web interface did not
16 work (STR #3132)
17 - The scheduler did not write the printers out for classes.
18 - CUPS-Get-PPDs did not work properly when filtering by language,
19 product, or psversion (STR #3136)
20 - The scheduler now kills job filters when it takes more than 30 seconds
21 (configurable) to cancel or hold the job.
22 - The cupstestppd program did not validate the capitalization of
23 filenames in the PPD file.
24 - The cupstestppd program did not validate the PageSize and PageRegion
25 values.
26 - The cups-deviced helper program could miss reporting some backend
27 devices (STR #3108)
28 - The cupsSideChannelSNMP* functions did not work.
29 - The scheduler could consume 100% CPU when jobs were canceled.
30 - Clicking on "Select Another Make/Manufacturer" in the web interface
31 incorrectly added the printer (STR #3095)
32 - The scheduler no longer uses programs with insecure file
33 permissions.
34 - httpAssembleURI*() did not escape backslashes in hostnames.
35 - The dnssd backend did not unquote "full names" before creating the
36 device URI.
37 - The scheduler now supports JobRetryInterval values less than 10
38 seconds.
39 - Updated the Spanish localization (STR #3090)
40 - The scheduler did not redo Bonjour/DNS-SD registrations when updating
41 them failed.
42 - The "authenticated" policy incorrectly required authentication for
43 status operations.
44 - ppdOpen*() incorrectly loaded PPDs with multiple JobPatchFile
45 keywords.
46 - The network backends no longer report the SNMP "offline" status bit
47 since some printers report this status when the printer is busy
48 printing, warming up, etc.
49 - The scheduler no longer logs child processes killed via SIGKILL as
50 "crashed".
51 - The printer link shown on the "job moved" template was bad (STR #3085)
52 - Updated the HTML templates to use the final HTML 4 DOCTYPE (STR #3086)
53 - The scheduler did not track the "paused" reason properly if a
54 printer had other reasons associated with it.
55 - cupsSendRequest() did not clear old local certificate auth data.
56 - The PPD compiler did not search for localization files properly
57 (STR #3084)
58 - cupsGetNamedDest() did not use the fallback default like
59 cupsGetDests*() (STR #3082)
60 - The scheduler now provides a LogTimeFormat directive to enable
61 microseconds in the date and time that are logged.
62 - The scheduler now provides a MultipleOperationTimeout directive to
63 control the timeout for multi-file print jobs.
64 - The configure script incorrectly allowed Avahi to be used for DNS-SD
65 printer discovery (STR #3065)
66 - The web interface and scheduler did not support URIs up to 1024 bytes
67 in length (STR #3072)
68 - Fixed pdftops issues with page sizes (STR #3063)
69 - Fixed pdftops issues with Ghostscript (STR #3062)
70 - The scheduler incorrectly registered default profiles for PostScript
71 printers with no specified colorspace.
72 - The scheduler incorrectly created an empty org.cups.printers.plist
73 file on Mac OS X.
74 - cupsGetPPD3() did not look for local PPDs in the right directory.
75 - SNMP lookups via side-channel did not work for NULL-VALUE and
76 and OCTET-STRING OIDs containing nul characters.
77 - The libusb-based USB backend did not work.
78 - The scheduler did not set the printer-commands attribute correctly
79 for some PPDs.
80 - The ppdi utility did not work.
81 - The web interface no longer uses multi-part output with old or broken
82 web browsers (STR #3049)
83 - CUPS now conforms to the draft IPP/2.0 and IPP/2.1 specification.
84 - Added a new cupsGetConflicts() API to get a list of conflicting
85 options.
86 - The PPD compiler didn't localize options or choices that did not
87 have associated translation text (STR #3045)
88 - Updated the Spanish localization (STR #3043)
89 - Fixed build problems (STR #3040, STR #3047)
90 - cupsResolveConflicts() did not resolve using the default option
91 choice in some cases due to the mirror UIConstraints that are
92 present in most PPD files.
93 - The scheduler did not honor MIME type priorities.
94 - The commandtops filter incorrectly used the JCLBegin code to end
95 its jobs.
96 - The default BrowseLocalProtocols value was not set properly.
97 - Since the commandtops filter does not actually support ReportLevels
98 all on its own, don't list that printer command by default for PS
99 printers.
100 - The scheduler did not give filters a chance to log errors or update
101 printer attributes when a job was canceled.
102 - The scheduler did not clear the "connecting-to-device" reason keyword
103 when a job finished.
104
105
106 CHANGES IN CUPS V1.4b2
107
108 - Documentation updates (STR #2983, STR #2998, STR #3021)
109 - The cupstestppd utility now validates the FileVersion and
110 FormatVersion values in PPD files.
111 - The default cupsd.conf file did not reflect the
112 --with-local-protocols value set at compile-time (STR #3037)
113 - The cupsGetPPD* APIs now create symlinks to local PPD files
114 rather than copying them whenever possible.
115 - Various performance optimizations in the string pool, dests, and
116 options implementations.
117 - The cupsGetDests* APIs now return the marker and printer-commands
118 attributes.
119 - Side-channel SNMP lookups would not work when cupsSNMPSupplies
120 was set to False in the PPD file.
121 - Localized the device descriptions for the SCSI, serial,
122 and network backends (STR #3014)
123 - Added a Spanish localization (STR #3015)
124 - Added support for marker-low-levels and marker-high-levels
125 attributes.
126 - The scheduler could hang writing a long log line.
127 - The cupsGetDevices() function now has an "include_schemes"
128 parameter.
129 - The lpinfo command now supports --include-schemes and
130 --exclude-schemes options.
131 - The CUPS-Get-PPDs operation now supports the include-schemes
132 and exclude-schemes attributes.
133 - The CUPS-Get-Devices operation now supports the include-schemes
134 attribute.
135 - The print filters now support a replacement for the fitplot
136 option called "fit-to-page".
137 - The LPD backend no longer tries to collect page accounting
138 information since the LPD protocol does not allow us to
139 prevent race conditions.
140 - The scheduler did not save the last marker-change-time value.
141 - Fixed a problem with printing to some IPP printers, including
142 CUPS 1.1.x.
143 - Fixed a redirection problem with the printer web page (STR #3012)
144 - Fixed a PPD compiler problem with the loading of message
145 catalogs (STR #2990)
146 - Fixed a PPD compiler problem with the loading of .strings files
147 (STR #2989)
148 - The cupsfilter utility did not set the CONTENT_TYPE environment
149 variable when running filters.
150 - The scheduler now waits to allow system sleep until the jobs
151 have all stopped.
152 - The IPP, LPD, and socket backends used different "connecting"
153 progress messages.
154
155
156 CHANGES IN CUPS V1.4b1
157
158 - Documentation updates (STR #2567)
159 - The PPD compiler now allows local message catalogs to
160 override the standard CUPS translations (STR #2642)
161 - The ppdmerge command did not merge custom option strings
162 (STR #2863)
163 - The scheduler now supports the Hold-New-Jobs and
164 Release-Held-New-Jobs operations; these are exposed via the
165 cupsdisable and cupsenable commands (STR #2332)
166 - The lpstat command is now much faster when displaying the
167 status of a single printer (STR #2843)
168 - The scheduler now caches information from PPD files to provide
169 significantly faster startup time with large numbers of PPDs
170 (STR #1293)
171 - CUPS-Get-Driver now provides much better driver matching based
172 on the IEEE-1284 device ID and make/model strings (STR #2707)
173 - Now support the cupsSNMPSupplies keyword to control whether
174 the network backends query the SNMP Printer MIB for supply
175 levels.
176 - Now support and use a new banner file format for better text
177 support and easier customization (STR #2490)
178 - The scheduler now sets the PRINTER_INFO and PRINTER_LOCATION
179 environment variables from the corresponding IPP attributes.
180 - The ippRead*() and ippWrite*() functions no longer use a
181 stack-based buffer (STR #2388)
182 - The CUPS-Add-Modify-Printer operation now allows you to set
183 the printer-state-reasons attribute.
184 - The "set printer options" page now supports auto-configuration
185 of printer options (STR #1440)
186 - The web interface now provides an advanced server settings
187 form.
188 - The web interface's "modify printer" pages now make it
189 easier to change just one setting (STR #1919)
190 - The scheduler now supports a plist PrintcapFormat.
191 - The scheduler now supports multiple addresses in Allow and
192 Deny lines, just like Apache (STR #2947)
193 - Added CUPS_JOBTYPE environment variable for job filters so
194 they know whether they are printing a banner or document
195 file (STR #2799)
196 - Added support for printer filtering by the cupsfilter
197 command (STR #2562)
198 - Added a SSLOptions directive to allow Windows clients to
199 talk to CUPS in FIPS mode (STR #2827)
200 - Renamed the accept and reject commands to cupsaccept and
201 cupsreject; the old names are still available (STR #2936)
202 - The locale/translate utility needed an update to work with
203 Google (STR #2882)
204 - The lpstat command now supports a -H option to display the
205 default server (STR #2833)
206 - The scheduler now supports a FatalErrors directive to control
207 which errors should cause the scheduler to exit (STR #2536)
208 - The scheduler now uses the php-cgi program if it is available
209 (STR #2923)
210 - The scheduler now supports a DefaultPaperSize directive
211 (STR #2848)
212 - The scheduler now passes the job-originating-host-name
213 value to filters in the options argument (STR #2558)
214 - CUPS now supports job tickets in PDF files (STR #2903)
215 - Added a DBUS notifier (STR #2529)
216 - The LPD mini-daemon now passes the document name when queuing
217 print jobs (STR #2482)
218 - The IPP backend did not relay com.apple.print.recoverable-message
219 values.
220 - The scheduler now supports a job-media-progress attribute to
221 track the progress of individual pages.
222 - The sample HP driver now supports A5 (STR #2798)
223 - The CUPS web interface menu item now uses the xdg-open
224 command, when available (STR #2724)
225 - The cups-lpd program now supports the -h option (STR #2794)
226 - The scheduler now sets the PAM_TTY parameter and the
227 PAM_ESTABLISH_CRED credential flag (STR #2745)
228 - The scheduler now logs unsuccessful requests to the error_log
229 file as errors (STR #2616)
230 - Added support for a "retry-current-job" error policy that
231 retries the current job immediately when the backend encounters
232 an error (STR #2555)
233 - The scheduler now returns a "forbidden" error when a user
234 correctly authenticates but does not have permission to
235 continue further (STR #2101)
236 - The scheduler now loads both the server and CA certificates
237 (if present) from the ServerCertificate file (STR #2146)
238 - New RSS subscriptions now create their feed files immediately
239 (STR #2853)
240 - Added support for a device-location attribute which provides
241 the physical location of a printer device.
242 - Added a cupsBackendReport() API which handles quoting of the
243 device data by a backend.
244 - Added support for custom options in the web interface
245 (STR #1729)
246 - Added support for Mozilla LDAP, reconnection to LDAP servers,
247 and improved LDAP performance (STR #1962)
248 - Added Solaris SMF support (STR #1477)
249 - Added optional support for using TCP wrappers to limit access
250 to CUPS (STR #263)
251 - Added ppdPageSizeLimits API.
252 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
253 cupsMinSize, and cupsMaxSize attributes.
254 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
255 - Added support for new cupsUIConstraints and cupsUIResolver
256 attributes for better option conflict detection and
257 resolution.
258 - Increased the maximum size of 1284 device ID strings to
259 256 bytes (STR #2877)
260 - Added an AccessLogLevel directive to cupsd.conf to control
261 what is logged to the access_log file.
262 - The default LogLevel is now "warn" instead of "info" to reduce
263 the amount of logging that is done to disk by default.
264 - The PPD compiler did not include OID query keywords in PPD
265 files (STR #2871)
266 - The cups-driverd helper program now directly supports driver
267 information files.
268 - The USB backend now uses libusb when available (STR #1575)
269 - Added ppdLocalizeAttr function to get the localized version
270 of an attribute.
271 - MIME types now support a priority() attribute (STR #2719)
272 - The standard MIME types are now installed in
273 DataDir/mime (STR #2719)
274 - The lpoptions command now describes custom options and
275 the necessary parameters (STR #2660)
276 - The ppdmerge program did not support Simplified Chinese
277 or Traditional Chinese language version strings (STR #2851)
278 - The PPD compiler now supports localizable attributes
279 (STR #2738)
280 - The ppdpo utility now includes cupsIPPReasons values in
281 the message catalogs it generates (STR #2754)
282 - The PPD compiler now supports conditional directives
283 (STR #2636)
284 - The ppdc utility now supports a "-t" option to test PPD
285 files (STR #2739)
286 - The ppdc utility now supports a "-m" option to use the
287 ModelName value as the output filename.
288 - The ppdc utility now supports a FileName directive to
289 set an alternate output filename (STR #2740)
290 - The side-channel API now supports SNMP queries for the
291 standard network backends.
292 - Added a PageLogFormat directive to the cupsd.conf file to
293 control the format of lines in the page_log file.
294 - Filters can now send PPD: messages to stderr to set PPD
295 keywords like DefaultPageSize while a job is printing.
296 - Added a mdns backend for discovery and printing to printers
297 that advertise themselves via DNS-SD (Bonjour)
298 - The ipp, lpd, and socket backends now support DNS-SD service
299 name resolution.
300 - The scheduler now uses a single shared file descriptor for
301 all DNS-SD registrations (STR #2674)
302 - The ipp, lpd, and socket backends now support SNMP-based
303 page accounting and supply level monitoring (STR #1655)
304 - Added support for cupsPJLDisplay attribute to control what
305 PJL commands are used to display the job information.
306 - Driver information files can now be installed in
307 /Library/Printers/PPDs.drv on Mac OS X.
308 - The CUPS image library now supports reading images larger
309 than 2GB.
310 - The scheduler now delays writing config and state files to
311 reduce disk activity (STR #2684)
312 - The CUPS-Get-Devices operation now supports the
313 exclude-schemes and timeout attributes to control which
314 backends are polled and for how long.
315 - The cups-deviced helper application now runs backends in
316 parallel to get the list of devices faster.
317 - Added --enable-pap configure option.
318 - The default cupsd.conf file now includes an "authenticated"
319 policy which requires authentication for remote print jobs.
320 - Added support for Czech and Hungarian in PPD files
321 (STR #2735, STR #2736)
322 - The PPD compiler tools now support Mac OS X .strings files
323 for localization (STR #2737)
324 - ppdOpen*() now default the colorspace member to PPD_CS_N
325 when no DefaultColorSpace attribute is present in the PPD
326 file.
327 - The build system has been updated to support separate
328 installation of data, program, header, and library files.
329 - All support libraries are now built as shared libraries
330 by default.
331 - The scheduler now manages ICC color profiles on Mac OS X.
332 - The network backends (ipp, lpd, socket) now support
333 SNMP-based supply and page count monitoring (STR #1655)
334 - The lppasswd program is no longer installed setuid to
335 root to make the default installation more secure.
336 - Added a new ppdLocalizeMarkerName() function to get
337 the localized version of a marker-names value.
338 - The scheduler now provides the printer-dns-sd-name
339 attribute for printers shared via DNS-SD/Bonjour.
340 - The pdftops filter now executes the Xpdf or poppler
341 pdftops utility to convert PDF files (STR #1471)
342 - Bonjour printer registrations now advertise as local or
343 global based on the current access policies for the
344 printer.
345 - cupsGetDests*() and cupsSetDests*() now track the last
346 used printer preference on Mac OS X.
347 - Added a new streaming request API (STR #2261)
348 - Added a new cupsGetNamedDest() function to the CUPS
349 library for faster printing with lp and lpr (STR #2638)
350 - The scheduler now sets the PAM RHOST value on systems
351 that support it (STR #2637)
352 - The scheduler now sandboxes child processes when
353 possible.
354 - The Cancel-Job operation now supports a purge-job
355 attriibute to purge a specified job.
356 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
357 attributes for custom option selections.
358 - The web interface now enables/disables the printer
359 sharing (formerly publishing) controls based on the
360 server-is-sharing-printers state (STR #2233)
361 - The scheduler now tracks printer sharing via the
362 server-is-sharing-printers attribute, and manages LPD
363 and SMB sharing as well (STR #2233)
364 - The web interface now allows you to go back to the make/
365 manufacturer page if there is no matching printer driver
366 on the model page (STR #2436)
367 - The printer list now shows the default media, banner, and
368 duplex options as well as the color and duplex capabilities
369 of printers (STR #1175)
370 - The web interface look-n-feel has been updated (STR #2492)
371 - The scheduler now supports a CUPS-Get-Document operation
372 that returns the specified print job document (STR #118)
373 - The cupsfilter utility now supports a "-J jobid" option
374 to filter the document from the specified job.
375 - The scheduler (cupsd) now supports a new option (-t) to
376 do a syntax check of the cupsd.conf file (STR #2003)
377 - Added new cupsGetPPD3() API to allow applications to
378 cache PPDs safely (STR #1473)
379 - Added generic PostScript and PCL printer driver PPDs.