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