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