release-notes/en ArchSpecific-en.xml, 1.1, 1.2 Colophon-en.xml, 1.2, 1.3 DevelToolsGCC-en.xml, 1.1, 1.2 Entertainment-en.xml, 1.1, 1.2 Feedback-en.xml, 1.1, 1.2 FileServers-en.xml, 1.1, 1.2 Installer-en.xml, 1.2, 1.3 Legacy-en.xml, 1.2, 1.3 Multimedia-en.xml, 1.1, 1.2 Networking-en.xml, 1.1, 1.2 OverView-en.xml, 1.1, 1.2 PackageChanges-en.xml, 1.2, 1.3 PackageNotes-en.xml, 1.1, 1.2 ProjectOverview-en.xml, 1.1, 1.2 Samba-en.xml, 1.1, 1.2 SecuritySELinux-en.xml, 1.1, 1.2 ServerTools-en.xml, 1.1, 1.2 WebServers-en.xml, 1.1, 1.2 Welcome-en.xml, 1.2, 1.3

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Feb 11 19:32:37 UTC 2006


Author: pfrields

Update of /cvs/docs/release-notes/en
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1598/en

Modified Files:
	ArchSpecific-en.xml Colophon-en.xml DevelToolsGCC-en.xml 
	Entertainment-en.xml Feedback-en.xml FileServers-en.xml 
	Installer-en.xml Legacy-en.xml Multimedia-en.xml 
	Networking-en.xml OverView-en.xml PackageChanges-en.xml 
	PackageNotes-en.xml ProjectOverview-en.xml Samba-en.xml 
	SecuritySELinux-en.xml ServerTools-en.xml WebServers-en.xml 
	Welcome-en.xml 
Log Message:
- Fix invalid <code> elements to <command> for now to validate
- Give every top <section> an @id attribute for use with XPointer



Index: ArchSpecific-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/ArchSpecific-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ArchSpecific-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ ArchSpecific-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-ArchSpecific">
     <title>Docs/Beats/ArchSpecific</title>
     <para>This section provides notes that are specific to the supported hardware architectures of Fedora Core. </para>
     <para>


Index: Colophon-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Colophon-en.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Colophon-en.xml	11 Feb 2006 18:40:35 -0000	1.2
+++ Colophon-en.xml	11 Feb 2006 19:32:28 -0000	1.3
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-Colophon">
     <title>Docs/Beats/Colophon</title>
     <itemizedlist>
       <listitem>


Index: DevelToolsGCC-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/DevelToolsGCC-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DevelToolsGCC-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ DevelToolsGCC-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -11,16 +11,16 @@
       <title>Caveats</title>
       <itemizedlist>
         <listitem>
-          <para> GDB 6.1 or newer is needed to debug binaries unless compiled using the <code>-fno-var-tracking</code> compilation option. </para>
+          <para> GDB 6.1 or newer is needed to debug binaries unless compiled using the <command>-fno-var-tracking</command> compilation option. </para>
         </listitem>
         <listitem>
-          <para> The <code>-fwritable-strings</code> option is no longer accepted. </para>
+          <para> The <command>-fwritable-strings</command> option is no longer accepted. </para>
         </listitem>
         <listitem>
-          <para> English-language diagnostic messages now use Unicode quotes; if you cannot read this, set your <code>LC_CTYPE</code> environment variable to <code>C</code> or change your terminal emulator. </para>
+          <para> English-language diagnostic messages now use Unicode quotes; if you cannot read this, set your <command>LC_CTYPE</command> environment variable to <command>C</command> or change your terminal emulator. </para>
         </listitem>
         <listitem>
-          <para> The <code>specs</code> file is no longer installed on most systems. Ordinary users will not notice, but developers who need to alter the file can use the <code>-dumpspecs</code> option to generate the file for editing. </para>
+          <para> The <command>specs</command> file is no longer installed on most systems. Ordinary users will not notice, but developers who need to alter the file can use the <command>-dumpspecs</command> option to generate the file for editing. </para>
         </listitem>
       </itemizedlist>
       <section>
@@ -38,13 +38,13 @@
         <title>Language Extensions</title>
         <itemizedlist>
           <listitem>
