]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.4.txt
The libusb-based USB backend would hang at the end of the job (STR #3315)
[thirdparty/cups.git] / CHANGES-1.4.txt
CommitLineData
6c472821 1CHANGES-1.4.txt
2---------------
3
4CHANGES IN CUPS V1.4.1
5
e0b93db4 6 - Documention fixes (STR #3296)
a806b4ec 7 - The libusb-based USB backend would hang at the end of the job
8 (STR #3315)
2aadca54 9 - DNS-SD registrations for raw queues had an empty "ty" key (STR #3299)
10 - The JPEG and BMP MIME type rules were broken (STR #3284)
7dbcf7ec 11 - cupsGetNamedDest returned the default printer when the named
12 destination did not exist (STR #3285)
a98a0f7b 13 - The JobKillDelay was not triggered for canceled jobs (STR #3292)
56a13d44 14 - The PPD compiler could get in an infinite loop (STR #3293)
81ed7e71 15 - The configure check for dns-sd.h was broken (STR #3297)
653972cc 16 - The "Query Printer for Default Options" page did not go away if the
17 query job was held (STR #3302)
f957247d 18 - Boolean options did not show up as selected in the web interface
19 (STR #3303)
b85b2ba5 20 - The scheduler did not cache or report driver information files
d9e4e4da 21 correctly, leading to a variety of issues (STR #3283, STR #3297,
22 STR #3305)
74e726de 23 - cupsDoIORequest() did not abort on permanent errors (STR #3311)
75fde508 24 - Modifying a class in the web interface did not work (STR #3312)
2f150abd 25 - BrowseLocalProtocols could be cleared when changing the sharing
26 setting (STR #3287)
659ca617 27 - The scheduler could return an empty supported document format
28 (STR #3308)
10e8f916 29 - The PPD compiler generated invalid PPD files when the locale used
30 something other than "." for the decimal point (STR #3300)
f3fdb6b2 31 - The IPP backend did not handle some non-comforming IPP printer
32 implementations (STR #3262)
a519bc52 33 - The scheduler leaked three file descriptors to each job filter
34 (STR #3263)
d9e4e4da 35 - The scheduler now uses a default CUPS-Get-Devices timeout of 15
36 seconds (STR #3307)
6c472821 37
38
39CHANGES IN CUPS V1.4.0
40
41 - Localization updates (STR #3223, STR #3246, STR #3248, STR #3250)
42 - Documentation updates (STR #3225, STR #3230, STR #3242, STR #3260)
43 - The --with-pdftops configure option did not accept a full path to the
44 filter (STR #3278)
45 - The banner filter did not position the back side image correctly
46 (STR #3277)
47 - The dnssd backend could crash (STR #3272)
48 - The 1284 device ID sometimes contained trailing garbage (STR #3266)
49 - The USB backend returned different URIs for some printers than in
50 CUPS 1.3 (STR #3259)
51 - The scheduler did not do local job-hold-until processing for remote
52 queues (STR #3258)
53 - The scheduler did not try all possible SSL certificates on Mac OS X.
54 - The scheduler did not always remove a file descriptor when using the
55 kqueue interface (STR #3256)
56 - The scheduler did not protect against bad job control files in all
57 cases (STR #3253)
58 - The scheduler did not encode "+" in model names (STR #3254)
59 - The web interface didn't show the default options (STR #3244)
60 - The IPP and LPD backends needed print data before they would do an
61 SNMP query.
62 - Fixed a GNU TLS compatibility issue (STR #3231)
63 - Fixed a HTML error in the add and modify printer web interface
64 templates (STR #3229)
65 - The scheduler did not minimize the number of printer state events that
66 were generated by filter STATE: messages, which could lead to poor
67 performance.
68 - The USB backend on Mac OS X did not cleanly cancel a job.
69 - The network backends now set the connecting-to-device printer-state-
70 reasons value when looking up the address and copying the print data
71 for consistency.
72 - The scheduler now supports the com.apple.print.recoverable-warning
73 reason on all platforms.
74
75
76CHANGES IN CUPS V1.4rc1
77
78 - The PPD compiler documentation was missing information on localization
79 (STR #3212)
80 - The IPP backend now reconnects after every request when talking to
81 printers that claim IPP support but only use HTTP/1.0.
82 - The PPD compiler crashed when both "Resolution" and "Group foo Option
83 Resolution" were specified in the .drv file.
84 - The PPD compiler's #if/#elif/#else/#endif did not work for undefined
85 variables (STR #3210)
86 - Static libraries could not be installed by a non-root user on systems
87 needing a ranlib program (STR #3209)
88 - The scheduler incorrectly always tried to copy Kerberos credentials
89 for print jobs.
90 - Updated the Spanish localization (STR #3204)
91 - The scheduler crashed when getting the default paper size from
92 libpaper (STR #3205, STR #3206)
93 - The PPD compiler now defines six variables: CUPS_VERSION,
94 CUPS_VERSION_MAJOR, CUPS_VERSION_MINOR, CUPS_VERSION_PATCH,
95 PLATFORM_NAME, and PLATFORM_ARCH (STR #3203)
96 - Fixed a whitespace skipping bug in cupsRasterInterpretPPD.
97 - The scheduler did not return HTTP 403 (Forbidden) for authenticated
98 users that were not authorized to do IPP operations (STR #3193)
99 - The scheduler did not report more than 8 Product strings from a PPD
100 file. Some PPD files have as many as 24.
101 - ppdOpen*() could crash if a keyword had no value string (something
102 that cupstestppd looks for...)
103 - cupsLangDefault() did not return the correct language on Mac OS X.
104 - The Mac OS X USB backend did not handle aborted or stalled pipe
105 conditions properly, which prevented drivers from ejecting partial
106 pages when a job was canceled or held.
107
108
109CHANGES IN CUPS V1.4b3
110
111 - Documentation fixes (STR #3044, STR #3057, STR #3153, STR #3158,
112 STR #3173)
113 - Added complete localizations for German, Japanese, Polish, and
114 Russian and partial localizations for Chinese, Danish, Finnish,
115 French, Italian, Korean, Norwegian, Portuguese, and Swedish
116 (STR #3096, STR #3098, STR #3109, STR #3111, STR #3141)
117 - Updated the configure check for -fstack-protector (STR #3198)
118 - The network backends now correctly convert SNMP supply descriptions to
119 UTF-8 encoding as needed.
120 - The scheduler could crash when deleting an attribute (STR #3197)
121 - The cups-driverd program did not detect symlink loops (STR #3185)
122 - The EPSON 24-pin series driver should now feed the correct amount
123 (STR #2624)
124 - The scheduler now automatically logs the last N debug messages for
125 failed print jobs.
126 - You can now modify a raw print queue (STR #3133)
127 - Fixed a number of ppdi issues and added a unit test to validate that
128 ppdc + ppdi can generate and import the same data (STR #3152)
129 - Moving jobs in the web interface now shows an error if you only have
130 one printer or class added (STR #3094)
131 - Since classes have never truly supported the printer-error-policy
132 stuff added in CUPS 1.2, update the code to reflect the current
133 reality and support only the retry-current-job policy for now
134 (STR #3171)
135 - Revised the password callback support (STR #2953)
136 - ppdEmit*() did not choose between PageSize and PageRegion properly.
137 - Make some fairly substantial changes to the Kerberos support code so
138 that CUPS can work in multi-realm environments and does not require
139 delegatable credentials. Shared printing still requires delegation,
140 however "delegation by policy" can be enabled in the KDC to make this
141 all work.
142 - "AccessLogLevel actions" did not hide client-error-not-found errors.
143 - AP_FIRST_InputSlot did not work with number-up.
144 - cupsBackChannelRead() and cupsBackChannelWrite() could fail due to a
145 lack of kernel buffers.
146 - The IPP and LPD backends did not respond to side-channel requests
147 while copying print data to a temporary file.
148 - cupsWriteRequestData() flushed the output buffer unnecessarily,
149 causing reduced performance in some situations.
150 - If a CGI process died before sending its MIME headers, the request
151 would hang on the client.
152 - The printer/class/job search feature on the web interface did not
153 work (STR #3132)
154 - The scheduler did not write the printers out for classes.
155 - CUPS-Get-PPDs did not work properly when filtering by language,
156 product, or psversion (STR #3136)
157 - The scheduler now kills job filters when it takes more than 30 seconds
158 (configurable) to cancel or hold the job.
159 - The cupstestppd program did not validate the capitalization of
160 filenames in the PPD file.
161 - The cupstestppd program did not validate the PageSize and PageRegion
162 values.
163 - The cups-deviced helper program could miss reporting some backend
164 devices (STR #3108)
165 - The cupsSideChannelSNMP* functions did not work.
166 - The scheduler could consume 100% CPU when jobs were canceled.
167 - Clicking on "Select Another Make/Manufacturer" in the web interface
168 incorrectly added the printer (STR #3095)
169 - The scheduler no longer uses programs with insecure file
170 permissions.
171 - httpAssembleURI*() did not escape backslashes in hostnames.
172 - The dnssd backend did not unquote "full names" before creating the
173 device URI.
174 - The scheduler now supports JobRetryInterval values less than 10
175 seconds.
176 - Updated the Spanish localization (STR #3090)
177 - The scheduler did not redo Bonjour/DNS-SD registrations when updating
178 them failed.
179 - The "authenticated" policy incorrectly required authentication for
180 status operations.
181 - ppdOpen*() incorrectly loaded PPDs with multiple JobPatchFile
182 keywords.
183 - The network backends no longer report the SNMP "offline" or
184 maintenance status bits since they are inconsistently implemented and
185 often unreliable.
186 - The scheduler no longer logs child processes killed via SIGKILL as
187 "crashed".
188 - The printer link shown on the "job moved" template was bad (STR #3085)
189 - Updated the HTML templates to use the final HTML 4 DOCTYPE (STR #3086)
190 - The scheduler did not track the "paused" reason properly if a
191 printer had other reasons associated with it.
192 - cupsSendRequest() did not clear old local certificate auth data.
193 - The PPD compiler did not search for localization files properly
194 (STR #3084)
195 - cupsGetNamedDest() did not use the fallback default like
196 cupsGetDests*() (STR #3082)
197 - The scheduler now provides a LogTimeFormat directive to enable
198 microseconds in the date and time that are logged.
199 - The scheduler now provides a MultipleOperationTimeout directive to
200 control the timeout for multi-file print jobs.
201 - The configure script incorrectly allowed Avahi to be used for DNS-SD
202 printer discovery (STR #3065)
203 - The web interface and scheduler did not support URIs up to 1024 bytes
204 in length (STR #3072)
205 - Fixed pdftops issues with page sizes (STR #3063)
206 - Fixed pdftops issues with Ghostscript (STR #3062)
207 - The scheduler incorrectly registered default profiles for PostScript
208 printers with no specified colorspace.
209 - The scheduler incorrectly created an empty org.cups.printers.plist
210 file on Mac OS X.
211 - cupsGetPPD3() did not look for local PPDs in the right directory.
212 - SNMP lookups via side-channel did not work for NULL-VALUE and
213 and OCTET-STRING OIDs containing nul characters.
214 - The libusb-based USB backend did not work.
215 - The scheduler did not set the printer-commands attribute correctly
216 for some PPDs.
217 - The ppdi utility did not work.
218 - The web interface no longer uses multi-part output with old or broken
219 web browsers (STR #3049)
220 - CUPS now conforms to the draft IPP/2.0 and IPP/2.1 specification.
221 - Added a new cupsGetConflicts() API to get a list of conflicting
222 options.
223 - The PPD compiler didn't localize options or choices that did not
224 have associated translation text (STR #3045)
225 - Updated the Spanish localization (STR #3043)
226 - Fixed build problems (STR #3040, STR #3047)
227 - cupsResolveConflicts() did not resolve using the default option
228 choice in some cases due to the mirror UIConstraints that are
229 present in most PPD files.
230 - The scheduler did not honor MIME type priorities.
231 - The commandtops filter incorrectly used the JCLBegin code to end
232 its jobs.
233 - The default BrowseLocalProtocols value was not set properly.
234 - Since the commandtops filter does not actually support ReportLevels
235 all on its own, don't list that printer command by default for PS
236 printers.
237 - The scheduler did not give filters a chance to log errors or update
238 printer attributes when a job was canceled.
239 - The scheduler did not clear the "connecting-to-device" reason keyword
240 when a job finished.
241
242
243CHANGES IN CUPS V1.4b2
244
245 - Documentation updates (STR #2983, STR #2998, STR #3021)
246 - The cupstestppd utility now validates the FileVersion and
247 FormatVersion values in PPD files.
248 - The default cupsd.conf file did not reflect the
249 --with-local-protocols value set at compile-time (STR #3037)
250 - The cupsGetPPD* APIs now create symlinks to local PPD files
251 rather than copying them whenever possible.
252 - Various performance optimizations in the string pool, dests, and
253 options implementations.
254 - The cupsGetDests* APIs now return the marker and printer-commands
255 attributes.
256 - Side-channel SNMP lookups would not work when cupsSNMPSupplies
257 was set to False in the PPD file.
258 - Localized the device descriptions for the SCSI, serial,
259 and network backends (STR #3014)
260 - Added a Spanish localization (STR #3015)
261 - Added support for marker-low-levels and marker-high-levels
262 attributes.
263 - The scheduler could hang writing a long log line.
264 - The cupsGetDevices() function now has an "include_schemes"
265 parameter.
266 - The lpinfo command now supports --include-schemes and
267 --exclude-schemes options.
268 - The CUPS-Get-PPDs operation now supports the include-schemes
269 and exclude-schemes attributes.
270 - The CUPS-Get-Devices operation now supports the include-schemes
271 attribute.
272 - The print filters now support a replacement for the fitplot
273 option called "fit-to-page".
274 - The LPD backend no longer tries to collect page accounting
275 information since the LPD protocol does not allow us to
276 prevent race conditions.
277 - The scheduler did not save the last marker-change-time value.
278 - Fixed a problem with printing to some IPP printers, including
279 CUPS 1.1.x.
280 - Fixed a redirection problem with the printer web page (STR #3012)
281 - Fixed a PPD compiler problem with the loading of message
282 catalogs (STR #2990)
283 - Fixed a PPD compiler problem with the loading of .strings files
284 (STR #2989)
285 - The cupsfilter utility did not set the CONTENT_TYPE environment
286 variable when running filters.
287 - The scheduler now waits to allow system sleep until the jobs
288 have all stopped.
289 - The IPP, LPD, and socket backends used different "connecting"
290 progress messages.
291
292
293CHANGES IN CUPS V1.4b1
294
295 - Documentation updates (STR #2567)
296 - The PPD compiler now allows local message catalogs to
297 override the standard CUPS translations (STR #2642)
298 - The ppdmerge command did not merge custom option strings
299 (STR #2863)
300 - The scheduler now supports the Hold-New-Jobs and
301 Release-Held-New-Jobs operations; these are exposed via the
302 cupsdisable and cupsenable commands (STR #2332)
303 - The lpstat command is now much faster when displaying the
304 status of a single printer (STR #2843)
305 - The scheduler now caches information from PPD files to provide
306 significantly faster startup time with large numbers of PPDs
307 (STR #1293)
308 - CUPS-Get-Driver now provides much better driver matching based
309 on the IEEE-1284 device ID and make/model strings (STR #2707)
310 - Now support the cupsSNMPSupplies keyword to control whether
311 the network backends query the SNMP Printer MIB for supply
312 levels.
313 - Now support and use a new banner file format for better text
314 support and easier customization (STR #2490)
315 - The scheduler now sets the PRINTER_INFO and PRINTER_LOCATION
316 environment variables from the corresponding IPP attributes.
317 - The ippRead*() and ippWrite*() functions no longer use a
318 stack-based buffer (STR #2388)
319 - The CUPS-Add-Modify-Printer operation now allows you to set
320 the printer-state-reasons attribute.
321 - The "set printer options" page now supports auto-configuration
322 of printer options (STR #1440)
323 - The web interface now provides an advanced server settings
324 form.
325 - The web interface's "modify printer" pages now make it
326 easier to change just one setting (STR #1919)
327 - The scheduler now supports a plist PrintcapFormat.
328 - The scheduler now supports multiple addresses in Allow and
329 Deny lines, just like Apache (STR #2947)
330 - Added CUPS_JOBTYPE environment variable for job filters so
331 they know whether they are printing a banner or document
332 file (STR #2799)
333 - Added support for printer filtering by the cupsfilter
334 command (STR #2562)
335 - Added a SSLOptions directive to allow Windows clients to
336 talk to CUPS in FIPS mode (STR #2827)
337 - Renamed the accept and reject commands to cupsaccept and
338 cupsreject; the old names are still available (STR #2936)
339 - The locale/translate utility needed an update to work with
340 Google (STR #2882)
341 - The lpstat command now supports a -H option to display the
342 default server (STR #2833)
343 - The scheduler now supports a FatalErrors directive to control
344 which errors should cause the scheduler to exit (STR #2536)
345 - The scheduler now uses the php-cgi program if it is available
346 (STR #2923)
347 - The scheduler now supports a DefaultPaperSize directive
348 (STR #2848)
349 - The scheduler now passes the job-originating-host-name
350 value to filters in the options argument (STR #2558)
351 - CUPS now supports job tickets in PDF files (STR #2903)
352 - Added a DBUS notifier (STR #2529)
353 - The LPD mini-daemon now passes the document name when queuing
354 print jobs (STR #2482)
355 - The IPP backend did not relay com.apple.print.recoverable-message
356 values.
357 - The scheduler now supports a job-media-progress attribute to
358 track the progress of individual pages.
359 - The sample HP driver now supports A5 (STR #2798)
360 - The CUPS web interface menu item now uses the xdg-open
361 command, when available (STR #2724)
362 - The cups-lpd program now supports the -h option (STR #2794)
363 - The scheduler now sets the PAM_TTY parameter and the
364 PAM_ESTABLISH_CRED credential flag (STR #2745)
365 - The scheduler now logs unsuccessful requests to the error_log
366 file as errors (STR #2616)
367 - Added support for a "retry-current-job" error policy that
368 retries the current job immediately when the backend encounters
369 an error (STR #2555)
370 - The scheduler now returns a "forbidden" error when a user
371 correctly authenticates but does not have permission to
372 continue further (STR #2101)
373 - The scheduler now loads both the server and CA certificates
374 (if present) from the ServerCertificate file (STR #2146)
375 - New RSS subscriptions now create their feed files immediately
376 (STR #2853)
377 - Added support for a device-location attribute which provides
378 the physical location of a printer device.
379 - Added a cupsBackendReport() API which handles quoting of the
380 device data by a backend.
381 - Added support for custom options in the web interface
382 (STR #1729)
383 - Added support for Mozilla LDAP, reconnection to LDAP servers,
384 and improved LDAP performance (STR #1962)
385 - Added Solaris SMF support (STR #1477)
386 - Added optional support for using TCP wrappers to limit access
387 to CUPS (STR #263)
388 - Added ppdPageSizeLimits API.
389 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
390 cupsMinSize, and cupsMaxSize attributes.
391 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
392 - Added support for new cupsUIConstraints and cupsUIResolver
393 attributes for better option conflict detection and
394 resolution.
395 - Increased the maximum size of 1284 device ID strings to
396 256 bytes (STR #2877)
397 - Added an AccessLogLevel directive to cupsd.conf to control
398 what is logged to the access_log file.
399 - The default LogLevel is now "warn" instead of "info" to reduce
400 the amount of logging that is done to disk by default.
401 - The PPD compiler did not include OID query keywords in PPD
402 files (STR #2871)
403 - The cups-driverd helper program now directly supports driver
404 information files.
405 - The USB backend now uses libusb when available (STR #1575)
406 - Added ppdLocalizeAttr function to get the localized version
407 of an attribute.
408 - MIME types now support a priority() attribute (STR #2719)
409 - The standard MIME types are now installed in
410 DataDir/mime (STR #2719)
411 - The lpoptions command now describes custom options and
412 the necessary parameters (STR #2660)
413 - The ppdmerge program did not support Simplified Chinese
414 or Traditional Chinese language version strings (STR #2851)
415 - The PPD compiler now supports localizable attributes
416 (STR #2738)
417 - The ppdpo utility now includes cupsIPPReasons values in
418 the message catalogs it generates (STR #2754)
419 - The PPD compiler now supports conditional directives
420 (STR #2636)
421 - The ppdc utility now supports a "-t" option to test PPD
422 files (STR #2739)
423 - The ppdc utility now supports a "-m" option to use the
424 ModelName value as the output filename.
425 - The ppdc utility now supports a FileName directive to
426 set an alternate output filename (STR #2740)
427 - The side-channel API now supports SNMP queries for the
428 standard network backends.
429 - Added a PageLogFormat directive to the cupsd.conf file to
430 control the format of lines in the page_log file.
431 - Filters can now send PPD: messages to stderr to set PPD
432 keywords like DefaultPageSize while a job is printing.
433 - Added a mdns backend for discovery and printing to printers
434 that advertise themselves via DNS-SD (Bonjour)
435 - The ipp, lpd, and socket backends now support DNS-SD service
436 name resolution.
437 - The scheduler now uses a single shared file descriptor for
438 all DNS-SD registrations (STR #2674)
439 - The ipp, lpd, and socket backends now support SNMP-based
440 page accounting and supply level monitoring (STR #1655)
441 - Added support for cupsPJLDisplay attribute to control what
442 PJL commands are used to display the job information.
443 - Driver information files can now be installed in
444 /Library/Printers/PPDs.drv on Mac OS X.
445 - The CUPS image library now supports reading images larger
446 than 2GB.
447 - The scheduler now delays writing config and state files to
448 reduce disk activity (STR #2684)
449 - The CUPS-Get-Devices operation now supports the
450 exclude-schemes and timeout attributes to control which
451 backends are polled and for how long.
452 - The cups-deviced helper application now runs backends in
453 parallel to get the list of devices faster.
454 - Added --enable-pap configure option.
455 - The default cupsd.conf file now includes an "authenticated"
456 policy which requires authentication for remote print jobs.
457 - Added support for Czech and Hungarian in PPD files
458 (STR #2735, STR #2736)
459 - The PPD compiler tools now support Mac OS X .strings files
460 for localization (STR #2737)
461 - ppdOpen*() now default the colorspace member to PPD_CS_N
462 when no DefaultColorSpace attribute is present in the PPD
463 file.
464 - The build system has been updated to support separate
465 installation of data, program, header, and library files.
466 - All support libraries are now built as shared libraries
467 by default.
468 - The scheduler now manages ICC color profiles on Mac OS X.
469 - The network backends (ipp, lpd, socket) now support
470 SNMP-based supply and page count monitoring (STR #1655)
471 - The lppasswd program is no longer installed setuid to
472 root to make the default installation more secure.
473 - Added a new ppdLocalizeMarkerName() function to get
474 the localized version of a marker-names value.
475 - The scheduler now provides the printer-dns-sd-name
476 attribute for printers shared via DNS-SD/Bonjour.
477 - The pdftops filter now executes the Xpdf or poppler
478 pdftops utility to convert PDF files (STR #1471)
479 - Bonjour printer registrations now advertise as local or
480 global based on the current access policies for the
481 printer.
482 - cupsGetDests*() and cupsSetDests*() now track the last
483 used printer preference on Mac OS X.
484 - Added a new streaming request API (STR #2261)
485 - Added a new cupsGetNamedDest() function to the CUPS
486 library for faster printing with lp and lpr (STR #2638)
487 - The scheduler now sets the PAM RHOST value on systems
488 that support it (STR #2637)
489 - The scheduler now sandboxes child processes when
490 possible.
491 - The Cancel-Job operation now supports a purge-job
492 attriibute to purge a specified job.
493 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
494 attributes for custom option selections.
495 - The web interface now enables/disables the printer
496 sharing (formerly publishing) controls based on the
497 server-is-sharing-printers state (STR #2233)
498 - The scheduler now tracks printer sharing via the
499 server-is-sharing-printers attribute, and manages LPD
500 and SMB sharing as well (STR #2233)
501 - The web interface now allows you to go back to the make/
502 manufacturer page if there is no matching printer driver
503 on the model page (STR #2436)
504 - The printer list now shows the default media, banner, and
505 duplex options as well as the color and duplex capabilities
506 of printers (STR #1175)
507 - The web interface look-n-feel has been updated (STR #2492)
508 - The scheduler now supports a CUPS-Get-Document operation
509 that returns the specified print job document (STR #118)
510 - The cupsfilter utility now supports a "-J jobid" option
511 to filter the document from the specified job.
512 - The scheduler (cupsd) now supports a new option (-t) to
513 do a syntax check of the cupsd.conf file (STR #2003)
514 - Added new cupsGetPPD3() API to allow applications to
515 cache PPDs safely (STR #1473)
516 - Added generic PostScript and PCL printer driver PPDs.