]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Prep for 1.7b1.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 18 Apr 2013 19:09:10 +0000 (19:09 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 18 Apr 2013 19:09:10 +0000 (19:09 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10953 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-IPPTOOL.txt
CHANGES.txt
INSTALL.txt
IPPTOOL.txt
README.txt
vcnet/README.txt [new file with mode: 0644]

index 2efec97c0c440f02abd0e869c3f0ed573cbaceb4..6e61f18bba1b2ce10bbe3dba02f249a45f9bc7bc 100644 (file)
@@ -1,12 +1,13 @@
-CHANGES-IPPTOOL.txt - 2013-02-20
+CHANGES-IPPTOOL.txt - 2013-04-18
 --------------------------------
 
 This file provides a list of changes to the ipptool binary distribution posted
 on cups.org.
 
 
-2013-02-nn
+2013-04-18
 
+       - Fixed some HTTP issues with authentication and compression.
        - The IPP/1.1 test file did not allow for sufficient retries when
          printing.
        - The IPP/1.1 test file did not allow for empty printer-name values.
index f85fc21ce0984249a0057653828d4e545a78f61d..757e4bb9f4ee782e2f98bc90473ee71bdf8f8371 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES.txt - 1.7b1 - 2013-04-09
+CHANGES.txt - 1.7b1 - 2013-04-18
 --------------------------------
 
 CHANGES IN CUPS V1.7b1
index 1295bbc297b18d014554f127e6747233e46c4414..2ec6992cceb4272bc2c9236fce09c766fdfe5dc9 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v1.7b1 - 2013-04-09
+INSTALL - CUPS v1.7b1 - 2013-04-18
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
index b7e0c49d72af04b2a6f69fff590662d74d19b523..847ccdc2235f53eafa7615e3ca93243f2db95220 100644 (file)
@@ -1,4 +1,4 @@
-IPPTOOL.txt - 2013-01-31
+IPPTOOL.txt - 2013-04-18
 ------------------------
 
 See the file CHANGES-IPPTOOL.txt for a list of changes to this software.
@@ -57,6 +57,7 @@ STANDARD TEST FILES
         get-notifications.test              Shows events for an ippget
                                            subscription.
         get-printer-attributes.test         Shows printer attributes
+        get-subscription.test               Shows a list of subscriptions
         ipp-1.1.test                        IPP/1.1 conformance test suite
         ipp-2.0.test                        IPP/2.0 conformance test suite
         ipp-2.1.test                        IPP/2.1 conformance test suite
@@ -67,6 +68,8 @@ STANDARD TEST FILES
         print-job-deflate.test              Prints a file, compressing with
                                             deflate.
         print-job-gzip.test                 Prints a file, compressing with gzip
+        validate-job.test                   Validates attributes for a job
+                                            submission.
 
 
 CONFORMANCE TESTS
@@ -120,7 +123,7 @@ CONFORMANCE TESTS
         ipps://192.168.0.1/ipp/print
 
     Print-by-reference (URL) printing can be tested by defining the document-uri
-    variable to a URL, for example:
+    variable as a URL, for example:
 
         ipptool -tf filename -d document-uri=url -I printer-uri ipp-1.1.test
 
index 4792fe5ad372b877b1367cd22870d838f7af7193..136d9ed6dd244ef6d3064902df1e2813fc2d0bb3 100644 (file)
@@ -1,4 +1,4 @@
-README - CUPS v1.7b1 - 2013-04-09
+README - CUPS v1.7b1 - 2013-04-18
 ---------------------------------
 
 ************************************************
diff --git a/vcnet/README.txt b/vcnet/README.txt
new file mode 100644 (file)
index 0000000..4637da3
--- /dev/null
@@ -0,0 +1,27 @@
+README - CUPS v1.7b1 - 2013-04-18
+---------------------------------
+
+INTRODUCTION
+
+    This package includes the cupstestppd and ipptool utilities, CUPS API
+    libraries libcups2.dll and libcupsimage2.dll, and the import libraries and
+    headers needed to develop Windows applications that use the CUPS API to
+    communicate with CUPS and other IPP services.
+
+    See the file "IPPTOOL.txt" for instructions on using the ipptool utility.
+
+
+LEGAL STUFF
+
+    CUPS is Copyright 2007-2013 by Apple Inc.  CUPS and the CUPS logo are
+    trademarks of Apple Inc.
+
+    The MD5 Digest code is Copyright 1999 Aladdin Enterprises.
+
+    This software is based in part on the work of the Independent JPEG Group.
+
+    CUPS is provided under the terms of version 2 of the GNU General Public
+    License and GNU Library General Public License. This program is distributed
+    in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+    the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+    See the "doc/help/license.html" or "LICENSE.txt" files for more information.