]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge fixes from CUPS 1.4svn-r7555.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
7a14d768 1CHANGES.txt - 2008-04-30
ef416fc2 2------------------------
3
2e4ff8af
MS
4CHANGES IN CUPS V1.4b1
5
7a14d768
MS
6 - Added a mdns backend for discovery and printing to printers
7 that advertise themselves via DNS-SD (Bonjour)
8 - The ipp, lpd, and socket backends now support DNS-SD service
9 name resolution.
10 - The scheduler now uses a single shared file descriptor for
11 all DNS-SD registrations (STR #2674)
12 - The ipp, lpd, and socket backends now support SNMP-based
13 page accounting and supply level monitoring (STR #1655)
634763e8
MS
14 - Added support for cupsPJLDisplay attribute to control what
15 PJL commands are used to display the job information.
3dfe78b3
MS
16 - Driver information files can now be installed in
17 /Library/Printers/PPDs.drv on Mac OS X.
18 - The CUPS image library now supports reading images larger
19 than 2GB.
20 - The scheduler now delays writing config and state files to
21 reduce disk activity (STR #2684)
ae71f5de
MS
22 - The CUPS-Get-Devices operation now supports the
23 exclude-schemes and timeout attributes to control which
24 backends are polled and for how long.
25 - The cups-deviced helper application now runs backends in
26 parallel to get the list of devices faster.
839a51c8
MS
27 - Added --enable-pap configure option.
28 - The default cupsd.conf file now includes an "authenticated"
29 policy which requires authentication for remote print jobs.
30 - Added support for Czech and Hungarian in PPD files
31 (STR #2735, STR #2736)
32 - The PPD compiler tools now support Mac OS X .strings files
33 for localization (STR #2737)
34 - ppdOpen*() now default the colorspace member to PPD_CS_N
35 when no DefaultColorSpace attribute is present in the PPD
36 file.
50fe7201
MS
37 - The build system has been updated to support separate
38 installation of data, program, header, and library files.
39 - All support libraries are now built as shared libraries
40 by default.
568fa3fa
MS
41 - The scheduler now manages ICC color profiles on Mac OS X.
42 - The network backends (ipp, lpd, socket) now support
43 SNMP-based supply and page count monitoring (STR #1655)
44 - The lppasswd program is no longer installed setuid to
45 root to make the default installation more secure.
5a738aea
MS
46 - Added a new ppdLocalizeMarkerName() function to get
47 the localized version of a marker-names value.
d9bca400
MS
48 - The scheduler now provides the printer-dns-sd-name
49 attribute for printers shared via DNS-SD/Bonjour.
91c84a35
MS
50 - The pdftops filter now executes the Xpdf or poppler
51 pdftops utility to convert PDF files (STR #1471)
080811b1
MS
52 - Bonjour printer registrations now advertise as local or
53 global based on the current access policies for the
54 printer.
55 - cupsGetDests*() and cupsSetDests*() now track the last
56 used printer preference on Mac OS X.
3d052e43 57 - Added a new streaming request API (STR #2261)
a4924f6c
MS
58 - Added a new cupsGetNamedDest() function to the CUPS
59 library for faster printing with lp and lpr (STR #2638)
60 - The scheduler now sets the PAM RHOST value on systems
61 that support it (STR #2637)
62 - The scheduler now sandboxes child processes when
63 possible.
0a682745
MS
64 - The Cancel-Job operation now supports a purge-job
65 attriibute to purge a specified job.
66 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
67 attributes for custom option selections.
2e4ff8af
MS
68 - The web interface now enables/disables the printer
69 sharing (formerly publishing) controls based on the
70 server-is-sharing-printers state (STR #2233)
71 - The scheduler now tracks printer sharing via the
72 server-is-sharing-printers attribute, and manages LPD
73 and SMB sharing as well (STR #2233)
74 - The web interface now allows you to go back to the make/
75 manufacturer page if there is no matching printer driver
76 on the model page (STR #2436)
77 - The printer list now shows the default media, banner, and
78 duplex options as well as the color and duplex capabilities
79 of printers (STR #1175)
80 - The web interface look-n-feel has been updated (STR #2492)
81 - The scheduler now supports a CUPS-Get-Document operation
82 that returns the specified print job document (STR #118)
83 - The cupsfilter utility now supports a "-J jobid" option
84 to filter the document from the specified job.
85 - The scheduler (cupsd) now supports a new option (-t) to
86 do a syntax check of the cupsd.conf file (STR #2003)
87 - Added new cupsGetPPD3() API to allow applications to
88 cache PPDs safely (STR #1473)
89 - Added generic PostScript and PCL printer driver PPDs.
56ab62c6 90