]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.3.txt
The web interface did not work with the Chinese localization (STR #2477)
[thirdparty/cups.git] / CHANGES-1.3.txt
CommitLineData
5afab2da 1CHANGES-1.3.txt
2---------------
3
4
7b04463d 5CHANGES IN CUPS V1.3.1
6
81055598 7 - The web interface did not work with the Chinese localization
8 (STR #2477)
ec5a8351 9 - The web interface home page did not work for languages that
10 were only partially localized (STR #2472)
7b04463d 11 - Updated the Spanish web interface localization (STR #2473)
12 - ppdLocalize() did not work for country-specific localizations.
13
14
5afab2da 15CHANGES IN CUPS V1.3.0
16
17 - The scheduler did not handle out-of-file conditions
18 gracefully when accepting new connections, leading to
19 heavy CPU usage.
20 - The scheduler did not detect ServerBin misconfigurations
21 (STR #2470)
22 - "AuthType Default" did not work as expected when the
23 "DefaultAuthType foo" line appeared after it in the
24 cupsd.conf file.
25 - The on-line help did not describe many common printing
26 options (STR #1846)
27 - The IPP backend did not return the "auth required" status
28 when printing to a Kerberos-protected queue.
29 - The scheduler was not looking in the correct directories
30 for LSB PPD files (STR #2464)
31 - Changed references to ESP Ghostscript to GPL Ghostscript
32 (STR #2463)
33 - The PostScript filter did not cleanly terminate when
34 the job was canceled or stopped.
35 - Fixed generation of Kerberos credentials for remote
36 printing. Note that this requires a recent version of
37 MIT Kerberos with a working krb5_cc_new_unique()
38 function or Heimdal Kerberos.
39 - Added Portuguese and updated Italian message catalogs.
40
41
42CHANGES IN CUPS V1.3rc2
43
44 - Added more range checking to the pdftops filter.
45 - The scheduler would crash if a remote IPP queue was stopped
46 (STR #2460)
47 - The scheduler did not allow "DefaultAuthType None".
48
49
50CHANGES IN CUPS V1.3rc1
51
52 - Updated the German localization (STR #2443)
53 - cupsAdminGetServerSettings() did not handle </Foo> properly.
54 - When lprm and cancel are run with no job ID, they now will
55 cancel the first stopped job if no pending or processing
56 jobs are left in the queue.
57 - The scheduler now logs successful print jobs, filter
58 failures, and the job file types at the default log
59 level (STR #2458)
60 - The scheduler now logs the usernames it is using for
61 authorization at LogLevel debug instead of debug2 (STR #2448)
62 - Added Intellitech Intellibar and Zebra CPCL PPDs to the list
63 of installed PPDs.
64 - Added 6" and 8" wide label sizes for the Zebra ZPL Label
65 Printer driver (STR #2442)
66 - The cupsaddsmb program and web interface now support
67 exporting of 64-bit Windows drivers, when available
68 (STR #2439)
69 - Moving a job that was printing did not stop the job on the
70 original printer (STR #2262)
71 - The cups-lpd mini-daemon did not work on Mac OS X server.
72 - Added httpGetAuthString() and httpSetAuthString() APIs to get
73 and set the current (cached) authorization string to use for
74 HTTP requests.
75 - Updated the default cupsd.conf policy to list the
76 "administrative" operations separately from the "printer
77 control" operations so that it is easier to define a
78 group of users that are "printer operators".
79 - The web interface now pulls the default cupsd.conf file
80 from cupsd.conf.default in the CUPS config directory.
81 - Added a help file for using Kerberos with CUPS.
82 - The scheduler now strips the "@KDC" portion of Kerberos
83 usernames since those usernames typically do not appear in
84 the group membership lists used by CUPS.
85 - cupsMarkOptions() could (incorrectly) leave multiple option
86 choices marked.
87 - Backends could (incorrectly) run as root during discovery
88 (STR #2454)
89 - Avahi is now supported for DNS-SD (Bonjour) printer sharing
90 (STR #2455)
91 - The default cupsd.conf file had typos and old operation names
92 (STR #2450)
93 - The scheduler now erases authentication cache files using the
94 7-pass US DoD algorithm.
95 - Delegated Kerberos credentials (proxy authentication) did not
96 work.
97 - The filter makefile did not optimize the libcupsimage.2.dylib
98 with a sectorder file.
99 - The IPP backend incorrectly wrote an empty printer message
100 when processing the "none" state reason.
101 - The USB backend could deadlock on Mac OS X while performing
102 a side-channel command.
103 - The scheduler did not prevent remote queues from being
104 shared/published.
105 - The scheduler did not remove the temporary request file on
106 authentication errors.
107 - ppdLocalizeIPPReason() did not handle "scheme:" schemes or
108 "file" URLs.
109 - ppdLocalizeIPPReason() was not exported on Mac OS X.
110
111
112CHANGES IN CUPS V1.3b1
113
114 - Copyright updates - CUPS is now owned by Apple Inc.
115 - Documentation updates (STR #1775, STR #2027, STR #2130,
116 STR #2131, STR #2263, STR #2356, STR #2397)
117 - Added new cupsfilter utility (STR #1734)
118 - Added new job-printer-state-message and
119 job-printer-state-reasons attributes to jobs (STR #2418)
120 - Added LDAP+SSL support (STR #1967)
121 - CUPS now supports authentication via peer credentials
122 over domain sockets (STR #2242, STR #2277)
123 - The CUPS sample driver PPDs are now generated by the PPD
124 compiler and include all of the localized languages by
125 default (STR #2164)
126 - You can now specify "AuthType Default" in the cupsd.conf
127 file to use the default authentication defined by the
128 DefaultAuthType directive.
129 - The SNMP backend no longer adds a default Address line
130 when none is specified in the snmp.conf file; this allows
131 the backend to be easily disabled as needed (STR #2434)
132 - Added a new cupsctl command for doing basic changes to
133 the cupsd.conf file (STR #1777)
134 - Added a new ppdLocalizeIPPReason() function to get the
135 localized text/URI for a given IPP reason keyword for a
136 driver.
137 - Removed the deskjet2.ppd driver, as it only worked with
138 a very small subset of HP DeskJet printers and was
139 confusing to users. The rastertohp driver still
140 supports the deskjet2.ppd options for existing queues.
141 - The scheduler did not add a trailing banner page if a
142 client did not specify the last document in a job (STR
143 #1711)
144 - The scheduler did not report Bonjour shared printers as
145 remote printers (STR #2384)
146 - Added new -R and -W options to the cupstestppd program
147 for greater control over the testing of PPDs.
148 - Added a new cupsGetServerPPD() function for getting
149 an available PPD from the server (STR #2334)
150 - Added a new cupsDoIORequest() function for reading
151 and writing files via IPP requests (STR #2334)
152 - Added a new CUPS_GET_PPD operation for getting an
153 available PPD file on the server (STR #2334)
154 - CUPS_GET_PPDS now reports multiple ppd-product values
155 based on the PPD ModelName and Product strings (STR
156 #2334, STR #2383)
157 - CUPS_GET_PPDS now reports the PSVersion attributes
158 from a PPD file in the ppd-psversion attribute
159 (STR #2334)
160 - CUPS_GET_PPDS now reports the cupsModelNumber attribute
161 from a PPD file in the ppd-model-number attribute (STR
162 #2383)
163 - CUPS_GET_PPDS now reports a driver type string in the
164 ppd-type attribute based on the cupsFax and cupsFilter
165 attributes in a PPD file (STR #2383)
166 - Added a new printer attribute called "cups-version"
167 which reports the version of CUPS that is running
168 (STR #2240)
169 - backendRunLoop() now aborts immediately on SIGTERM
170 if no data has been written yet (STR #2103)
171 - Due to poor IPP support from the vendors, the SNMP
172 backend no longer tries IPP connections; instead,
173 it now uses a lookup file with fallback to port 9100
174 (socket://address) and 515 (lpd://address) printing
175 (STR #2035, STR #2354)
176 - The scheduler now recreates the CUPS log directory as
177 needed (STR #2353)
178 - cupsLangDefault() now maps new-style Apple locale names
179 to the traditional ll_CC form (STR #2357)
180 - Add new cupsArrayNew2() API to support hashed lookups
181 of array elements (STR #2358)
182 - ppdConflicts() optimizations (STR #2358)
183 - The cupstestppd program now tests for existing filters,
184 icons, profiles, and dialog extensions (STR #2326)
185 - The web interface no longer lists new printers on the
186 main administration page. Instead, a new "List Available
187 Printers" button is provided that shows a separate page
188 with the list of printers.
189 - The web interface now supports setting the banner and
190 policy options on raw printers and classes (STR #2238)
191 - The socket backend now reads any pending back-channel
192 data before shutting down the socket (STR #2325)
193 - Added a new ErrorPolicy directive in the cupsd.conf
194 file (STR #1871)
195 - Printers that use JCL options are now exported to Samba
196 correctly (STR #1985)
197 - The IPP backend now relays printer-state-message values
198 from the server to the client (STR #2109)
199 - Added support for the PWG printer-alert and
200 printer-alert-description attributes (STR #2088)
201 - Added support for LPD "stream" mode (STR #2036)
202 - The scheduler now reports the PostScript product string
203 from PPD files in CUPS-Get-PPDs responses (STR #1900)
204 - Raw printing with queues pointing to the file pseudo-
205 device and multiple files and/or banners now works (STR
206 #1933)
207 - Added new public cupsAdminGetServerSettings() and
208 cupsAdminSetServerSettings() APIs.
209 - Added new "makebuttons" script in the "tools" directory
210 for creating web interface buttons (STR #2231)
211 - Added support for DNS-SD (aka "Bonjour") printer sharing
212 (STR #1171)
213 - Job operations (cancel, hold, release, etc.) from the
214 web interface now return back to the original page (STR
215 #2239)
216 - The classes or printers list is now shown after a
217 successful deletion from the web interface (STR #1999)
218 - The default configuration now allows browse packets from
219 any address (STR #2008)
220 - The web interface now provides an "allow printing from the
221 Internet" check box (STR #1897)
222 - The notify-events-default and
223 notify-lease-duration-default attributes can now be set
224 (STR #1671)
225 - Server-side default options are now sent to clients when
226 the "printer-defaults" attribute group is requested (STR
227 #1923)
228 - Added support for Linux "relro" linker option (STR #1614)
229 - CUPS now validates the number-up option value (STR #1329)
230 - The on-line help now provides better search capabilities
231 (STR #1701)
232 - The web interface "Add This Printer" button now allows you
233 to change the printer name, description, and location
234 (STR #1646)
235 - Added support for Mac OS X authorization services
236 (STR #2206)
237 - Added support for driver-specific pre-filters (STR #2108)
238 - Added a new side-channel API for drivers and backends
239 for basic device control and information queries (STR
240 #1898)
241 - The scheduler now uses poll(), epoll(), or /dev/kqueue
242 instead of select() when possible (STR #1261)
243 - Added new cupsArrayGetIndex() and cupsArrayGetInsert()
244 functions to get the current index and insertion
245 positions of an array.
246 - Added a new --with-max-copies configure option (STR
247 #2090)
248 - Added new cupsRemoveDest() and cupsSetDefaultDest()
249 functions.
250 - Added support for cupsPJLCharset attribute in PPD files
251 which specifies the character set that is used in PJL
252 strings (STR #1969)
253 - Moved the definition of the (private) _http_s structure
254 to http-private.h; code that directly accesses the
255 http_t members will no longer compile!
256 - Added support for setting the document-format-default
257 attribute on a per-printer basis.
258 - Added support for IntelliBar label printers.