]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make it clear you need third-party print support software now.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 11 Jan 2013 21:16:12 +0000 (21:16 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 11 Jan 2013 21:16:12 +0000 (21:16 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10804 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.6.txt
INSTALL.txt
README.txt

index a19c664f5b5fbb990b984d4763e3651b7513d518..0865b242b434eef0d84ee42e06c977019a5756b0 100644 (file)
@@ -3,7 +3,7 @@ CHANGES-1.6.txt
 
 CHANGES IN CUPS V1.6.2
 
-       - Documentation fixes (STR #4239, STR #4234)
+       - Documentation fixes (STR #4229, STR #4239, STR #4234)
        - Security: All file, directory, user, and group settings are now stored
          in a separate cups-files.conf configuration file that cannot be set
          through the CUPS web interface or APIs (STR #4223)
@@ -11,6 +11,7 @@ CHANGES IN CUPS V1.6.2
        - Added a French localization (STR #4247)
        - Added a Russian localization (STR #4228)
        - Updated the Catalan localization (STR #4202)
+       - The PPD compiler did not correctly JCL options (STR #4115, STR #4203)
        - The ipptool program now supports DEFINE-MATCH and DEFINE-NO-MATCH
          predicates for STATUS directives.
        - Fixed a problem with local Kerberos authentication (STR #4140)
index 937dbc2ce6b1f099d826a9b1efecc3e8e9dd00b6..e5081eace8b0bc67804888a267ee9ae6a5b85b55 100644 (file)
@@ -1,14 +1,20 @@
-INSTALL - CUPS v1.7b1 - 2012-08-10
+INSTALL - CUPS v1.7b1 - 2013-01-11
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
 information on CUPS see the file called "README.txt".  A complete change log can
 be found in "CHANGES.txt".
 
-**** IF YOU HAVE A NON-POSTSCRIPT PRINTER AND ARE NOT       ****
-**** RUNNING OS X, YOU WILL ALSO NEED TO INSTALL GPL        ****
-**** GHOSTSCRIPT WITH THE "cups" DRIVER AFTER YOU INSTALL   ****
-**** CUPS.                                                  ****
+*******************************************************************************
+*******************************************************************************
+****                                                                       ****
+****  USING CUPS REQUIRES ADDITIONAL THIRD-PARTY SUPPORT SOFTWARE AND      ****
+****  PRINTER DRIVERS.  THESE ARE TYPICALLY INCLUDED WITH YOUR OPERATING   ****
+****  SYSTEM DISTRIBUTION.  APPLE DOES NOT ENDORSE OR SUPPORT THIRD-PARTY  ****
+****  SUPPORT SOFTWARE FOR CUPS.                                           ****
+****                                                                       ****
+*******************************************************************************
+*******************************************************************************
 
 
 BEFORE YOU BEGIN
index 024b7f23e29828f642dc8f21b37023e237af659c..824d286f47f479623478bdae85ffddd45e4e7a6b 100644 (file)
@@ -1,8 +1,15 @@
-README - CUPS v1.7b1 - 2012-08-10
+README - CUPS v1.7b1 - 2013-01-11
 ---------------------------------
 
-Looking for compile instructions?  Read the file "INSTALL.txt"
-instead...
+************************************************
+************************************************
+****                                        ****
+****  BETA SOFTWARE - USE AT YOUR OWN RISK  ****
+****                                        ****
+************************************************
+************************************************
+
+Looking for compile instructions?  Read the file "INSTALL.txt" instead...
 
 
 INTRODUCTION