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