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