2 commits - en-US/Printing.xml en-US/SystemDaemons.xml

John J. McDonough jjmcd at fedoraproject.org
Fri Jul 17 14:47:49 UTC 2009


 en-US/Printing.xml      |   93 ++++++++++++++++++++++++++++++++++++++++++++++--
 en-US/SystemDaemons.xml |   10 -----
 2 files changed, 91 insertions(+), 12 deletions(-)

New commits:
commit 184912af296e9128f1e0347c22beeff0bd92c8c5
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Fri Jul 17 10:47:28 2009 -0400

    Changes to printing (508832)

diff --git a/en-US/Printing.xml b/en-US/Printing.xml
index cb64c6c..1da6313 100644
--- a/en-US/Printing.xml
+++ b/en-US/Printing.xml
@@ -50,6 +50,95 @@
 			</listitem>
 		</itemizedlist>
 	</para>
+  <section>
+    <title>Web Interface</title>
+    <para>
+      The Administration Page provides more Advanced Operations like
+      choice of Protocols (CUPS, LDAP) for sharing, Maximum number of
+      simultaneous clients , Shows Job Completed jobs
+    </para>
+  </section>
+  <section>
+    <title>Networking</title>
+    <para>
+      CUPS now uses "Bonjour (DNS-SD)" providing mDNS(multicast DNS)
+      which supports Bonjour-based printer discovery
+    </para>
+  </section>
+  <section>
+    <title>Scheduler</title>
+    <itemizedlist>
+      <listitem>
+	<para>
+	  Scheduler now adds "<command>authenticated</command>"
+	  policy, so that certain IPP operations can be
+	  authenticated. On Fedora-11 the default policy is
+	  "<command>default</command>".  The scheduler provides
+	  "<command>OpPolicy</command>" directive which can be used to
+	  modify the policy.  <command>lpadmin</command> command can
+	  also be used to set the policy to a particular printer using
+	  <command>-o printer-op-policy</command>.
+	</para>
+      </listitem> 
+      <listitem>
+	<para>
+	  the default LogLevel is now "<command>warn</command>"
+	  instead of "<command>info</command>"
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+          The scheduler now supports a
+          <command>DefaultPaperSize</command> directive to override
+          the default paper size defined by the locale or libpaper
+          configuration
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  New ErrorPolicy "<command>retry-current-job</command>" is
+	  added, that retries the current job immediately
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  Scheduler supports <command>SSLOptions</command> Directive
+	  in <filename>cupsd.conf</filename> which specifies the
+	  network address and port to Listen for secure connections
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  Scheduler now supports new "<command>FatalErrors</command>"
+	  directive to determine which kind of errors are fatal, The
+	  following kind of errors are currently recognized none, all,
+	  browse, config (configuration syntax errors), log (log file
+	  creation errors), permissions (file permission errors ex:
+	  certificate files and keys)
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  Scheduler now passes hostname from the job was submitted as
+	  "<command>job-originating-host-name</command>" to filters
+	  and back-ends
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  Scheduler now includes <command>CUPS_FILETYPE</command>,
+	  <command>PRINTER_INFO</command>, and
+	  <command>PRINTER_LOCATION</command> environment variables
+	  that is passed to filter or backend
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  The scheduler now supports a test mode via the
+	  "<command>-t</command>" option, which can be used to test
+	  the syntax of <filename>cupsd.conf</filename>.
+	</para>
+      </listitem>
+    </itemizedlist> 
+  </section> 
 </section>
-
-


commit 666c8e083695243217a7de2325c8ec008dcd1313
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Fri Jul 17 10:09:36 2009 -0400

    Correct duplicate entry for pm_utils (505665)

diff --git a/en-US/SystemDaemons.xml b/en-US/SystemDaemons.xml
index db959a6..cdf96e5 100644
--- a/en-US/SystemDaemons.xml
+++ b/en-US/SystemDaemons.xml
@@ -56,16 +56,6 @@
 						</listitem>
 					</itemizedlist>
 					 Users of Fedora 11 should therefore see a reduction in power usage of their system. 
-					<variablelist>
-						<varlistentry>
-							<term>pm-utils</term>
-							<listitem>
-								<para>
-									The pm-utils power management utilities have been updated to 1.2.4. Some improvements have been made in logging and configuration.
-								</para>
-							</listitem>
-						</varlistentry>
-					</variablelist>
 				</para>
 			</listitem>
 		</varlistentry>





More information about the Fedora-docs-commits mailing list