-            <para> A sentinel attribute has been added so that the compiler will now issue a warning if a function such as <code>execl(char *path, const char *arg, ...)</code>, which requires a NULL list terminator is missing the NULL. </para>
+            <para> A sentinel attribute has been added so that the compiler will now issue a warning if a function such as <command>execl(char *path, const char *arg, ...)</command>, which requires a NULL list terminator is missing the NULL. </para>
           </listitem>
           <listitem>
-            <para> The <code>cast-as-lvalue</code>, <code>conditional-expression-as-lvalue</code>, and <code>compund-expression-as-lvalue</code> extensions have been removed. </para>
+            <para> The <command>cast-as-lvalue</command>, <command>conditional-expression-as-lvalue</command>, and <command>compund-expression-as-lvalue</command> extensions have been removed. </para>
           </listitem>
           <listitem>
-            <para> The <code>#pragma pack()</code> semantics have been brought closer to those used by other compilers. </para>
+            <para> The <command>#pragma pack()</command> semantics have been brought closer to those used by other compilers. </para>
           </listitem>
           <listitem>
             <para> Taking the address of a variable declared with the register modifier now generates an error instead of a warning. </para>
@@ -53,10 +53,10 @@
             <para> Arrays of incomplete element types now generate an error. This implies no forward reference to structure definitions. </para>
           </listitem>
           <listitem>
-            <para> The basic compiler, without any optimization (<code>-O0</code>), has been measured as much as 25% faster in real-world code. </para>
+            <para> The basic compiler, without any optimization (<command>-O0</command>), has been measured as much as 25% faster in real-world code. </para>
           </listitem>
           <listitem>
-            <para> Libraries may now contain function-scope static variables in multi-threaded programs. The <code>-fno-threadsafe-statics</code> can be used by embedded developers to turn off this feature, but ordinary users should never do this. </para>
+            <para> Libraries may now contain function-scope static variables in multi-threaded programs. The <command>-fno-threadsafe-statics</command> can be used by embedded developers to turn off this feature, but ordinary users should never do this. </para>
           </listitem>
         </itemizedlist>
       </section>


Index: Entertainment-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Entertainment-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Entertainment-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ Entertainment-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -6,13 +6,13 @@
   </articleinfo>
   <section>
     <title>Games and Entertainment</title>
-    <para>Fedora Core and Fedora Extras provide a selection of games that cover a variety of genres.  By default, Fedora Core includes a small package of games for GNOME (called <code>gnome-games</code>).  For a list of other games that are available for installation through <code>yum</code>, open a terminal and enter the following command: </para>
+    <para>Fedora Core and Fedora Extras provide a selection of games that cover a variety of genres.  By default, Fedora Core includes a small package of games for GNOME (called <command>gnome-games</command>).  For a list of other games that are available for installation through <command>yum</command>, open a terminal and enter the following command: </para>
     <itemizedlist>
       <listitem>
         <screen>yum groupinfo "Games and Entertainment"</screen>
       </listitem>
     </itemizedlist>
-    <para>For help using <code>yum</code> to install the assorted game packages, refer to the guide available at: </para>
+    <para>For help using <command>yum</command> to install the assorted game packages, refer to the guide available at: </para>
     <para>
       <ulink url='http://fedora.redhat.com/docs/yum/'>http://fedora.redhat.com/docs/yum/</ulink>
     </para>


Index: Feedback-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Feedback-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Feedback-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ Feedback-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-Feedback">
     <title>Docs/Beats/Feedback</title>
     <para>Thanks for your interest in helping us with the release notes by providing feedback.  This section explains how you can give that feedback. </para>
     <section>


Index: FileServers-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/FileServers-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileServers-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ FileServers-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -42,7 +42,7 @@
             </para>
           </listitem>
         </itemizedlist>
-        <para>The documentation is also included in the netatalk package. Refer to either <code>/usr/share/doc/netatalk-2.0.2/doc/htmldocs/upgrade.html</code>, or <code>/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf</code> (numbered page 25, document page 33). </para>
+        <para>The documentation is also included in the netatalk package. Refer to either <command>/usr/share/doc/netatalk-2.0.2/doc/htmldocs/upgrade.html</command>, or <command>/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf</command> (numbered page 25, document page 33). </para>
       </section>
     </section>
   </section>


Index: Installer-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Installer-en.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Installer-en.xml	11 Feb 2006 18:33:31 -0000	1.2
+++ Installer-en.xml	11 Feb 2006 19:32:28 -0000	1.3
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-Installer">
     <title>Installation-Related Notes</title>
     <para>This section outlines those issues that are related to Anaconda (the Fedora Core installation program) and installing Fedora Core  in general. </para>
     <itemizedlist>


