]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.7.txt
Scheduler crash due to unknown circumstances leading to NULL policy pointer (STR...
[thirdparty/cups.git] / CHANGES-1.7.txt
CommitLineData
928b43f7
MS
1CHANGES-1.7.txt
2---------------
621ca63a 3
b1564bae
MS
4CHANGES IN CUPS V1.7.2
5
12163006
MS
6 - Security: The scheduler now blocks URLs containing embedded HTML
7 (STR #4356)
3a43047f 8 - Documentation fixes (STR #3259, STR #4346)
fa17c11e 9 - Fixed the Japanese localization (STR #4385)
95166508 10 - Added a German localization (STR #4363)
fa17c11e
MS
11 - cupsDoIORequest could miss the server status, causing failed lpadmin
12 and other administrative commands (STR #4386)
c51dcb48 13 - cupsEnumDests didn't always call the callback function (STR #4380)
21459fa1 14 - "lp -i job-id -H hold" did not work (STR #nnn)
3a43047f 15 - CUPS didn't compile on older platforms (STR #4338)
8dd318e5
MS
16 - Several libcups files did not have the Apple license exception
17 notice (STR #4361)
0cf0c416
MS
18 - Fixed a D-BUS threading issue that caused the scheduler to crash
19 (STR #4347)
bb0a112b
MS
20 - The scheduler now automatically reconnects to Avahi as needed
21 (STR #4370)
209cc9b6
MS
22 - The scheduler did not handle GET requests for the log files properly
23 (STR #3265)
5353e5ee
MS
24 - The dnssd backend did not always report all discovered printers using
25 Avahi (STR #4365)
7b466f29
MS
26 - The Zebra printer driver did not properly handle negative "label top"
27 values (STR #4354)
2644cfc5
MS
28 - The scheduler did not always update the MakeModel value in
29 printers.conf after updating the driver (STR #4264)
ffb3d9d3
MS
30 - The LPD mini daemon did not support print jobs larger than 2GB
31 (STR #4351)
d423d83d
MS
32 - Fixed a bug in the status reading code when sending a compressed data
33 stream to an IPP printer/server (<rdar://problem/16019623>)
392aa79d
MS
34 - The IPP backend might not include all job attributes in Validate-Job
35 operations (<rdar://problem/16025435>)
b1564bae
MS
36 - Fixed some clang-reported issues (<rdar://problem/15936066>)
37
38
ff2b08f9
MS
39CHANGES IN CUPS V1.7.1
40
83bc2aac
MS
41 - Security: the lppasswd program incorrectly used settings from
42 ~/.cups/client.conf (STR #4319)
ff2b08f9 43 - Auto debug logging was broken in 1.7.0 (<rdar://problem/15331639>)
72f50170 44 - Some gzip'd PPD files could not be used (<rdar://problem/15386424>)
7d644288
MS
45 - Cleaned up some job logging in the scheduler
46 (<rdar://problem/15332672>)
47 - ATTR messages could cause string pool memory corruption in the
48 scheduler (<rdar://problem/15382819>)
7f5ce42e
MS
49 - The RPM spec file did not list the build requirements; this was on
50 purpose, but now we are listing the Red Hat package names
b933058e 51 (<rdar://problem/15375760>, STR #4322)
462b6e74
MS
52 - Printing to a raw queue could result in corrupt output due to
53 opportunistic compression (<rdar://problem/15008524>)
4f2b0ae1 54 - The GNU TLS support code triggered many compiler warnings due to the
a8660430
MS
55 use of old GNU TLS compatibility type names
56 (<rdar://problem/15392966>)
4f2b0ae1
MS
57 - The "make check" test suite did not work on Linux without the
58 cups-filters package installed (<rdar://problem/14292998>)
0042c0d7
MS
59 - Japanese PPDs using with the Shift-JIS encoding did not work
60 (<rdar://problem/15427759>)
5a1adc8d 61 - "tel:" URIs incorrectly had slashes (<rdar://problem/15418463>)
3af9ac9e
MS
62 - The libusb-based USB backend incorrectly used write timeouts
63 (<rdar://problem/15564888>)
878389c8
MS
64 - Shared printers could become inaccessible after a few days on OS X
65 (<rdar://problem/15426838>)
eb383c31
MS
66 - The IPP backend did not wait for a busy printer to become available
67 before attempting to print (<rdar://problem/15465667>)
f2a7bf2a
MS
68 - CUPS did not support "auto-monochrome" or "process-monochrome" for the
69 "print-color-mode" option (<rdar://problem/15482520>)
84ec3a84 70 - Using "@IF(name)" in an Allow or Deny rule did not work (STR #4328)
e584c068
MS
71 - lpq and lpstat did not list jobs in the correct order when priorities
72 were specified (STR #4326)
e9dd00a0 73 - The D-BUS notifier did not remove its lockfile (STR #4314)
4541d836
MS
74 - CUPS incorrectly used the USER environment variable when the name did
75 not match the user ID (STR #4327)
ff2b08f9
MS
76
77
621ca63a
MS
78CHANGES IN CUPS V1.7.0
79
cccd10cb 80 - Updated the Japanese localization.
b0f26938
MS
81 - The lpadmin command did not send the PPD name from the "-m" option
82 (<rdar://problem/15264697>)
5f8f4499
MS
83 - Network backends now use the prtMarkerSuppliesClass property to
84 determine the direction of supply level values
85 (<rdar://problem/14302628>)
928b43f7
MS
86 - The scheduler did not remove backup PPD files when a printer was
87 deleted (<rdar://problem/15065555>)
88 - The scheduler incorrectly responded to HEAD requests when the web
89 interface was disabled (<rdar://problem/15090332>)
621ca63a
MS
90 - The scheduler did not respond using the hostname specified by the
91 client (<rdar://problem/14583574>)
92 - Fax queues did not work when shared via Bonjour
93 (<rdar://problem/14498310>)
94 - Error messages from the scheduler were not localized using the
95 language specified in the client's IPP request
96 (<rdar://problem/14128011>)
97 - Added an Italian localization (<rdar://problem/14481578>)
98 - Fixed a couple memory leaks in ippfind that were reported by Clang.
99 - Fixed a compile issue on 64-bit Linux with Clang - need to use the
100 -pie option instead of -Wl,-pie now (<rdar://problem/14480938>)
101 - The ippfind utility reported the wrong port numbers when compiled
102 against Avahi (<rdar://problem/14508324>)
103 - httpGetFd, httpGetFile, httpPutFd, and httpPutFile did not
104 automatically reconnect if the server closed the connecion after the
105 previous response.
106 - Fixed a compile error in libcups (<rdar://problem/14467141>)
107 - The scheduler incorrectly did not pass a FINAL_CONTENT_TYPE
108 environment variable to the filters or backend
109 (<rdar://problem/14355011>)
110 - The cups-exec helper program could fail randomly on OS X due to
111 sandbox violations when closing excess file descriptors
112 (<rdar://problem/14421943>)
113 - The scheduler incorrectly did not use the kqueue interface on OS X.
114
115
116CHANGES IN CUPS V1.7rc1
117
118 - Printer xxx-default values were not reported by Get-Printer-Attributes
119 or lpoptions (<rdar://problem/14401795>)
120 - Fixed deprecation warnings for many functions on OS X so they are tied
121 to the deployment version when building (<rdar://problem/14210079>)
122 - Fixed a build issue on ARM-based Linux systems - unable to validate
123 va_list arguments.
124 - Added a new ippfind tool for finding IPP printers and other Bonjour
125 services (<rdar://problem/13876199>)
126 - Fixed some issues with conversion of PWG media size names to
127 hundredths of millimeters (<rdar://problem/14065748>)
128 - The IPP backend could crash on OS X when printing to a Kerberized
129 printer (<rdar://problem/14040186>)
130 - The ipptool program now automatically extends timeouts when the
131 output buffer is filled (<rdar://problem/14016099>)
132 - The ipptool program now supports the --help and --version options.
133 - The ipptool program did not continue past include file errors by
134 default (<rdar://problem/13875803>)
135 - The ipptool program now supports FILE-ID and TEST-ID directives and
136 includes their values in its XML output (<rdar://problem/13876038>)
137 - The ipptool program now supports WITH-HOSTNAME, WITH-RESOURCE, and
138 WITH-SCHEME expect predicates to compare the corresponding URI
139 components (<rdar://problem/13876091>)
140
141
142CHANGES IN CUPS V1.7b1
143
144 - The configure script now supports a --with-rundir option to change
145 the transient run-time state directory from the default to other
146 locations like /run/cups (STR #4306)
147 - The scheduler now supports PPD lookups for classes (STR #4296)
148 - The cupsfilter program did not set the FINAL_CONTENT_TYPE
149 environment variable for filters.
150 - Added a new "-x" option to the cancel command (STR #4103)
151 - Made the PWG media handling APIs public (STR #4267)
152 - Implemented ready media support for the cupsGetDestMediaXxx APIs
153 (STR #4289)
154 - Added new cupsFindDestDefault, cupsFindDestReady, and
155 cupsFindDestSupported APIs (STR #4289)
156 - Added new cupsGetDestMediaByIndex, cupsGetDestMediaCount, and
157 cupsGetDestMediaDefault APIs (STR #4289)
158 - Added new ippGet/SetOctetString APIs for getting and setting an
159 octetString value (STR #4289)
160 - Added new ippCreateRequestedArray API for generating a array of
161 attributes from the requested-attributes attribute.
162 - The ipptool utility now supports compression, conditional tests based
163 on the presence of files, and new DEFINE predicates for STATUS.
164 - Added new IPP APIs for checking values (STR #4167)
165 - Added new IPP APis for adding and setting formatted strings.
166 - Added new HTTP APIs to support basic server functionality via libcups.
167 - The dnssd backend now generates a 1284 device ID as needed (STR #3702)
168 - CUPS now supports compressing and decompressing streamed data
169 (STR #4168)
170 - CUPS now supports higher-level PIN printing, external accounting
171 systems, and "print here" printing environments (STR #4169)
172 - IRIX is no longer a supported operating system (STR #4092)
173 - The PPD compiler now supports JCL options properly (STR #4115)
174 - The web interface now checks whether the web browser has cookies
175 enabled and displays a suitable error message (STR #4141)