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