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