Index: Legacy-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Legacy-en.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Legacy-en.xml	11 Feb 2006 18:33:31 -0000	1.2
+++ Legacy-en.xml	11 Feb 2006 19:32:28 -0000	1.3
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-Legacy">
     <title>Legacy Information</title>
     <section>
       <title>Systemwide Search Changes</title>


Index: Multimedia-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Multimedia-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Multimedia-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ Multimedia-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -41,7 +41,7 @@
     </section>
     <section>
       <title>CD and DVD Authoring and Burning</title>
-      <para>Tools are included in Fedora Core and Fedora Extras for easily mastering and burning CDs and DVDs.  Tools that can be used from the console include <code>cdrecord</code>, <code>readcd</code>, <code>mkisofs</code>, and other typical Linux applications.  For GNOME users, the <code>xcdroast</code> package from Fedora Core and the <code>graveman</code> package from Fedora Extras allows for easy preparation of audio and data discs.  For KDE users, the <code>k3b</code> package provides a very robust tool for these tasks. </para>
+      <para>Tools are included in Fedora Core and Fedora Extras for easily mastering and burning CDs and DVDs.  Tools that can be used from the console include <command>cdrecord</command>, <command>readcd</command>, <command>mkisofs</command>, and other typical Linux applications.  For GNOME users, the <command>xcdroast</command> package from Fedora Core and the <command>graveman</command> package from Fedora Extras allows for easy preparation of audio and data discs.  For KDE users, the <command>k3b</command> package provides a very robust tool for these tasks. </para>
     </section>
   </section>
 </article>


Index: Networking-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Networking-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Networking-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ Networking-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -4,17 +4,17 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-Networking">
     <title>Docs/Beats/Networking</title>
     <section>
       <title>Major Kernel Changes 2.6.11 - 2.6.14</title>
       <section>
         <title>IPv4 Address Promotion</title>
-        <para>Starting with version 2.6.12 of the kernel a new feature has been added called <emphasis>named address promotion</emphasis>. It allows secondary IPv4 addresses to be promoted to primary addresses. Usually when the primary address is deleted, all secondary addresses are deleted as well. By enabling the new sysctl <code>net.ipv4.conf.all.promote_secondaries</code> (or one of the interface specific variants) this behaviour can be changed to promote one of the secondary addresses to be the new primary address.  </para>
+        <para>Starting with version 2.6.12 of the kernel a new feature has been added called <emphasis>named address promotion</emphasis>. It allows secondary IPv4 addresses to be promoted to primary addresses. Usually when the primary address is deleted, all secondary addresses are deleted as well. By enabling the new sysctl <command>net.ipv4.conf.all.promote_secondaries</command> (or one of the interface specific variants) this behaviour can be changed to promote one of the secondary addresses to be the new primary address.  </para>
       </section>
       <section>
         <title>Configurable Source Address for ICMP Errors</title>
-        <para>The current behaviour when selecting the source address for ICMP error messages is to use the address of the interface the ICMP error is going to be sent out. Kernel version 2.6.12 introduces a new sysctl <code>net.ipv4.icmp_errors_use_inbound_ifaddr</code> that allows changing this behaviour to use the address of the interface that received the original error-causing packet. </para>
+        <para>The current behaviour when selecting the source address for ICMP error messages is to use the address of the interface the ICMP error is going to be sent out. Kernel version 2.6.12 introduces a new sysctl <command>net.ipv4.icmp_errors_use_inbound_ifaddr</command> that allows changing this behaviour to use the address of the interface that received the original error-causing packet. </para>
         <para>For example, the kernel receives an ICMP echo request on eth0. Because the new sysctl option is enabled, this causes the ICMP echo reply to be sent out via eth1. The address of eth0 is used when the default behaviour would use the address of eth. </para>
         <para>This may ease network debugging in asynchronous routing setups.  </para>
       </section>
@@ -51,7 +51,7 @@
                   <phrase><!></phrase>
                 </textobject>
               </inlinemediaobject> Affecting the Congestion Control Algorithm </para>
-            <para>An interesting addition for developers is that the congestion control algorithm is socket specific and can be changed via the socket option <code>TCP_CONGESTION</code>.  </para>
+            <para>An interesting addition for developers is that the congestion control algorithm is socket specific and can be changed via the socket option <command>TCP_CONGESTION</command>.  </para>
           </listitem>
         </itemizedlist>
       </section>
