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