]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-IPPTOOL.txt
Merge changes from CUPS 1.6svn-r10056
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
CommitLineData
d7225fc2 1CHANGES-IPPTOOL.txt - 2011-10-04
9b66acc5
MS
2--------------------------------
3
4This file provides a list of changes to the ipptool binary distribution posted
5on cups.org.
6
7
d7225fc2
MS
82011-10-04
9
10 - Fixed a crasher bug that showed up on Windows.
11 - Fixed a typo in the IPP/2.0 test.
12
13
142011-10-03
15
16 - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
17 now works without special WITH-VALUE strings.
18 - ipptool now shows an error when an attribute appears more than once
19 within the same attribute group.
20 - ipptool did not display attributes as specified by the DISPLAY
21 directive when a test error failed.
22 - Fixed one spot where DEFINE-VALUE was still treated as an error when
23 the EXPECT test failed.
24 - uriScheme values were not displayed properly.
25 - Updated the IPP/1.1 tests to properly validate support for
26 job-hold-until-default and job-hold-until-supported when the Hold-Job
27 operation is supported.
28 - Updated the IPP/1.1 tests to properly check for the various standard
29 media sizes for the printing tests.
30 - Updated the IPP/1.1 tests to accept "no-value" for media-default an
31 orientation-requested-default.
32 - Updated the IPP/1.1 tests to accept "unknown" for job-state.
33 - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
34 unless the "document-uri" variable is defined.
35 - Updated the IPP/2.0 tests to properly validate media-col
36 "media-xxx-supported" attributes.
37 - Updated the IPP/2.2 tests to properly validate media-ready and
38 media-col-ready.
39
40
9b66acc5
MS
412011-09-28
42
43 - Test output now includes a summary and overall score at the end.
44 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
45 condition.
46 - The IPP/1.1 test suite now looks for legacy media names and uses them
47 if the corresponding PWG standard names are not present.
48 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
49 printer supports the job-hold-until attribute, Hold-Job operation, and
50 Release-Job operation.
51
52
532011-09-21
54
55 - Fixes for HTTP chunking, timeout, and encryption issues reported by
56 various users.
57 - Greatly improved IPP tests with added IPP/2.2 tests.
58 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
59 couple JPEGs.
60 - New REPEAT directives to programmatically repeat tests as needed.
61
62
632011-08-16
64
65 - The Windows version no longer requires Visual Studio to be installed.
66 - The Windows version now supports SSL.
67 - Added "ipps" URI support.
68 - Added a new "-T" option.
69 - Added support for fractional seconds for the -i option and DELAY
70 directive.
71 - Added support for authentication.
72 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
73 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
74 SKIP-PREVIOUS-ERROR directives.
75 - WITH-VALUE now supports variable expansion.
76 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
77 user" test if the printer URI contains a username.
78 - Updated the IPP conformance tests to validate media, media-default,
79 and media-supported values.
80 - No longer error out if a Printer returns a different version number in
81 the response when the request contains the version 0.0.
82
83
842010-10-16
85
86 - Initial release of standalone binary.