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