]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Load cups into easysw/current.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
f7deaa1a 1CHANGES.txt - 2007-02-19
ef416fc2 2------------------------
3
f7deaa1a 4CHANGES IN CUPS V1.3
5
6 - Documentation updates (STR #2130, STR #2131)
7 - Added support for DNS-SD (aka "Bonjour") printer sharing
8 (STR #1171)
9 - Job operations (cancel, hold, release, etc.) from the
10 web interface now return back to the original page (STR
11 #2239)
12 - The classes or printers list is now shown after a
13 successful deletion from the web interface (STR #1999)
14 - The default configuration now allows browse packets from
15 any address (STR #2008)
16 - The web interface now provides an "allow printing from the
17 Internet" check box (STR #1897)
18 - The notify-events-default and
19 notify-lease-duration-default attributes can now be set
20 (STR #1671)
21 - Server-side default options are now sent to clients when
22 the "printer-defaults" attribute group is requested (STR
23 #1923)
24 - Added support for Linux "relro" linker option (STR #1614)
25 - CUPS now validates the number-up option value (STR #1329)
26 - The on-line help now provides better search capabilities
27 (STR #1701)
28 - The web interface "Add This Printer" button now allows you
29 to change the printer name, description, and location
30 (STR #1646)
31 - Added support for Mac OS X authorization services
32 (STR #2206)
33 - Added support for driver-specific pre-filters (STR #2108)
34 - Added a new side-channel API for drivers and backends
35 for basic device control and information queries (STR
36 #1898)
37 - The scheduler now uses poll(), epoll(), or /dev/kqueue
38 instead of select() when possible (STR #1261)
39 - Added new cupsArrayGetIndex() and cupsArrayGetInsert()
40 functions to get the current index and insertion
41 positions of an array.
42 - Added a new --with-max-copies configure option (STR
43 #2090)
44 - Added new cupsRemoveDest() and cupsSetDefaultDest()
45 functions.
46 - Added support for cupsPJLCharset attribute in PPD files
47 which specifies the character set that is used in PJL
48 strings (STR #1969)
49 - Moved the definition of the (private) _http_s structure
50 to http-private.h; code that directly accesses the
51 http_t members will no longer compile!
52 - Added support for setting the document-format-default
53 attribute on a per-printer basis.
54 - Added support for IntelliBar label printers.