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