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