]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Load cups into easysw/current.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
323c5de1 1CHANGES.txt - 2007-04-04
ef416fc2 2------------------------
3
f7deaa1a 4CHANGES IN CUPS V1.3
5
f42414bf 6 - Documentation updates (STR #1775, STR #2130, STR #2131)
323c5de1 7 - The cupstestppd program now tests for existing filters,
8 icons, profiles, and dialog extensions (STR #2326)
9 - The web interface no longer lists new printers on the
10 main administration page. Instead, a new "List Available
11 Printers" button is provided that shows a separate page
12 with the list of printers.
13 - The web interface now supports setting the banner and
14 policy options on raw printers and classes (STR #2238)
15 - The socket backend now reads any pending back-channel
16 data before shutting down the socket (STR #2325)
17 - Added a new ErrorPolicy directive in the cupsd.conf
18 file (STR #1871)
19 - Printers that use JCL options are now exported to Samba
20 correctly (STR #1985)
21 - The IPP backend now relays printer-state-message values
22 from the server to the client (STR #2109)
23 - Added support for the PWG printer-alert and
24 printer-alert-description attributes (STR #2088)
f42414bf 25 - Added support for LPD "stream" mode (STR #2036)
f899b121 26 - The scheduler now reports the PostScript product string
27 from PPD files in CUPS-Get-PPDs responses (STR #1900)
28 - Raw printing with queues pointing to the file pseudo-
29 device and multiple files and/or banners now works (STR
30 #1933)
7594b224 31 - Added new public cupsAdminGetServerSettings() and
32 cupsAdminSetServerSettings() APIs.
33 - Added new "makebuttons" script in the "tools" directory
34 for creating web interface buttons (STR #2231)
f7deaa1a 35 - Added support for DNS-SD (aka "Bonjour") printer sharing
36 (STR #1171)
37 - Job operations (cancel, hold, release, etc.) from the
38 web interface now return back to the original page (STR
39 #2239)
40 - The classes or printers list is now shown after a
41 successful deletion from the web interface (STR #1999)
42 - The default configuration now allows browse packets from
43 any address (STR #2008)
44 - The web interface now provides an "allow printing from the
45 Internet" check box (STR #1897)
46 - The notify-events-default and
47 notify-lease-duration-default attributes can now be set
48 (STR #1671)
49 - Server-side default options are now sent to clients when
50 the "printer-defaults" attribute group is requested (STR
51 #1923)
52 - Added support for Linux "relro" linker option (STR #1614)
53 - CUPS now validates the number-up option value (STR #1329)
54 - The on-line help now provides better search capabilities
55 (STR #1701)
56 - The web interface "Add This Printer" button now allows you
57 to change the printer name, description, and location
58 (STR #1646)
59 - Added support for Mac OS X authorization services
60 (STR #2206)
61 - Added support for driver-specific pre-filters (STR #2108)
62 - Added a new side-channel API for drivers and backends
63 for basic device control and information queries (STR
64 #1898)
65 - The scheduler now uses poll(), epoll(), or /dev/kqueue
66 instead of select() when possible (STR #1261)
67 - Added new cupsArrayGetIndex() and cupsArrayGetInsert()
68 functions to get the current index and insertion
69 positions of an array.
70 - Added a new --with-max-copies configure option (STR
71 #2090)
72 - Added new cupsRemoveDest() and cupsSetDefaultDest()
73 functions.
74 - Added support for cupsPJLCharset attribute in PPD files
75 which specifies the character set that is used in PJL
76 strings (STR #1969)
77 - Moved the definition of the (private) _http_s structure
78 to http-private.h; code that directly accesses the
79 http_t members will no longer compile!
80 - Added support for setting the document-format-default
81 attribute on a per-printer basis.
82 - Added support for IntelliBar label printers.