release-notes security-en.xml,1.4,1.5

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Fri Nov 25 19:22:55 UTC 2005


Author: kwade

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

Modified Files:
	security-en.xml 
Log Message:
Too many nested sections, this is a place where a variablelist works really nicely.


Index: security-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/security-en.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- security-en.xml	23 Nov 2005 23:58:24 -0000	1.4
+++ security-en.xml	25 Nov 2005 19:22:48 -0000	1.5
@@ -16,8 +16,10 @@
     <para>
       This section highlights various security items from &FC;.
     </para>
-      <section>
-	<title>Buffer Overflow detection and variable reordering</title>
+    <variablelist>
+      <varlistentry>
+	<term>Buffer Overflow detection and variable reordering</term>
+	<listitem>
 	  <para>For this release, all of the software in the &FC; and
 	    &FEX; software repositories is compiled using a security
 	    feature called <firstterm>fstack-protecter</firstterm>.
@@ -36,34 +38,52 @@
 	    This is in addition to using <envar>FORTIFY_SOURCE</envar>
 	    from &FC; 4 onwards.
 	  </para>
-      </section>
+	</listitem>
+      </varlistentry>
     
-    <section>
-    <para>
-      Digital certificates are now centralised in directories
-      under <filename>/etc/pki/</filename>. Users performing an upgrade must
-      relocate their digital certificates.
-    </para>
-    <para>
-      OpenSSL: the <filename>/usr/share/ssl/</filename> contents have
-      moved to <filename>/etc/pki/tls/</filename> and
-      <filename>/etc/pki/CA/</filename>.
-    </para>        
-    <para>
-      Dovecot: A <filename>dovecot-openssl.cnf</filename> file is automatically installed in <filename>/etc/pki/dovecot/</filename>.
-    </para>
+      <varlistentry>
+	<term>Digital certificates</term>
+	<listitem>
+	  <para>
+	    Digital certificates are now centralised in directories
+	    under <filename>/etc/pki/</filename>. Users performing an
+	    upgrade must relocate their digital certificates.
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>OpenSSL</term>
+	<listitem>
+	  <para>
+	    For OpenSSL, the <filename>/usr/share/ssl/</filename>
+	    contents have moved to <filename>/etc/pki/tls/</filename>
+	    and <filename>/etc/pki/CA/</filename>.
+	  </para>        
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>Dovecot</term>
+	<listitem>
+	  <para>
+	    The <filename>dovecot-openssl.cnf</filename> file is
+	    automatically installed in
+	    <filename>/etc/pki/dovecot/</filename>.
+	  </para>
+	</listitem>  
+      </varlistentry>
+    </variablelist>
   </section>
   <section id="sn-security-selinux-changes">
     <title>SELinux Changes</title>
     <para>
-      Mult-Category Security (MCS) SELinux is included in &FC; &LOCALVER;. For more information, read this informative article:
+      Mult-Category Security (MCS) SELinux is included in &FC;
+      &LOCALVER;. For more information, read this informative article:
     </para>
     <para>
       <ulink
 	url="http://post-office.corp.redhat.com/archives/rhselinux-project/2005-June/msg00001.html">http://post-office.corp.redhat.com/archives/rhselinux-project/2005-June/msg00001.html</ulink>
     </para>
   </section>
-  </section>
 </section>
 <!--
 Local variables:




More information about the Fedora-docs-commits mailing list