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