release-notes/en BackwardsCompatibility.xml, 1.5, 1.6 DevelTools.xml, 1.6, 1.7 DevelToolsGCC.xml, 1.4, 1.5 FileServers.xml, 1.5, 1.6 Samba.xml, 1.6, 1.7 Security.xml, 1.8, 1.9 SecuritySELinux.xml, 1.5, 1.6 WebServers.xml, 1.4, 1.5 Welcome.xml, 1.5, 1.6

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Feb 28 23:00:25 UTC 2006


Author: pfrields

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

Modified Files:
	BackwardsCompatibility.xml DevelTools.xml DevelToolsGCC.xml 
	FileServers.xml Samba.xml Security.xml SecuritySELinux.xml 
	WebServers.xml Welcome.xml 
Log Message:
Fixed section breaking so we don't have single subsections under another section.  (Sorry, pet peeve.)  Mostly very minor cleanups.


Index: BackwardsCompatibility.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/BackwardsCompatibility.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BackwardsCompatibility.xml	28 Feb 2006 22:38:45 -0000	1.5
+++ BackwardsCompatibility.xml	28 Feb 2006 23:00:17 -0000	1.6
@@ -6,11 +6,8 @@
   </articleinfo>
   <section id="sn-BackwardsCompatibility">
     <title>Backwards Compatibility</title>
-    <section>
-      <title>Backwards Compatibility</title>
-      <para>Fedora Core provides legacy system libraries for compatibility with older software. This software is part of the <emphasis role='strong'>Legacy Software Development</emphasis> group, which is not installed by default. Users who require this functionality may select this group either during installation, or after the installation process is complete. To install the package group on a Fedora system, use <emphasis>Applications=>Add/Remove Software</emphasis>, <emphasis role='strong'>Pirut</emphasis> or enter the following command in a terminal window: </para>
-      <screen>su -c 'yum groupinstall "Legacy Software Development"'</screen>
-      <para>Enter the password for the <code>root</code> account when prompted. </para>
-    </section>
+    <para>Fedora Core provides legacy system libraries for compatibility with older software. This software is part of the <emphasis role='strong'>Legacy Software Development</emphasis> group, which is not installed by default. Users who require this functionality may select this group either during installation, or after the installation process is complete. To install the package group on a Fedora system, use <emphasis>Applications=>Add/Remove Software</emphasis>, <emphasis role='strong'>Pirut</emphasis> or enter the following command in a terminal window: </para>
+    <screen>su -c 'yum groupinstall "Legacy Software Development"'</screen>
+    <para>Enter the password for the <code>root</code> account when prompted. </para>
   </section>
 </article>


Index: DevelTools.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/DevelTools.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DevelTools.xml	28 Feb 2006 21:45:48 -0000	1.6
+++ DevelTools.xml	28 Feb 2006 23:00:17 -0000	1.7
@@ -7,8 +7,6 @@
   <section id="sn-DevelTools">
     <title>Developer Tools</title>
     <para>This section covers various developer tools. </para>
-    <para>
-    </para>
   <!-- Development Tools GCC -->
   <xi:include href="DevelToolsGCC.xml" xpointer="element(sn-DevelToolsGCC)"
     xmlns:xi="http://www.w3.org/2001/XInclude" />


Index: DevelToolsGCC.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/DevelToolsGCC.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DevelToolsGCC.xml	28 Feb 2006 21:45:48 -0000	1.4
+++ DevelToolsGCC.xml	28 Feb 2006 23:00:17 -0000	1.5
@@ -23,6 +23,7 @@
           <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>
         </listitem>
       </itemizedlist>
+    </section>
       <section>
         <title>Code Generation</title>
         <itemizedlist>
@@ -59,7 +60,6 @@
             <para> Libraries may now contain function-scope static variables in multi-threaded programs. Embedded developers can use the <code>-fno-threadsafe-statics</code> to turn off this feature, but ordinary users should never do this. </para>
           </listitem>
         </itemizedlist>
-      </section>
     </section>
   </section>
 </article>


Index: FileServers.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/FileServers.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- FileServers.xml	28 Feb 2006 21:45:48 -0000	1.5
+++ FileServers.xml	28 Feb 2006 23:00:17 -0000	1.6
@@ -6,7 +6,10 @@
   </articleinfo>
   <section id="sn-FileServers">
     <title>File Servers</title>
+    <section>
+      <title>General Information</title>
     <para>This section refers to file transfer and sharing servers. Refer to <ulink url='http://fedoraproject.org/wiki/Docs/Beats/WebServers'>http://fedoraproject.org/wiki/Docs/Beats/WebServers</ulink> and <ulink url='http://fedoraproject.org/wiki/Docs/Beats/Samba'>http://fedoraproject.org/wiki/Docs/Beats/Samba</ulink> for information on HTTP (Web) file transfer and Samba (Windows) file sharing services. </para>
