]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Update to CUPS trunk r6695.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
cc0d019f 1CHANGES.txt - 2007-07-19
ef416fc2 2------------------------
3
bc44d920 4CHANGES IN CUPS V1.3??
f7deaa1a 5
cc0d019f
MS
6 - Backends could (incorrectly) run as root during discovery
7 (STR #2454)
8 - Avahi is now supported for DNS-SD (Bonjour) printer sharing
9 (STR #2455)
10 - The default cupsd.conf file had typos and old operation names
11 (STR #2450)
12 - The scheduler now erases authentication cache files using the
13 7-pass US DoD algorithm.
14 - Delegated Kerberos credentials (proxy authentication) did not
15 work.
16 - The filter makefile did not optimize the libcupsimage.2.dylib
17 with a sectorder file.
18 - The IPP backend incorrectly wrote an empty printer message
19 when processing the "none" state reason.
bc44d920 20 - The USB backend could deadlock on Mac OS X while performing
21 a side-channel command.
22 - The scheduler did not prevent remote queues from being
23 shared/published.
24 - The scheduler did not remove the temporary request file on
25 authentication errors.
26 - ppdLocalizeIPPReason() did not handle "scheme:" schemes or
27 "file" URLs.
28 - ppdLocalizeIPPReason() was not exported on Mac OS X.
29
30
31CHANGES IN CUPS V1.3b1
32
33 - Copyright updates - CUPS is now owned by Apple Inc.
34 - Documentation updates (STR #1775, STR #2027, STR #2130,
35 STR #2131, STR #2263, STR #2356, STR #2397)
36 - Added new cupsfilter utility (STR #1734)
37 - Added new job-printer-state-message and
38 job-printer-state-reasons attributes to jobs (STR #2418)
39 - Added LDAP+SSL support (STR #1967)
40 - CUPS now supports authentication via peer credentials
41 over domain sockets (STR #2242, STR #2277)
42 - The CUPS sample driver PPDs are now generated by the PPD
43 compiler and include all of the localized languages by
44 default (STR #2164)
45 - You can now specify "AuthType Default" in the cupsd.conf
46 file to use the default authentication defined by the
47 DefaultAuthType directive.
48 - The SNMP backend no longer adds a default Address line
49 when none is specified in the snmp.conf file; this allows
50 the backend to be easily disabled as needed (STR #2434)
51 - Added a new cupsctl command for doing basic changes to
52 the cupsd.conf file (STR #1777)
53 - Added a new ppdLocalizeIPPReason() function to get the
54 localized text/URI for a given IPP reason keyword for a
55 driver.
56 - Removed the deskjet2.ppd driver, as it only worked with
57 a very small subset of HP DeskJet printers and was
58 confusing to users. The rastertohp driver still
59 supports the deskjet2.ppd options for existing queues.
09a101d6 60 - The scheduler did not add a trailing banner page if a
61 client did not specify the last document in a job (STR
62 #1711)
3d8365b8 63 - The scheduler did not report Bonjour shared printers as
64 remote printers (STR #2384)
b94498cf 65 - Added new -R and -W options to the cupstestppd program
66 for greater control over the testing of PPDs.
67 - Added a new cupsGetServerPPD() function for getting
68 an available PPD from the server (STR #2334)
69 - Added a new cupsDoIORequest() function for reading
70 and writing files via IPP requests (STR #2334)
71 - Added a new CUPS_GET_PPD operation for getting an
72 available PPD file on the server (STR #2334)
73 - CUPS_GET_PPDS now reports multiple ppd-product values
3d8365b8 74 based on the PPD ModelName and Product strings (STR
75 #2334, STR #2383)
b94498cf 76 - CUPS_GET_PPDS now reports the PSVersion attributes
77 from a PPD file in the ppd-psversion attribute
78 (STR #2334)
3d8365b8 79 - CUPS_GET_PPDS now reports the cupsModelNumber attribute
80 from a PPD file in the ppd-model-number attribute (STR
81 #2383)
82 - CUPS_GET_PPDS now reports a driver type string in the
83 ppd-type attribute based on the cupsFax and cupsFilter
84 attributes in a PPD file (STR #2383)
b94498cf 85 - Added a new printer attribute called "cups-version"
86 which reports the version of CUPS that is running
87 (STR #2240)
88 - backendRunLoop() now aborts immediately on SIGTERM
89 if no data has been written yet (STR #2103)
90 - Due to poor IPP support from the vendors, the SNMP
91 backend no longer tries IPP connections; instead,
92 it now uses a lookup file with fallback to port 9100
93 (socket://address) and 515 (lpd://address) printing
94 (STR #2035, STR #2354)
95 - The scheduler now recreates the CUPS log directory as
96 needed (STR #2353)
97 - cupsLangDefault() now maps new-style Apple locale names
98 to the traditional ll_CC form (STR #2357)
99 - Add new cupsArrayNew2() API to support hashed lookups
100 of array elements (STR #2358)
101 - ppdConflicts() optimizations (STR #2358)
323c5de1 102 - The cupstestppd program now tests for existing filters,
103 icons, profiles, and dialog extensions (STR #2326)
104 - The web interface no longer lists new printers on the
105 main administration page. Instead, a new "List Available
106 Printers" button is provided that shows a separate page
107 with the list of printers.
108 - The web interface now supports setting the banner and
109 policy options on raw printers and classes (STR #2238)
110 - The socket backend now reads any pending back-channel
111 data before shutting down the socket (STR #2325)
112 - Added a new ErrorPolicy directive in the cupsd.conf
113 file (STR #1871)
114 - Printers that use JCL options are now exported to Samba
115 correctly (STR #1985)
116 - The IPP backend now relays printer-state-message values
117 from the server to the client (STR #2109)
118 - Added support for the PWG printer-alert and
119 printer-alert-description attributes (STR #2088)
f42414bf 120 - Added support for LPD "stream" mode (STR #2036)
f899b121 121 - The scheduler now reports the PostScript product string
122 from PPD files in CUPS-Get-PPDs responses (STR #1900)
123 - Raw printing with queues pointing to the file pseudo-
124 device and multiple files and/or banners now works (STR
125 #1933)
7594b224 126 - Added new public cupsAdminGetServerSettings() and
127 cupsAdminSetServerSettings() APIs.
128 - Added new "makebuttons" script in the "tools" directory
129 for creating web interface buttons (STR #2231)
f7deaa1a 130 - Added support for DNS-SD (aka "Bonjour") printer sharing
131 (STR #1171)
132 - Job operations (cancel, hold, release, etc.) from the
133 web interface now return back to the original page (STR
134 #2239)
135 - The classes or printers list is now shown after a
136 successful deletion from the web interface (STR #1999)
137 - The default configuration now allows browse packets from
138 any address (STR #2008)
139 - The web interface now provides an "allow printing from the
140 Internet" check box (STR #1897)
141 - The notify-events-default and
142 notify-lease-duration-default attributes can now be set
143 (STR #1671)
144 - Server-side default options are now sent to clients when
145 the "printer-defaults" attribute group is requested (STR
146 #1923)
147 - Added support for Linux "relro" linker option (STR #1614)
148 - CUPS now validates the number-up option value (STR #1329)
149 - The on-line help now provides better search capabilities
150 (STR #1701)
151 - The web interface "Add This Printer" button now allows you
152 to change the printer name, description, and location
153 (STR #1646)
154 - Added support for Mac OS X authorization services
155 (STR #2206)
156 - Added support for driver-specific pre-filters (STR #2108)
157 - Added a new side-channel API for drivers and backends
158 for basic device control and information queries (STR
159 #1898)
160 - The scheduler now uses poll(), epoll(), or /dev/kqueue
161 instead of select() when possible (STR #1261)
162 - Added new cupsArrayGetIndex() and cupsArrayGetInsert()
163 functions to get the current index and insertion
164 positions of an array.
165 - Added a new --with-max-copies configure option (STR
166 #2090)
167 - Added new cupsRemoveDest() and cupsSetDefaultDest()
168 functions.
169 - Added support for cupsPJLCharset attribute in PPD files
170 which specifies the character set that is used in PJL
171 strings (STR #1969)
172 - Moved the definition of the (private) _http_s structure
173 to http-private.h; code that directly accesses the
174 http_t members will no longer compile!
175 - Added support for setting the document-format-default
176 attribute on a per-printer basis.
177 - Added support for IntelliBar label printers.