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