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