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