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