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