]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Added documentation about the /version=1.1 option to ServerName in client.conf
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 25 Jun 2013 14:38:01 +0000 (14:38 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 25 Jun 2013 14:38:01 +0000 (14:38 +0000)
(<rdar://problem/14216262>)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11058 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-1.6.txt
doc/help/ref-client-conf.html
man/client.conf.man.in

index 998b07a893310aa5e1b93aeebe26426ecb303421..a541a07e2a306f512862b066281ebbf19b7a50b6 100644 (file)
@@ -5,6 +5,8 @@ CHANGES IN CUPS V1.6.3
 
        - The configure script now prefers Clang over GCC.
        - Fixed a compile problem on AIX (STR #4307)
+       - Added documentation about the /version=1.1 option to ServerName in
+         client.conf (<rdar://problem/14216262>)
        - Fixed a URI encoding issue for hostnames containing the ` (backquote)
          character (<rdar://problem/14243133>)
        - Added support for RFC 6874's IPv6 link local address format in URIs
index f17d5407473e062d826d90e8507f04b4bde88ab2..03d1ea04cd55d42ec8521ba73a85b79fc7abd924 100644 (file)
@@ -56,6 +56,8 @@ GSSServiceName ipp
 ServerName foo.bar.com
 ServerName 11.22.33.44
 ServerName foo.bar.com:8631
+<SPAN CLASS="info">CUPS 1.6</SPAN>ServerName foo.bar.com/version=1.1
+<SPAN CLASS="info">CUPS 1.6</SPAN>ServerName foo.bar.com:8631/version=1.1
 </PRE>
 
 <H3>Description</H3>
@@ -64,6 +66,8 @@ ServerName foo.bar.com:8631
 
 <P>The default port number is 631 but can be overridden by adding a colon followed by the desired port number to the value.</P>
 
+<P>By default, CUPS 1.6 and later use IPP/2.0 to communicate with the server. Add "/version=1.1" to force IPP/1.1 which is required for CUPS 1.3.12 and earlier.</P>
+
 <P>The default is to use the local server ("<VAR>localhost</VAR>") or domain socket, if so configured.</P>
 
 <BLOCKQUOTE><B>Note:</B>
index 02184e05637b5023f9cb635e3ccb807d1ee40ff7..06a307d443d49a7afb37be22f1c98c77da6e17e4 100644 (file)
@@ -12,7 +12,7 @@
 .\"   which should have been included with this file.  If this file is
 .\"   file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.TH client.conf 5 "CUPS" "23 April 2012" "Apple Inc."
+.TH client.conf 5 "CUPS" "25 June 2013" "Apple Inc."
 .SH NAME
 client.conf \- client configuration file for cups
 .SH DESCRIPTION
@@ -47,6 +47,12 @@ ServerName /domain/socket
 Specifies the address and optionally the port to use when connecting to the
 server. \fBNote: Not supported on OS X 10.7 or later.\fR
 .TP 5
+ServerName hostname-or-ip-address[:port]/version=1.1
+.br
+Specifies the address and optionally the port to use when connecting to a
+server running CUPS 1.3.12 and earlier. \fBNote: Not supported on OS X 10.7 or
+later.\fR
+.TP 5
 User name
 .br
 Specifies the default user name to use for requests.