]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-1.7.txt
4d06a687b5b67f4a39e47be8461cc4fee6ad6d92
[thirdparty/cups.git] / CHANGES-1.7.txt
1 CHANGES-1.7.txt
2 ---------------
3
4 CHANGES IN CUPS V1.7.4
5
6 - CUPS did not compile when Avahi or mDNSResponder was not present
7 (STR #4402, STR #4424)
8 - The "snmp" option did not work with the network backends (STR #4422)
9 - The User directive in client.conf did not override the USER
10 environment variable (STR #4426)
11 - The web interface now properly shows a "Go" button for all text-based
12 browsers (STR #4425)
13 - The MaxJobTime directive now properly supports time values (STR #4434)
14 - The RPM spec file did not work due to the new Brazilian Portuguese
15 localization (STR #4436)
16 - Fixed an "IPP read error" issue (STR #4440)
17 - Fixed the --disable-libusb configure option (STR #4439)
18 - Fixed the debug output from the DNS-SD backend when using Avahi
19 (STR #4444)
20
21
22 CHANGES IN CUPS V1.7.3
23
24 - Added Brazilian Portuguese translation (STR #4409)
25 - Fixed mapping of OutputBin values such as "Tray1"
26 (<rdar://problem/16685606>)
27 - Several ippGet* functions incorrectly returned -1 instead of 0 on
28 error.
29 - The cupsGetResponse function did not work properly with
30 CUPS_HTTP_DEFAULT (<rdar://problem/16762593>)
31 - The IPP backend did not abort a job when the printer did not validate
32 the supplied options (<rdar://problem/16836752>)
33 - Fixed an authentication race condition in cupsSendRequest (STR #4403)
34 - The scheduler did not add the "job-hold-until-specified" reason when
35 holding a job using the lp command (STR #4405)
36 - The CUPS headers incorrectly needed libdispatch for blocks support
37 (STR #4397)
38 - The configure script incorrectly added libgcrypt as a GNU TLS
39 dependency (STR #4399)
40 - cupsGetDestMediaCount did not work for CUPS_MEDIA_FLAGS DEFAULT
41 (STR #4414)
42 - Auto-typing of PWG Raster files did not work (STR #4417)
43 - IPP queues using hardcoded credentials would ask for credentials
44 (STR #4371)
45 - Dates in non-UTF-8 locales did not display correctly (STR #4388)
46 - The RPM spec file now looks for libusb-devel 1.0 or later.
47 - Fixed the "create-printer-subscription.test" file for IPPTOOL
48 (STR #4420)
49
50
51 CHANGES IN CUPS V1.7.2
52
53 - Security: The scheduler now blocks URLs containing embedded HTML
54 (STR #4356)
55 - Documentation fixes (STR #3259, STR #4346, STR #4355)
56 - Fixed the Japanese localization (STR #4385)
57 - Added a German localization (STR #4363)
58 - The cupsfilter command incorrectly read the cupsd.conf file; it now
59 reads the cups-files.conf file instead.
60 - Fixed OS X builds with Xcode 5.x (<rdar://problem/15914959>)
61 - Fixed SSL support on Windows (STR #4358)
62 - Fixed documentation and naming of Create-Job/Printer-Subscriptions
63 operations (STR #4389)
64 - Phone numbers in fax jobs were not properly filtered for IPP FaxOut
65 (<rdar://problem/16351701>)
66 - Updated Linux "relro" support (STR #4349)
67 - Fixed a memory leak in the label printer driver (STR #4393)
68 - cupsEnumDests did not set the "is_default" field (STR #4332)
69 - cupsDoIORequest could miss the server status, causing failed lpadmin
70 and other administrative commands (STR #4386)
71 - cupsEnumDests didn't always call the callback function (STR #4380)
72 - "lp -i job-id -H hold" did not work (STR #nnn)
73 - CUPS didn't compile on older platforms (STR #4338)
74 - Several libcups files did not have the Apple license exception
75 notice (STR #4361)
76 - Fixed a D-BUS threading issue that caused the scheduler to crash
77 (STR #4347)
78 - The scheduler now automatically reconnects to Avahi as needed
79 (STR #4370, STR #4373)
80 - The scheduler did not handle GET requests for the log files properly
81 (STR #3265)
82 - The dnssd backend did not always report all discovered printers using
83 Avahi (STR #4365)
84 - The Zebra printer driver did not properly handle negative "label top"
85 values (STR #4354)
86 - The scheduler did not always update the MakeModel value in
87 printers.conf after updating the driver (STR #4264)
88 - The LPD mini daemon did not support print jobs larger than 2GB
89 (STR #4351)
90 - Fixed a bug in the status reading code when sending a compressed data
91 stream to an IPP printer/server (<rdar://problem/16019623>)
92 - The IPP backend might not include all job attributes in Validate-Job
93 operations (<rdar://problem/16025435>)
94 - Fixed some clang-reported issues (<rdar://problem/15936066>)
95
96
97 CHANGES IN CUPS V1.7.1
98
99 - Security: the lppasswd program incorrectly used settings from
100 ~/.cups/client.conf (STR #4319)
101 - Auto debug logging was broken in 1.7.0 (<rdar://problem/15331639>)
102 - Some gzip'd PPD files could not be used (<rdar://problem/15386424>)
103 - Cleaned up some job logging in the scheduler
104 (<rdar://problem/15332672>)
105 - ATTR messages could cause string pool memory corruption in the
106 scheduler (<rdar://problem/15382819>)
107 - The RPM spec file did not list the build requirements; this was on
108 purpose, but now we are listing the Red Hat package names
109 (<rdar://problem/15375760>, STR #4322)
110 - Printing to a raw queue could result in corrupt output due to
111 opportunistic compression (<rdar://problem/15008524>)
112 - The GNU TLS support code triggered many compiler warnings due to the
113 use of old GNU TLS compatibility type names
114 (<rdar://problem/15392966>)
115 - The "make check" test suite did not work on Linux without the
116 cups-filters package installed (<rdar://problem/14292998>)
117 - Japanese PPDs using with the Shift-JIS encoding did not work
118 (<rdar://problem/15427759>)
119 - "tel:" URIs incorrectly had slashes (<rdar://problem/15418463>)
120 - The libusb-based USB backend incorrectly used write timeouts
121 (<rdar://problem/15564888>)
122 - Shared printers could become inaccessible after a few days on OS X
123 (<rdar://problem/15426838>)
124 - The IPP backend did not wait for a busy printer to become available
125 before attempting to print (<rdar://problem/15465667>)
126 - CUPS did not support "auto-monochrome" or "process-monochrome" for the
127 "print-color-mode" option (<rdar://problem/15482520>)
128 - Using "@IF(name)" in an Allow or Deny rule did not work (STR #4328)
129 - lpq and lpstat did not list jobs in the correct order when priorities
130 were specified (STR #4326)
131 - The D-BUS notifier did not remove its lockfile (STR #4314)
132 - CUPS incorrectly used the USER environment variable when the name did
133 not match the user ID (STR #4327)
134
135
136 CHANGES IN CUPS V1.7.0
137
138 - Updated the Japanese localization.
139 - The lpadmin command did not send the PPD name from the "-m" option
140 (<rdar://problem/15264697>)
141 - Network backends now use the prtMarkerSuppliesClass property to
142 determine the direction of supply level values
143 (<rdar://problem/14302628>)
144 - The scheduler did not remove backup PPD files when a printer was
145 deleted (<rdar://problem/15065555>)
146 - The scheduler incorrectly responded to HEAD requests when the web
147 interface was disabled (<rdar://problem/15090332>)
148 - The scheduler did not respond using the hostname specified by the
149 client (<rdar://problem/14583574>)
150 - Fax queues did not work when shared via Bonjour
151 (<rdar://problem/14498310>)
152 - Error messages from the scheduler were not localized using the
153 language specified in the client's IPP request
154 (<rdar://problem/14128011>)
155 - Added an Italian localization (<rdar://problem/14481578>)
156 - Fixed a couple memory leaks in ippfind that were reported by Clang.
157 - Fixed a compile issue on 64-bit Linux with Clang - need to use the
158 -pie option instead of -Wl,-pie now (<rdar://problem/14480938>)
159 - The ippfind utility reported the wrong port numbers when compiled
160 against Avahi (<rdar://problem/14508324>)
161 - httpGetFd, httpGetFile, httpPutFd, and httpPutFile did not
162 automatically reconnect if the server closed the connecion after the
163 previous response.
164 - Fixed a compile error in libcups (<rdar://problem/14467141>)
165 - The scheduler incorrectly did not pass a FINAL_CONTENT_TYPE
166 environment variable to the filters or backend
167 (<rdar://problem/14355011>)
168 - The cups-exec helper program could fail randomly on OS X due to
169 sandbox violations when closing excess file descriptors
170 (<rdar://problem/14421943>)
171 - The scheduler incorrectly did not use the kqueue interface on OS X.
172
173
174 CHANGES IN CUPS V1.7rc1
175
176 - Printer xxx-default values were not reported by Get-Printer-Attributes
177 or lpoptions (<rdar://problem/14401795>)
178 - Fixed deprecation warnings for many functions on OS X so they are tied
179 to the deployment version when building (<rdar://problem/14210079>)
180 - Fixed a build issue on ARM-based Linux systems - unable to validate
181 va_list arguments.
182 - Added a new ippfind tool for finding IPP printers and other Bonjour
183 services (<rdar://problem/13876199>)
184 - Fixed some issues with conversion of PWG media size names to
185 hundredths of millimeters (<rdar://problem/14065748>)
186 - The IPP backend could crash on OS X when printing to a Kerberized
187 printer (<rdar://problem/14040186>)
188 - The ipptool program now automatically extends timeouts when the
189 output buffer is filled (<rdar://problem/14016099>)
190 - The ipptool program now supports the --help and --version options.
191 - The ipptool program did not continue past include file errors by
192 default (<rdar://problem/13875803>)
193 - The ipptool program now supports FILE-ID and TEST-ID directives and
194 includes their values in its XML output (<rdar://problem/13876038>)
195 - The ipptool program now supports WITH-HOSTNAME, WITH-RESOURCE, and
196 WITH-SCHEME expect predicates to compare the corresponding URI
197 components (<rdar://problem/13876091>)
198
199
200 CHANGES IN CUPS V1.7b1
201
202 - The configure script now supports a --with-rundir option to change
203 the transient run-time state directory from the default to other
204 locations like /run/cups (STR #4306)
205 - The scheduler now supports PPD lookups for classes (STR #4296)
206 - The cupsfilter program did not set the FINAL_CONTENT_TYPE
207 environment variable for filters.
208 - Added a new "-x" option to the cancel command (STR #4103)
209 - Made the PWG media handling APIs public (STR #4267)
210 - Implemented ready media support for the cupsGetDestMediaXxx APIs
211 (STR #4289)
212 - Added new cupsFindDestDefault, cupsFindDestReady, and
213 cupsFindDestSupported APIs (STR #4289)
214 - Added new cupsGetDestMediaByIndex, cupsGetDestMediaCount, and
215 cupsGetDestMediaDefault APIs (STR #4289)
216 - Added new ippGet/SetOctetString APIs for getting and setting an
217 octetString value (STR #4289)
218 - Added new ippCreateRequestedArray API for generating a array of
219 attributes from the requested-attributes attribute.
220 - The ipptool utility now supports compression, conditional tests based
221 on the presence of files, and new DEFINE predicates for STATUS.
222 - Added new IPP APIs for checking values (STR #4167)
223 - Added new IPP APis for adding and setting formatted strings.
224 - Added new HTTP APIs to support basic server functionality via libcups.
225 - The dnssd backend now generates a 1284 device ID as needed (STR #3702)
226 - CUPS now supports compressing and decompressing streamed data
227 (STR #4168)
228 - CUPS now supports higher-level PIN printing, external accounting
229 systems, and "print here" printing environments (STR #4169)
230 - IRIX is no longer a supported operating system (STR #4092)
231 - The PPD compiler now supports JCL options properly (STR #4115)
232 - The web interface now checks whether the web browser has cookies
233 enabled and displays a suitable error message (STR #4141)