From: mike Date: Thu, 18 Apr 2013 19:09:10 +0000 (+0000) Subject: Prep for 1.7b1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddc640a4ec22ddd428cf6e6836b9b29679aa26b;p=thirdparty%2Fcups.git Prep for 1.7b1. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10953 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/CHANGES-IPPTOOL.txt b/CHANGES-IPPTOOL.txt index 2efec97c0c..6e61f18bba 100644 --- a/CHANGES-IPPTOOL.txt +++ b/CHANGES-IPPTOOL.txt @@ -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. diff --git a/CHANGES.txt b/CHANGES.txt index f85fc21ce0..757e4bb9f4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -CHANGES.txt - 1.7b1 - 2013-04-09 +CHANGES.txt - 1.7b1 - 2013-04-18 -------------------------------- CHANGES IN CUPS V1.7b1 diff --git a/INSTALL.txt b/INSTALL.txt index 1295bbc297..2ec6992cce 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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 diff --git a/IPPTOOL.txt b/IPPTOOL.txt index b7e0c49d72..847ccdc223 100644 --- a/IPPTOOL.txt +++ b/IPPTOOL.txt @@ -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 diff --git a/README.txt b/README.txt index 4792fe5ad3..136d9ed6dd 100644 --- a/README.txt +++ b/README.txt @@ -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 index 0000000000..4637da3fbe --- /dev/null +++ b/vcnet/README.txt @@ -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.