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