]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-IPPTOOL.txt
Merge changes from CUPS 1.7svn-r10791.
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
CommitLineData
0fa6c7fa 1CHANGES-IPPTOOL.txt - 2013-01-10
9b66acc5
MS
2--------------------------------
3
4This file provides a list of changes to the ipptool binary distribution posted
5on cups.org.
6
7
0fa6c7fa 82013-MM-DD
37e7e6e0 9
0fa6c7fa
MS
10 - Added support for DEFINE-MATCH and DEFINE-NO-MATCH as STATUS
11 predicates.
12 - Added support for octetString values.
13 - Added support for document compression in Print-Job and Send-Document
14 requests.
37e7e6e0
MS
15 - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring
16 out.
17
18
82cc1f9a
MS
192012-02-28
20
21 - Changed behavior of WITH-VALUES "/regex/" to not require all values to
22 match.
23 - Added WITH-ALL-VALUES directive for EXPECT predicates that require all
24 values to match.
25 - Updated test files to use WITH-ALL-VALUES where necessary.
26 - Updated test files to use new ABNF for media names from PWG Media
27 Names 2.0.
28
29
12f89d24
MS
302012-02-06
31
32 - Fixed the packaging of ipptool on Windows (removed unnecessary DLLs)
33 - Fixed an crash in ipptool when mixing DISPLAY with -I and a failed
34 request.
35 - Added a Print-Job test file.
36 - Added a "setdebug" batch file for Windows
37 - Added support for a CUPS_DISABLE_ASYNC_CONNECT environment variable.
38
39
dcb445bc
MS
402012-01-10
41
42 - Fixed an issue with the IPP/1.1 test file where the "waiting for job
43 completion" test did not work.
44 - The attribute groups out of order error was not shown for the
45 operation-attributes-tag group.
46
47
482011-12-02
49
50 - Fixed a truncated XML output bug that would happen for certain errors.
51 - Fixed the order-of-groups tests.
52 - Fixed "WITH-VALUE >N" for rangeOfInteger attributes.
53 - The Windows installer was missing the get-printer-attributes.test
54 file.
55 - The Linux binaries are now compiled for all LSB 4.x-compliant Linux
56 distributions.
57 - The Linux binaries no longer support SSL or TLS.
58
59
a2326b5b 602011-10-05
d7225fc2
MS
61
62 - Fixed a crasher bug that showed up on Windows.
a2326b5b 63 - The IPP/1.1 test would hang if the initial Print-Job test failed.
d7225fc2
MS
64 - Fixed a typo in the IPP/2.0 test.
65
66
672011-10-03
68
69 - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
70 now works without special WITH-VALUE strings.
71 - ipptool now shows an error when an attribute appears more than once
72 within the same attribute group.
73 - ipptool did not display attributes as specified by the DISPLAY
74 directive when a test error failed.
75 - Fixed one spot where DEFINE-VALUE was still treated as an error when
76 the EXPECT test failed.
77 - uriScheme values were not displayed properly.
78 - Updated the IPP/1.1 tests to properly validate support for
79 job-hold-until-default and job-hold-until-supported when the Hold-Job
80 operation is supported.
81 - Updated the IPP/1.1 tests to properly check for the various standard
82 media sizes for the printing tests.
83 - Updated the IPP/1.1 tests to accept "no-value" for media-default an
84 orientation-requested-default.
85 - Updated the IPP/1.1 tests to accept "unknown" for job-state.
86 - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
87 unless the "document-uri" variable is defined.
88 - Updated the IPP/2.0 tests to properly validate media-col
89 "media-xxx-supported" attributes.
90 - Updated the IPP/2.2 tests to properly validate media-ready and
91 media-col-ready.
92
93
9b66acc5
MS
942011-09-28
95
96 - Test output now includes a summary and overall score at the end.
97 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
98 condition.
99 - The IPP/1.1 test suite now looks for legacy media names and uses them
100 if the corresponding PWG standard names are not present.
101 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
102 printer supports the job-hold-until attribute, Hold-Job operation, and
103 Release-Job operation.
104
105
1062011-09-21
107
108 - Fixes for HTTP chunking, timeout, and encryption issues reported by
109 various users.
110 - Greatly improved IPP tests with added IPP/2.2 tests.
111 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
112 couple JPEGs.
113 - New REPEAT directives to programmatically repeat tests as needed.
114
115
1162011-08-16
117
118 - The Windows version no longer requires Visual Studio to be installed.
119 - The Windows version now supports SSL.
120 - Added "ipps" URI support.
121 - Added a new "-T" option.
122 - Added support for fractional seconds for the -i option and DELAY
123 directive.
124 - Added support for authentication.
125 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
126 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
127 SKIP-PREVIOUS-ERROR directives.
128 - WITH-VALUE now supports variable expansion.
129 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
130 user" test if the printer URI contains a username.
131 - Updated the IPP conformance tests to validate media, media-default,
132 and media-supported values.
133 - No longer error out if a Printer returns a different version number in
134 the response when the request contains the version 0.0.
135
136
1372010-10-16
138
139 - Initial release of standalone binary.