+    </section>
     <section>
       <title>Netatalk (Macintosh Compatibility)</title>
       <para>Fedora includes version 2 of Netatalk, a suite of software that enables Linux to interact with Macintosh systems using the AppleTalk network protocols. </para>


Index: Samba.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Samba.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Samba.xml	28 Feb 2006 21:45:48 -0000	1.6
+++ Samba.xml	28 Feb 2006 23:00:17 -0000	1.7
@@ -6,10 +6,6 @@
   </articleinfo>
   <section id="sn-Samba">
     <title>Samba (Windows Compatibility)</title>
-    <para>This section contains information related to Samba, the suite of software Fedora uses to interact with Microsoft Windows systems. </para>
-    <section>
-      <title>Windows Network Browsing</title>
       <para>Fedora can now browse Windows shares, a feature known as SMB browsing. In releases prior to Fedora Core 5, the firewall prevented the proper function of SMB browsing.  With the addition of the <code>ip_conntrack_netbios_ns</code> kernel module to the 2.6.14 kernel, and corresponding enhancements to <emphasis role='strong'>system-config-securitylevel</emphasis>, the firewall now properly handles SMB broadcasts and permits network browsing. </para>
-    </section>
   </section>
 </article>


Index: Security.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Security.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Security.xml	28 Feb 2006 22:38:45 -0000	1.8
+++ Security.xml	28 Feb 2006 23:00:17 -0000	1.9
@@ -7,10 +7,7 @@
   <section id="sn-Security">
     <title>Security</title>
     <para>This section highlights various security items from Fedora Core. </para>
-    <section>
-      <title>General Information</title>
       <para>A general introduction to the many proactive security features in Fedora, current status and policies is available at <ulink url='http://fedoraproject.org/wiki/Security'>http://fedoraproject.org/wiki/Security</ulink>. </para>
-    </section>
     <section>
       <title>What's New</title>
       <section>


Index: SecuritySELinux.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/SecuritySELinux.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SecuritySELinux.xml	28 Feb 2006 21:45:48 -0000	1.5
+++ SecuritySELinux.xml	28 Feb 2006 23:00:17 -0000	1.6
@@ -32,13 +32,13 @@
     <section>
       <title>Multi Category Security (MCS)</title>
       <para>MCS is a 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>.  Categories might include <code>Company_Confidential</code>, <code>CEO_EYES_ONLY</code>, or <code>Sysadmin_Passwords</code>.  For more information about MCS, refer to <ulink url='http://james-morris.livejournal.com/5583.html'>http://james-morris.livejournal.com/5583.html</ulink>, an article by the author. </para>
+      </section>
       <section>
         <title>Multilevel Security (MLS)</title>
         <para>MLS is a specific Mandatory Access Control (MAC) scheme that labels processes and objects with special security levels.  For example, an object such as a document file can have the security level of <code>{ Secret, ProjectMeta }</code>, where <code>Secret</code> is the sensitivity level, and <code>ProjectMeta</code> is the category.  For more information about MLS, refer to <ulink url='http://james-morris.livejournal.com/5020.html'>http://james-morris.livejournal.com/5020.html</ulink>. </para>
         <para>
           <ulink url='/CategorySecurity'>CategorySecurity</ulink>
         </para>
-      </section>
     </section>
   </section>
 </article>


Index: WebServers.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/WebServers.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WebServers.xml	28 Feb 2006 21:45:48 -0000	1.4
+++ WebServers.xml	28 Feb 2006 23:00:17 -0000	1.5
@@ -106,6 +106,7 @@
           </para>
         </listitem>
       </itemizedlist>
+    </section>
       <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>
@@ -128,6 +129,5 @@
         </itemizedlist>
         <para>Additional components may be packaged in Fedora Extras. </para>
       </section>
-    </section>
   </section>
 </article>


Index: Welcome.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Welcome.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Welcome.xml	28 Feb 2006 21:45:48 -0000	1.5
+++ Welcome.xml	28 Feb 2006 23:00:17 -0000	1.6
@@ -5,8 +5,6 @@
     <title>Temp</title>
   </articleinfo>
   <section id="sn-Welcome">
-    <title>Welcome</title>
-    <section>
       <title>Welcome to Fedora Core</title>
       <tip>
 	<title>Latest Release Notes on the Web</title>
@@ -33,6 +31,5 @@
           <para> About the Fedora Project (<ulink url='http://fedora.redhat.com/About/'>http://fedora.redhat.com/About/</ulink>)  </para>
         </listitem>
       </itemizedlist>
-    </section>
   </section>
 </article>




More information about the Fedora-docs-commits mailing list