@@ -102,8 +102,8 @@
           <screen>su -c 'ip addr del 10.0.0.3/24 dev eth0'</screen>
         </listitem>
       </itemizedlist>
-      <para>Previously, it has not been possible to tell if an interface is down administratively or because no carrier can be found (cable unplugged). The flag <code>NO-CARRIER</code> has been introduced that shows up as a link flag if the link is administratively up but no carrier can be found. </para>
-      <para>The ip command now supports a batch mode via the argument <code>-batch</code> that works similar to the tc command to speed up batches of tasks.  </para>
+      <para>Previously, it has not been possible to tell if an interface is down administratively or because no carrier can be found (cable unplugged). The flag <command>NO-CARRIER</command> has been introduced that shows up as a link flag if the link is administratively up but no carrier can be found. </para>
+      <para>The ip command now supports a batch mode via the argument <command>-batch</command> that works similar to the tc command to speed up batches of tasks.  </para>
     </section>
   </section>
 </article>


Index: OverView-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/OverView-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- OverView-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ OverView-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-OverView">
     <title>Fedora Core 5 Tour</title>
     <para>Welcome to Fedora. In this new exciting new release, we present you a sneak preview of Fedora Core 5 filled with pictures and videos available at <ulink url='http://fedoraproject.org/wiki/Tours/FedoraCore5'>http://fedoraproject.org/wiki/Tours/FedoraCore5</ulink>.  </para>
     <section>


Index: PackageChanges-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/PackageChanges-en.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PackageChanges-en.xml	11 Feb 2006 18:33:31 -0000	1.2
+++ PackageChanges-en.xml	11 Feb 2006 19:32:28 -0000	1.3
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-PackageChanges">
     <title>Package Changes</title>
     <para>Beat Writer: <ulink url='/RahulSundaram'>RahulSundaram</ulink>
     </para>


Index: PackageNotes-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/PackageNotes-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PackageNotes-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ PackageNotes-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-PackageNotes">
     <title>Package Notes</title>
     <para>The following sections contain information regarding packages that have undergone significant changes for Fedora Core . For easier access, they are generally organized using the same groups used in Anaconda. </para>
     <section>


Index: ProjectOverview-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/ProjectOverview-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ProjectOverview-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ ProjectOverview-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-ProjectOverview">
     <title>An Overview of the Fedora Project</title>
     <para>The goal of the Fedora Project is to work with the Linux community to build a complete, general-purpose operating system exclusively from open source software. Development is done in a public forum. The project produces time-based releases of Fedora Core approximately 2-3 times a year, with a public release schedule. The Red Hat engineering team continues to participate in building Fedora Core and invites and encourages more outside participation than was possible in the past. By using this more open process, we hope to provide an operating system more in line with the ideals of free software and more appealing to the open source community. </para>
     <para>For more information, refer to the Fedora Project website: </para>


Index: Samba-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Samba-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Samba-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ Samba-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -16,7 +16,7 @@
     <para>This section contains information related to Samba, the suite of software that enables Linux to interact with Microsoft Windows systems. </para>
     <section>
       <title>SMB Browsing</title>
-      <para>Browsing of Windows shares (also known as SMB browsing) is now possible.  In releases prior to Fedora Core 5, the firewall prevented the proper function of SMB browsing.  With the addition of <code>ip_conntrack_netbios_ns</code> kernel module to the 2.6.14 kernel and corresponding enhancements to <code>system-config-securitylevel</code>, the firewall now properly tracks SMB browse broadcasts. </para>
+      <para>Browsing of Windows shares (also known as SMB browsing) is now possible.  In releases prior to Fedora Core 5, the firewall prevented the proper function of SMB browsing.  With the addition of <command>ip_conntrack_netbios_ns</command> kernel module to the 2.6.14 kernel and corresponding enhancements to <command>system-config-securitylevel</command>, the firewall now properly tracks SMB browse broadcasts. </para>
       <section>
         <title>Samba Configuration using SWAT</title>
         <para>Samba-SWAT, is still required for ease of use of Samba.   Once installed you can access it by opening a web-browser and navigating to <emphasis><ulink url='http://localhost:901'>http://localhost:901</ulink>


