]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.4svn-r7932.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
49d87452 1CHANGES.txt - 2008-09-10
ef416fc2 2------------------------
3
2e4ff8af
MS
4CHANGES IN CUPS V1.4b1
5
49d87452
MS
6 - Renamed the accept and reject commands to cupsaccept and
7 cupsreject; the old names are still available (STR #2936)
8 - The locale/translate utility needed an update to work with
9 Google (STR #2882)
10 - The lpstat command now supports a -H option to display the
11 default server (STR #2833)
12 - The scheduler now supports a FatalErrors directive to control
13 which errors should cause the scheduler to exit (STR #2536)
14 - The scheduler now uses the php-cgi program if it is available
15 (STR #2923)
c5571a1d
MS
16 - The scheduler now supports a DefaultPaperSize directive
17 (STR #2848)
18 - The scheduler now passes the job-originating-host-name
19 value to filters in the options argument (STR #2558)
20 - CUPS now supports job tickets in PDF files (STR #2903)
21 - Added a DBUS notifier (STR #2529)
22 - The LPD mini-daemon now passes the document name when queuing
23 print jobs (STR #2482)
24 - The IPP backend did not relay com.apple.print.recoverable-message
25 values.
9a4f8274
MS
26 - The scheduler now supports a job-media-progress attribute to
27 track the progress of individual pages.
ee571f26
MS
28 - The sample HP driver now supports A5 (STR #2798)
29 - The CUPS web interface menu item now uses the xdg-open
30 command, when available (STR #2724)
31 - The cups-lpd program now supports the -h option (STR #2794)
32 - The scheduler now sets the PAM_TTY parameter and the
33 PAM_ESTABLISH_CRED credential flag (STR #2745)
34 - The scheduler now logs unsuccessful requests to the error_log
35 file as errors (STR #2616)
36 - Added support for a "retry-current-job" error policy that
37 retries the current job immediately when the backend encounters
38 an error (STR #2555)
39 - The scheduler now returns a "forbidden" error when a user
40 correctly authenticates but does not have permission to
41 continue further (STR #2101)
42 - The scheduler now loads both the server and CA certificates
43 (if present) from the ServerCertificate file (STR #2146)
44 - New RSS subscriptions now create their feed files immediately
45 (STR #2853)
749b1e90
MS
46 - Added support for a device-location attribute which provides
47 the physical location of a printer device.
48 - Added a cupsBackendReport() API which handles quoting of the
49 device data by a backend.
50 - Added support for custom options in the web interface
51 (STR #1729)
52 - Added support for Mozilla LDAP, reconnection to LDAP servers,
53 and improved LDAP performance (STR #1962)
54 - Added Solaris SMF support (STR #1477)
55 - Added optional support for using TCP wrappers to limit access
56 to CUPS (STR #263)
005dd1eb
MS
57 - Added ppdPageSizeLimits API.
58 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
59 cupsMinSize, and cupsMaxSize attributes.
60 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
66ab9486
MS
61 - Added support for new cupsUIConstraints and cupsUIResolver
62 attributes for better option conflict detection and
63 resolution.
64 - Increased the maximum size of 1284 device ID strings to
65 256 bytes (STR #2877)
1f0275e3
MS
66 - Added an AccessLogLevel directive to cupsd.conf to control
67 what is logged to the access_log file.
68 - The default LogLevel is now "warn" instead of "info" to reduce
69 the amount of logging that is done to disk by default.
4509bb49
MS
70 - The PPD compiler did not include OID query keywords in PPD
71 files (STR #2871)
72 - The cups-driverd helper program now directly supports driver
73 information files.
75bd9771
MS
74 - The USB backend now uses libusb when available (STR #1575)
75 - Added ppdLocalizeAttr function to get the localized version
76 of an attribute.
dd1abb6b
MS
77 - MIME types now support a priority() attribute (STR #2719)
78 - The standard MIME types are now installed in
79 DataDir/mime (STR #2719)
80 - The lpoptions command now describes custom options and
81 the necessary parameters (STR #2660)
82 - The ppdmerge program did not support Simplified Chinese
83 or Traditional Chinese language version strings (STR #2851)
bdd6c45b
MS
84 - The PPD compiler now supports localizable attributes
85 (STR #2738)
86 - The ppdpo utility now includes cupsIPPReasons values in
87 the message catalogs it generates (STR #2754)
88 - The PPD compiler now supports conditional directives
89 (STR #2636)
90 - The ppdc utility now supports a "-t" option to test PPD
91 files (STR #2739)
92 - The ppdc utility now supports a "-m" option to use the
93 ModelName value as the output filename.
94 - The ppdc utility now supports a FileName directive to
95 set an alternate output filename (STR #2740)
20fbc903
MS
96 - The side-channel API now supports SNMP queries for the
97 standard network backends.
01ce6322
MS
98 - Added a PageLogFormat directive to the cupsd.conf file to
99 control the format of lines in the page_log file.
c9fc04c6
MS
100 - Filters can now send PPD: messages to stderr to set PPD
101 keywords like DefaultPageSize while a job is printing.
7a14d768
MS
102 - Added a mdns backend for discovery and printing to printers
103 that advertise themselves via DNS-SD (Bonjour)
104 - The ipp, lpd, and socket backends now support DNS-SD service
105 name resolution.
106 - The scheduler now uses a single shared file descriptor for
107 all DNS-SD registrations (STR #2674)
108 - The ipp, lpd, and socket backends now support SNMP-based
109 page accounting and supply level monitoring (STR #1655)
634763e8
MS
110 - Added support for cupsPJLDisplay attribute to control what
111 PJL commands are used to display the job information.
3dfe78b3
MS
112 - Driver information files can now be installed in
113 /Library/Printers/PPDs.drv on Mac OS X.
114 - The CUPS image library now supports reading images larger
115 than 2GB.
116 - The scheduler now delays writing config and state files to
117 reduce disk activity (STR #2684)
ae71f5de
MS
118 - The CUPS-Get-Devices operation now supports the
119 exclude-schemes and timeout attributes to control which
120 backends are polled and for how long.
121 - The cups-deviced helper application now runs backends in
122 parallel to get the list of devices faster.
839a51c8
MS
123 - Added --enable-pap configure option.
124 - The default cupsd.conf file now includes an "authenticated"
125 policy which requires authentication for remote print jobs.
126 - Added support for Czech and Hungarian in PPD files
127 (STR #2735, STR #2736)
128 - The PPD compiler tools now support Mac OS X .strings files
129 for localization (STR #2737)
130 - ppdOpen*() now default the colorspace member to PPD_CS_N
131 when no DefaultColorSpace attribute is present in the PPD
132 file.
50fe7201
MS
133 - The build system has been updated to support separate
134 installation of data, program, header, and library files.
135 - All support libraries are now built as shared libraries
136 by default.
568fa3fa
MS
137 - The scheduler now manages ICC color profiles on Mac OS X.
138 - The network backends (ipp, lpd, socket) now support
139 SNMP-based supply and page count monitoring (STR #1655)
140 - The lppasswd program is no longer installed setuid to
141 root to make the default installation more secure.
5a738aea
MS
142 - Added a new ppdLocalizeMarkerName() function to get
143 the localized version of a marker-names value.
d9bca400
MS
144 - The scheduler now provides the printer-dns-sd-name
145 attribute for printers shared via DNS-SD/Bonjour.
91c84a35
MS
146 - The pdftops filter now executes the Xpdf or poppler
147 pdftops utility to convert PDF files (STR #1471)
080811b1
MS
148 - Bonjour printer registrations now advertise as local or
149 global based on the current access policies for the
150 printer.
151 - cupsGetDests*() and cupsSetDests*() now track the last
152 used printer preference on Mac OS X.
3d052e43 153 - Added a new streaming request API (STR #2261)
a4924f6c
MS
154 - Added a new cupsGetNamedDest() function to the CUPS
155 library for faster printing with lp and lpr (STR #2638)
156 - The scheduler now sets the PAM RHOST value on systems
157 that support it (STR #2637)
158 - The scheduler now sandboxes child processes when
159 possible.
0a682745
MS
160 - The Cancel-Job operation now supports a purge-job
161 attriibute to purge a specified job.
162 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
163 attributes for custom option selections.
2e4ff8af
MS
164 - The web interface now enables/disables the printer
165 sharing (formerly publishing) controls based on the
166 server-is-sharing-printers state (STR #2233)
167 - The scheduler now tracks printer sharing via the
168 server-is-sharing-printers attribute, and manages LPD
169 and SMB sharing as well (STR #2233)
170 - The web interface now allows you to go back to the make/
171 manufacturer page if there is no matching printer driver
172 on the model page (STR #2436)
173 - The printer list now shows the default media, banner, and
174 duplex options as well as the color and duplex capabilities
175 of printers (STR #1175)
176 - The web interface look-n-feel has been updated (STR #2492)
177 - The scheduler now supports a CUPS-Get-Document operation
178 that returns the specified print job document (STR #118)
179 - The cupsfilter utility now supports a "-J jobid" option
180 to filter the document from the specified job.
181 - The scheduler (cupsd) now supports a new option (-t) to
182 do a syntax check of the cupsd.conf file (STR #2003)
183 - Added new cupsGetPPD3() API to allow applications to
184 cache PPDs safely (STR #1473)
185 - Added generic PostScript and PCL printer driver PPDs.
56ab62c6 186