en-US/SystemDaemons.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Mar 18 15:05:33 UTC 2010


 en-US/SystemDaemons.xml |   67 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

New commits:
commit fb46bcb8bcb3d8c5be6555ab3ad7559906df3b57
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Fri Mar 19 01:04:45 2010 +1000

    add SystemDaemons

diff --git a/en-US/SystemDaemons.xml b/en-US/SystemDaemons.xml
index 7c657b7..9591e3d 100644
--- a/en-US/SystemDaemons.xml
+++ b/en-US/SystemDaemons.xml
@@ -6,6 +6,73 @@
 	<title>System Daemons</title>
 	<remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/SystemDaemons">https://fedoraproject.org/wiki/Docs/Beats/SystemDaemons</ulink></remark>
 	
+	<section>
+		<title>mdadm</title>
+		<para>
+			The <application>mdadm</application> program controls Linux <firstterm>md</firstterm> devices (<firstterm>redundant arrays of independent disks</firstterm> implemented in softwar, or <firstterm>software RAIDs</firstterm>). It can create, assemble, report on, and monitor arrays and can also move spare storage between arrays when needed.
+		</para>
+		<para>
+			The version of <application>mdadm</application> in Fedora&nbsp;&PRODVER; has been upgraded from version 3.0.2 to version 3.1.1. The most important changes include:
+			<itemizedlist>
+				<listitem>
+					<para>
+						you can no longer stop a <firstterm>container</firstterm> when the <firstterm>members</firstterm> within it are still active.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						a <parameter>homehost</parameter> parameter has been added to the <literal>AUTO</literal> config line. When used with the <option>-all</option> option, this parameter causes <application>mdadm</application> to assemble any array that belongs to this host automatically, but not to assemble any other arrays automatically.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						previously, arrays with interdependencies had to be listed in <filename>mdadm.conf</filename> in a specific order. Now, the order is not important.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+	</section>
+	
+	<section>
+		<title>openssh-server</title>
+		<para>
+			<application>Openssh-server</application> is a open-source server daemon for the SSH protocol.
+		</para>
+		<para>
+			The version of <application>openssh-server</application> in Fedora&nbsp;&PRODVER; has been upgraded from version 5.2p1 to version 5.4p1. The most important changes include:
+			<itemizedlist>
+				<listitem>
+					<para>
+						SSH protocol 1 is disabled by default.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						added support for PKCS#11 tokens.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						added support for certificate authentication of users and hosts using a new, minimal OpenSSH certificate format (not X.509).
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						added a <literal>netcat mode</literal> that connects standard out on a client to a single port forward on a server.
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						added the ability to revoke keys to <application>sshd</application> and <application>ssh</application>.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+		<para>
+			For more information, refer to <ulink url="http://www.openssh.com/txt/release-5.4"></ulink>.
+		</para>
+	</section>
+
 </section>
 
 




More information about the docs-commits mailing list