Index: SecuritySELinux-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/SecuritySELinux-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SecuritySELinux-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ SecuritySELinux-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -61,14 +61,14 @@
     </itemizedlist>
     <section>
       <title>Multi Category Security (MCS)</title>
-      <para>General use implementation of the more stringent Multilevel Security (MLS).  MCS is an enhancement to SELinux to allow users to label files with <emphasis>categories</emphasis>.  For example, <code>Company_Confidential</code>, <code>CEO_EYES_ONLY</code>, or <code>Sysadmin_Passwords</code>. </para>
+      <para>General use implementation of the more stringent Multilevel Security (MLS).  MCS is an enhancement to SELinux to allow users to label files with <emphasis>categories</emphasis>.  For example, <command>Company_Confidential</command>, <command>CEO_EYES_ONLY</command>, or <command>Sysadmin_Passwords</command>. </para>
       <para>For more information, you can read this article from the creator of MCS: </para>
       <para>
         <ulink url='http://james-morris.livejournal.com/5583.html'>http://james-morris.livejournal.com/5583.html</ulink>
       </para>
       <section>
         <title>Multilevel Security (MLS)</title>
-        <para>A specific Mandatory Access Control (MAC) scheme that labels processes and objects with special security levels.  For example, an object (a document file) can have the security level of <code>{ Secret, ProjectMeta }</code>, where <code>Secret</code> is the sensitivity level, and the <code>ProjectMeta</code> is the category. </para>
+        <para>A specific Mandatory Access Control (MAC) scheme that labels processes and objects with special security levels.  For example, an object (a document file) can have the security level of <command>{ Secret, ProjectMeta }</command>, where <command>Secret</command> is the sensitivity level, and the <command>ProjectMeta</command> is the category. </para>
         <para>Refer to this technical article for more information: </para>
         <para>
           <ulink url='http://james-morris.livejournal.com/5020.html'>http://james-morris.livejournal.com/5020.html</ulink>


Index: ServerTools-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/ServerTools-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ServerTools-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ ServerTools-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -26,7 +26,7 @@
       </section>
       <section>
         <title>Port Ranges</title>
-        <para>When defining "Other Ports" in the <code>system-config-securitylevel</code> tool, port ranges can now be specified.  For example, specifying "6881-6999:tcp" results in the addition of the following line to <code>/etc/sysconfig/iptables</code>: </para>
+        <para>When defining "Other Ports" in the <command>system-config-securitylevel</command> tool, port ranges can now be specified.  For example, specifying "6881-6999:tcp" results in the addition of the following line to <command>/etc/sysconfig/iptables</command>: </para>
         <itemizedlist>
           <listitem>
             <screen>A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 6881:6999 -j ACCEPT </screen>


Index: WebServers-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/WebServers-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WebServers-en.xml	6 Feb 2006 20:35:09 -0000	1.1
+++ WebServers-en.xml	11 Feb 2006 19:32:28 -0000	1.2
@@ -12,31 +12,31 @@
       <para>Version 2.2 of the Apache HTTP Server is now included in Fedora Core.  This release brings a number of improvements since the 2.0 series, including: </para>
       <itemizedlist>
         <listitem>
-          <para> greatly improved caching modules (<code>mod_cache</code>, <code>mod_disk_cache</code>, <code>mod_mem_cache</code>) </para>
+          <para> greatly improved caching modules (<command>mod_cache</command>, <command>mod_disk_cache</command>, <command>mod_mem_cache</command>) </para>
         </listitem>
         <listitem>
           <para> refactored authentication and authorization support </para>
         </listitem>
         <listitem>
-          <para> support for proxy load balancing (<code>mod_proxy_balance</code>) </para>
+          <para> support for proxy load balancing (<command>mod_proxy_balance</command>) </para>
         </listitem>
         <listitem>
           <para> large file support for 32-bit platforms (including support for >2Gb request bodies) </para>
         </listitem>
         <listitem>
-          <para> new modules <code>mod_dbd</code> and <code>mod_filter</code> bring SQL database support and enhanced filtering </para>
+          <para> new modules <command>mod_dbd</command> and <command>mod_filter</command> bring SQL database support and enhanced filtering </para>
         </listitem>
       </itemizedlist>
-      <para>The following changes have been made to the default <code>httpd</code> configuration: </para>
+      <para>The following changes have been made to the default <command>httpd</command> configuration: </para>
       <itemizedlist>
         <listitem>
