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