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