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