-          <para> the <code>mod_cern_meta</code> and <code>mod_asis</code> modules are no longer loaded by default </para>
+          <para> the <command>mod_cern_meta</command> and <command>mod_asis</command> modules are no longer loaded by default </para>
         </listitem>
         <listitem>
-          <para> the <code>mod_ext_filter</code> module is now loaded by default </para>
+          <para> the <command>mod_ext_filter</command> module is now loaded by default </para>
         </listitem>
       </itemizedlist>
-      <para>Any third-party modules compiled for <code>httpd</code> 2.0 must be rebuilt for <code>httpd</code> 2.2. </para>
+      <para>Any third-party modules compiled for <command>httpd</command> 2.0 must be rebuilt for <command>httpd</command> 2.2. </para>
       <para>Any existing configuration files might need adapting for 2.2, refer to this page for more information: </para>
       <para>
         <ulink url='http://httpd.apache.org/docs/2.2/upgrading.html'>http://httpd.apache.org/docs/2.2/upgrading.html</ulink>
@@ -57,64 +57,64 @@
       <itemizedlist>
         <listitem>
           <para>
-            <code>date</code>, <code>hash</code>, and <code>Reflection</code> (built-in with the php package) </para>
+            <command>date</command>, <command>hash</command>, and <command>Reflection</command> (built-in with the php package) </para>
         </listitem>
         <listitem>
           <para>
-            <code>pdo</code> and <code>pdo_psqlite</code> (in the <code>php-pdo</code> package) </para>
+            <command>pdo</command> and <command>pdo_psqlite</command> (in the <command>php-pdo</command> package) </para>
         </listitem>
         <listitem>
           <para>
-            <code>pdo_mysql</code> (in the <code>php-mysql</code> package) </para>
+            <command>pdo_mysql</command> (in the <command>php-mysql</command> package) </para>
         </listitem>
         <listitem>
           <para>
-            <code>pdo_pgsql</code> (in the <code>php-pgsql</code> package) </para>
+            <command>pdo_pgsql</command> (in the <command>php-pgsql</command> package) </para>
         </listitem>
         <listitem>
           <para>
-            <code>pdo_odbc</code> (in the <code>php-odbc</code> package) </para>
+            <command>pdo_odbc</command> (in the <command>php-odbc</command> package) </para>
         </listitem>
         <listitem>
           <para>
-            <code>xmlreader</code> and <code>xmlwriter</code> (in the <code>php-xml</code> package) </para>
+            <command>xmlreader</command> and <command>xmlwriter</command> (in the <command>php-xml</command> package) </para>
         </listitem>
       </itemizedlist>
       <para>The following extension modules are no longer built: </para>
       <itemizedlist>
         <listitem>
           <para>
-            <code>dbx</code>
+            <command>dbx</command>
           </para>
         </listitem>
         <listitem>
           <para>
-            <code>dio</code>
+            <command>dio</command>
           </para>
         </listitem>
         <listitem>
           <para>
-            <code>yp</code>
+            <command>yp</command>
           </para>
         </listitem>
       </itemizedlist>
       <section>
         <title>The PEAR framework</title>
-        <para>The PEAR framework is now packaged in the <code>php-pear</code> package; only the following PEAR components are included in Fedora Core: </para>
+        <para>The PEAR framework is now packaged in the <command>php-pear</command> package; only the following PEAR components are included in Fedora Core: </para>
         <itemizedlist>
           <listitem>
             <para>
-              <code>Archive_Tar</code>
+              <command>Archive_Tar</command>
             </para>
           </listitem>
           <listitem>
             <para>
-              <code>Console_Getopt</code>
+              <command>Console_Getopt</command>
             </para>
           </listitem>
           <listitem>
             <para>
-              <code>XML_RPC</code>
+              <command>XML_RPC</command>
             </para>
           </listitem>
         </itemizedlist>


Index: Welcome-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Welcome-en.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Welcome-en.xml	11 Feb 2006 18:42:20 -0000	1.2
+++ Welcome-en.xml	11 Feb 2006 19:32:28 -0000	1.3
@@ -4,7 +4,7 @@
   <articleinfo>
     <title>Temp</title>
   </articleinfo>
-  <section>
+  <section id="sn-Welcome">
     <title>Welcome</title>
     <section>
       <title>Welcome to Fedora Core</title>




More information about the Fedora-docs-commits mailing list