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