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