]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Load cups into easysw/current.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2006-03-24
2 ------------------------
3
4 CHANGES IN CUPS V1.2rc1
5
6 - Documentation updates (STR #1497, STR #1498)
7 - The scheduler now redirects browsers to https: URLs
8 when encryption is required.
9 - The scheduler would crash when printing with a banner
10 (STR #1500)
11 - cups-driverd did not use the LanguageEncoding attribute
12 in PPD files to convert the NickName to UTF-8 (STR
13 #1503)
14 - The lpadmin command could not set the
15 printer-error-policy attribute (STR #1504)
16 - The web interface did not show the time and date in the
17 correct format for the locale (STR #1505)
18 - CUPS no longer accepts print jobs if a printer does not
19 support the file format (STR #1501)
20 - Cleaned up the PostScript filter (pstops) so that it
21 properly supports %%IncludeFeature and page scaling
22 (STR #1453)
23 - Fixed the cupsFileRewind() and cupsFileSeek() functions
24 to work properly with uncompressed files.
25 - Added cupsFileGetLine(), cupsFileStderr(),
26 cupsFileStdin(), and cupsFileStdout() functions to the
27 CUPS library.
28 - Added a new cupstestdsc program to test the DSC
29 conformance of PostScript files.
30 - Added KDE/GNOME icons and a Manage Printers menu item.
31 - Added --enable-image and --enable-pdftops configure
32 options to control whether the image and PDF filters
33 are built and installed (default = yes for all
34 platforms but MacOS X)
35 - Fixed a minor memory leak in the PPD API.
36 - Fixed transcoding issues (STR #1493)
37 - The scheduler now enforces a minimum job cost of 100
38 when doing FilterLimit checks.
39 - The scheduler would leak file descriptors when printing
40 to raw queues (STR #1491)
41 - The IPv6 support did not compile on Tru64 UNIX (STR
42 #1488)
43 - ppdOpen2() now converts the NickName and all UI text to
44 UTF-8 (STR #1475)
45 - The Set Allows Users web page did not work (STR #1486)
46 - When the default policy was not set or set to a non-
47 existing policy, the scheduler did not set the default
48 policy name to "default" (STR #1484)
49 - The Zebra CPCL driver did not use the correct righthand
50 margin for the 4" wide label sizes.
51 - Fixed a problem with the parsing of fractional real
52 numbers in PPD files.
53 - Added Spanish localization files (STR #1480)
54 - Fixed localization of a few scheduler messages (STR
55 #1478)
56 - Fixed support for HEAD requests in the scheduler (STR
57 #1481)
58
59
60 CHANGES IN CUPS V1.2b2
61
62 - Updated the CUPS design description.
63 - Added --enable-32bit and --enable-64bit configure
64 options to allow building of separate 32/64-bit
65 libraries on systems that support both environments
66 (STR #1472)
67 - Various compiler warning fixes.
68 - Fixes for Solaris 10 builds against old GNU TLS and
69 LDAP libraries.
70 - Added a cupsArrayUserData() function to retrieve the
71 user data pointer for an array (useful for typing
72 arrays)
73 - The ppdEmitString() function did not compute the
74 required buffer size properly, leading to dropped
75 characters on the end of the printer commands in pstops
76 and imagetops (STR #1470)
77
78
79 CHANGES IN CUPS V1.2b1
80
81 - The serial backend now supports Equinox 8-port serial
82 hubs (STR #526)
83 - The IPP backend now supports a compression option to
84 compress print files as they are sent to the remote
85 server (STR #956)
86 - The CUPS browse protocol now supports passing of
87 default options and browse timeout values from the
88 server to the clients (STR #800)
89 - Implicit classes that timed out could cause the
90 scheduler to crash (STR #1439)
91 - Added DragonFly support in local device backends (STR
92 #1362)
93 - Added LDAP printer browsing support (STR #338)
94 - Added official support for printer maintenance commands
95 via the CUPS Command file format and hooks in the
96 printer-type and web interfaces (STR #932)
97 - The HP-GL/2 filter could get in an infinite loop trying
98 to convert HP-PCL files (STR #1415)
99 - CUPS now implements the HTTP/1.1 Expect header (STR
100 #1407)
101 - Options in PPD files are no longer automatically put in
102 an "Extra" group; rather, all options that are not
103 inside an Open/CloseGroup will be placed in the
104 "General" group (STR #1385)
105 - The scheduler now creates a job-uuid attribute that
106 uniquely identifies a job on a network (STR #1410)
107 - The init script now unsets the TMPDIR environment
108 variable to prevent user temporary directories from
109 being used by cupsd accidentally (STR #1424)
110 - Added support for launchd on MacOS X.
111 - Added support for notify_post on MacOS X.
112 - Added support for DBUS on Linux.
113 - All of the Berkeley (except for lpc) and System V
114 commands now support specification of user, host, and
115 port (STR #1028, STR #1029, STR #1087)
116 - The lpmove command now allows you to move all jobs for
117 a given queue (STR #56)
118 - The web interface now supports moving of a job or jobs
119 to another queue (STR #56)
120 - The web interface now provides searching, paging, and
121 changing of the sort/display order of classes, jobs,
122 and printers.
123 - cupsaddsmb now accepts a password on the command-line
124 and supports passwords with special characters (STR
125 #822, STR #1236)
126 - ppdLoad*() no longer tries to "fix" bad characters in
127 UI text (STR #1101)
128 - Printer names can now (reliably) contain Unicode
129 characters (STR #896)
130 - The lpstat command now shows the time and date of the
131 last printer state change instead of the hardcoded "Jan
132 01 00:00" (STR #659)
133 - The scheduler now adds a job-actual-printer-uri
134 attribute to job objects when printing to a class (STR
135 #116)
136 - The scheduler now logs log file open errors to the
137 system log (STR #1289)
138 - The scheduler now sets the job-originating-user-name to
139 the authenticated username, if available (STR #1318)
140 - The scheduler now only updates the permissions of SSL
141 keys and certificates when they are under the
142 ServerRoot directory (STR #1324)
143 - The rastertodymo driver has been renamed to
144 rastertolabel (a symlink is installed so that existing
145 queues continue to work) and now also supports Zebra's
146 CPCL language.
147 - The lpstat command could show the wrong active job for
148 a printer (STR #1301)
149 - Fixed a potential crash problem in the scheduler when
150 aborting a CGI program (STR #1290)
151 - Added a "cancel all jobs" button to the class and
152 printer web interfaces (STR #1140)
153 - The add-printer web page now shows the
154 set-printer-options page after the printer has been
155 added (STR #690)
156 - The classes web page now provides links to each of the
157 member printers (STR #307)
158 - CUPS now handles HTTP request/response lines up to 32k
159 in length; this is mainly for better cookie support
160 (STR #1274)
161 - Added support for the Apache PassEnv and SetEnv
162 directives to cupsd.conf (STR #853)
163 - Added large file (64-bit) support (STR #541)
164 - Fixed a performance issue with the ippReadIO()
165 implementation (STR #1284)
166 - Fixed a performance issue with the scheduler's implicit
167 class implementation (STR #1283)
168 - The pdftops filter now adds the Title and Creator
169 fields from the PDF file to the PostScript document
170 comments section (STR #539, STR #830)
171 - Added a new cups_array_t and cupsArray*() functions to
172 the CUPS API to support sorted lists of data.
173 - Made the CUPS API library thread-safe (STR #1276)
174 - Added "media" option support for EFI EFMediaType option
175 (STR #902)
176 - Added write buffering to the HTTP code to improve
177 performance (STR #547)
178 - The scheduler now uses the attributes-natural-language
179 attribute to localize banner pages (STR #386)
180 - The scheduler now returns the address that was used to
181 connect to it (STR #1076)
182 - Fixed a problem with N-up printing and OpenOffice (STR
183 #576)
184 - Added support for the GCC position independent
185 executable options (STR #1209)
186 - Added new BrowseLocalProtocols and
187 BrowseRemoteProtocols directives to cupsd.conf,
188 allowing for different browse protocols for local and
189 remote printers (STR #877)
190 - PPD files can now contain strings up to 256k in length
191 (STR #1215)
192 - The pstops filter now supports the IncludeFeature DSC
193 comment (STR #1212)
194 - The pstops filter now disables the setpagedevice
195 procedure when doing N-up printing (STR #1161)
196 - The serial backend now supports "stop=1", "stop=2",
197 "parity=space", and "parity=mark" options (STR #1155)
198 - "make install" no longer overwrites an existing PAM
199 configuration file (STR #1064)
200 - The scheduler now closes all files on startup when run
201 in daemon mode (STR #1009)
202 - Added a new RGBW colorspace to the CUPS raster format
203 (STR #1071)
204 - The pdftops filter now sets the page size based on the
205 media box when not scaling the output (STR #912)
206 - The pdftops filter now supports masked images (STR
207 #281)
208 - The pdftops filter produced large output when rendering
209 PDF files containing lot of repeated images (STR #327)
210 - The pdftops filter now minimizes print processing of
211 PDF files when using the page-ranges option (STR #273)
212 - Updated pdftops filter to Xpdf 3.01.
213 - Added new cupsBackchannelRead() and
214 cupsBackchannelWrite() functions, as well as
215 backchannel support to the parallel, serial, socket,
216 and USB backends (STR #1252)
217 - The parallel and USB backends now treat a "no space
218 available" error as an out-of-paper condition (STR
219 #1225)
220 - The "lpc" command now supports the "status all" command
221 (STR #1004)
222 - ippReadIO() did not read collections properly (STR
223 #1249)
224 - The "make test" script now creates the test files in
225 "/tmp/cups-$USER" instead of "/tmp/$USER" (STR #981)
226 - All backends now abort on error when printing a job to
227 a class - this allows the next printer in the class to
228 print the job (STR #1084)
229 - The scheduler now verifies that a printer supports
230 Letter or A4 media sizes before setting them as the
231 initial default (STR #1250)
232 - The cupstestppd program now flags bad Resolution
233 options (STR #1269)
234 - The USB backend now retries printing when the printer
235 is disconnected or turned off (STR #1267)
236 - Added new httpGetHostname() function to CUPS API, and
237 use it instead of gethostname() so that the web
238 interface will work correctly on systems whose hostname
239 is not the FQDN (STR #1266)
240 - The scheduler now stops printers if the backend for the
241 queue is missing on startup (STR #1265)
242 - The configure script now supports "--disable-library"
243 to disable particular image file format support
244 libraries, even if they are available on the build
245 system (STR #1248)
246 - The IPP backend did not always report on the total
247 number of pages that were printed (STR #1251)
248 - The lpstat program could display garbage date and time
249 values for locales whose date format exceeded 31
250 characters (STR #1263)
251 - The cupstestppd program would segfault when testing
252 certain broken PPD files (STR #1268)
253 - Dramatically reduced the overhead of implicit classes.
254 - Added new cupsDir*() functions to CUPS API.
255 - Printers can now be published individually for sharing.
256 - Fixed a bug in the scheduler's startup signalling code
257 which caused cupsd to send the SIGUSR1 signal to the
258 init process instead of the original parent process
259 (STR #1258)
260 - Added new on-line help CGI to web interface to provide
261 searchable help.
262 - Devices are now tracked dynamically, with each query
263 doing a new device scan. This eliminates a previous
264 startup delay caused by slow backends and allows new
265 printers to be seen without restarting the server,
266 however it limits the amount of device URI checking
267 that can be done (basically now the scheduler only
268 requires a URI with a method that is a listed backend)
269 - Added new printer auto-detection, server configuration,
270 and log file viewing to the administration web page.
271 - Added new "set allowed users" web interface to set the
272 list of allowed users for a printer or class.
273 - The scheduler, command-line, and web interfaces now
274 limit the list of printers and classes to those
275 accessible by a user.
276 - cupsMarkOptions() now handles more non-standard
277 duplexing options and choices (STR #915)
278 - cups-lpd now honors remote banner requests with the
279 "standard" banner whenever a printer does not have one
280 defined (STR #1220)
281 - The scheduler's denial-of-service checks did not work
282 properly with IPv6 addresses (STR #1134)
283 - The lp and lpr commands did not error out properly when
284 they were unable to write to a temporary file (STR
285 #1129)
286 - The pstops filter did not handle Adobe-specific
287 comments in Windows NT driver output (STR #1085)
288 - "lpstat -l -p" incorrectly reported the printer
289 interface (STR #936)
290 - The web interface now operates exclusively with the
291 UTF-8 encoding, and sends the appropriate character set
292 and header information to the web browser (STR #919,
293 STR #1007)
294 - Added a "set allowed users" interface to the web
295 interface so that you can set the list of allowed or
296 denied users/groups for a printer or class.
297 - Disallow the "#" character in printer names, since it
298 has special meaning in the shell, config files, and in
299 URIs (STR #917, STR #1202)
300 - Added a new application/x-csource MIME type, and
301 support for it to the texttops filter so that you can
302 pretty print plain text files without the C/C++
303 keywords being highlighted.
304 - The pdftops filter did not compile with GCC 4.0 (STR
305 #1226)
306 - The texttops filter did not highlight preprocessor
307 directives followed by a tab properly.
308 - HP PJL output now uses both JOB DISPLAY and RDYMSG
309 commands to show the current job on the printer's
310 display (STR #1218)
311 - Local authentication certificates are now stored in
312 /var/run/cups/certs by default instead of
313 /etc/cups/certs (STR #1211)
314 - Backends now use "&" to separate options in device
315 URIs; "+" is still recognized but is deprecated (STR
316 #842)
317 - The USB backend no longer supports the usb:/dev/foo
318 format on systems that support device ID queries.
319 - Forced classification markings did not work when the
320 job-sheets parameters were "none,none".
321 - "lpstat -l -p" incorrectly showed all users as allowed,
322 even if the queue was restricted to certain users (STR
323 #801)
324 - The scheduler now automatically detects SSL/TLS clients
325 without using the SSLPort/SSLListen directives.
326 - The CUPS API and scheduler no longer support SSLv2-
327 encrypted connections.
328 - Updated the cupsaddsmb utility to correctly export the
329 CUPS driver for Windows.
330 - Fixed a signal-handling bug in httpRead() which
331 ultimately caused the server to print multiple copies
332 when it was busy (STR #1184)
333 - The cupsFile API now uses the O_APPEND option when
334 opening files in append mode (STR #990)
335 - The md5.h header and md5_* functions are now officially
336 private and have been renamed to avoid conflicts with
337 other implementations with the same name.
338 - The pdftops filter incorrectly embedded some Type1
339 fonts (STR #1093)
340 - The scheduler didn't detect a closed connection in the
341 middle of an IPP request (STR #1153)
342 - The scheduler could block trying to read the job status
343 if there was input pending and the job was cancelled in
344 the same input cycle (STR #1157)
345 - The scheduler could crash when deleting a class due to
346 infinite recursion.
347 - Updated the Zebra ZPL label printer driver to use the
348 run-length encoding and support more options.
349 - Updated serial backend to scan for /dev/ttyC* as well
350 as /dev/ttyc* for Cyclades serial ports (STR #1049)
351 - The scheduler could hang reading the job status under
352 certain circumstances (STR #1068)
353 - The USB backend termination signal code was inverted
354 (STR #1046)
355 - Moved enable and disable commands to sbindir to be
356 consistent.
357 - Added new cupsRasterInterpretPPD() function for RIP
358 filters to setup the raster page header from
359 PostScript commands in a PPD file.
360 - The CUPS browsing protocol now offers a "delete" bit
361 to remove printers as soon as they are deleted on the
362 server or as soon as the server shuts down gracefully
363 (STR #793)
364 - The CUPS_SERVER and ServerName directives (client.conf
365 and ~/.cupsrc) may now contain names of the form
366 "server:port" and "/path/to/domain/socket".
367 - The "cancel -u user" command now works for ordinary
368 users (STR #751)
369 - Added test run support to "make test" target (STR #64)
370 - Added domain socket support (STR #656)
371 - Added BrowseLocalOptions directive to allow the
372 administrator to add printer URI options to the browse
373 URI, e.g. "encryption=required" (STR #732)
374 - Added BrowseRemoteOptions directive to allow the
375 administrator to add standard URI options to the
376 remote printer URI, e.g. "encryption=required" (STR
377 #732)
378 - Now put "-I.." compiler option in front of all others
379 to ensure that local CUPS headers are used before
380 installed headers (STR #437)
381 - New cupsLangPrintf() and cupsLangPuts() for localized
382 interfaces.
383 - Now support custom attributes and extended options in
384 PPD files.
385 - Now provide functions to save PPD files.
386 - New policy mechanism allows per-operation and
387 per-printer control over what users and groups are
388 allowed to do various IPP operations.
389 - New error policy mechanism to control how aborted
390 backend errors are handled by the scheduler
391 (abort-job, retry-job, requeue-job, stop-printer)
392 - Updated the printer test page with a better color
393 wheel and a separate grayscale ramp.
394 - A single backend process is now run to send all print
395 data for a job.
396 - Backends and filters can now send and receive
397 backchannel data over file descriptor 3.
398 - Updated the raster stream format to support more
399 user-defined attributes and to do compression of the
400 page data.