release-notes networking-it.xml, NONE, 1.1 overview-it.xml, NONE, 1.1 package-movement-it.xml, NONE, 1.1 package-notes-it.xml, NONE, 1.1 project-overview-it.xml, NONE, 1.1 README-it.xml, NONE, 1.1 RELEASE-NOTES-master-it.xml, NONE, 1.1 splash-it.xml, NONE, 1.1 xorg-it.xml, NONE, 1.1

Francesco Tombolini (tombo) fedora-docs-commits at redhat.com
Fri Nov 4 20:03:03 UTC 2005


Author: tombo

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

Added Files:
	networking-it.xml overview-it.xml package-movement-it.xml 
	package-notes-it.xml project-overview-it.xml README-it.xml 
	RELEASE-NOTES-master-it.xml splash-it.xml xorg-it.xml 
Log Message:



--- NEW FILE networking-it.xml ---
<section id="sn-networking">
  <title>Networking</title>
  <variablelist>
    <title>Principali cambiamenti nel Kernel 2.6.11 - 2.6.14</title>
    <varlistentry>
      <term>Promozione indirizzo IPv4</term>
      <listitem>
      <para>A partire dalla versione 2.6.12 del kernel una nuova caratteristica è stata
	aggiunta chiamata promozione indirizzo. Essa permette la promozione di un indirizzo IPv4
	secondario come indirizzo primario. Di solito quando l'indirizzo
	primario è cancellato tutti gli indirizzi secondari sono cancellati
	anch'essi. Abilitando il nuovo <command>sysctl</command>
	<option>net.ipv4.conf.all.promote_secondaries</option> (o una delle
	varianti specifiche d'interfaccia) questo comportamento può essere cambiato per
	promuovere uno degli indirizzi secondari come nuovo indirizzo
	primario.
      </para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>Indirizzo sorgente configurabile per gli errori ICMP</term>
      <listitem>
	<para>
	  Il comportamento attuale quando selezioniamo l'indirizzo sorgente per
	  i messaggi d'errore ICMP è quello di usare l'indirizzo dell'interfaccia
	  verso cui l'errore ICMP sta andando per essere spedito. La versione del Kernel
	  2.6.12 introduce un nuovo <command>sysctl</command>
	  <option>net.ipv4.icmp_errors_use_inbound_ifaddr</option> che permette
	  di cambiare questo comportamento per usare l'indirizzo
	  dell'interfaccia che ha ricevuto il pacchetto originale che ha causato
	  l'errore.
	</para>
	<para>
	  Per esempio, il kernel riceve una richiesta echo ICMP su
	  <computeroutput>eth0</computeroutput>.  Poichè la nuova opzione
	  <command>sysctl</command> è abilitata, ciò causa che la
	  risposta all'echo ICMP sia spedita via
	  <computeroutput>eth1</computeroutput>. L'indirizzo di
	  <computeroutput>eth0</computeroutput> è usato quando il comportamento
	  predefinito userà l'indirizzo di
	  <computeroutput>eth</computeroutput>.
	</para>
	<para>
	  Questo potrebbe facilitare il debug della rete nell'installazione
	  di routing asincrono.
	</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>LC-Trie Based Routing Lookup Algorithm</term>
      <listitem>
	<para>
	  E' stato aggiunto un nuovo algoritmo di routing
	  lookup chiamato <firstterm>trie</firstterm>. E' inteso per
	  grandi tavole di routing e mostra un chiaro miglioramento delle prestazioni
	  rispetto all'origninale implementazione hash al costo di un aumento
	  del consumo di memoria e della complessità.
	</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>Pluggable Congestion Control Algorithm Infrastructure</term>
      <listitem>
	<para>L'algoritmo di controllo della congestione TCP è ora pluggable e
	  quindi modulare. L'algoritmo legacy <firstterm>new RENO</firstterm>
	  rimane il predefinito e funziona come algoritmo di ritorno. Nel periodo
	  di questo lavoro i seguenti nuovi algoritmi di controllo della congestione
	  sono stati aggiunti:
	</para>
	<itemizedlist>
	  <listitem>
	    <para>Controllo di congestione TCP ad alta velocità.
	    </para>
	  </listitem>
	  <listitem>
	    <para>Impedimento di congestione TCP Hybla.
	    </para>
	  </listitem>
	  <listitem>
	    <para>Controllo di congestione H-TCP.
	    </para>
	  </listitem>
	  <listitem>
	    <para>Controllo di congestione TCP scalabile.
	    </para>
	  </listitem>
	</itemizedlist>
	<para>Tutti i moduli di controllo della congestione sono stati
	  convertiti a questa nuova infrastruttura ed il controllo di
	  congestione BIC è stato migliorato dal BICTCP 1.1
	  per manipolare links a bassa latenza.
	</para>
	<note>
	  <title>Cose che interessano L'algoritmo di controllo di congestione</title>
	  <para>
	    Una interessante aggiunta per gli sviluppatori è che
	    l'algoritmo di controllo della congestione è spcifico al socket e può
	    essere cambiato mediante l'opzione socket
	    <option>TCP_CONGESTION</option>. 
	  </para>
	</note>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>Impedimento di accodamento per perdita di linea</term>
      <listitem>
      <para>Quando un driver di rete si accorge di una perdita di linea, per esempio
	  quando un cavo viene staccato, il driver ferma la coda davanti
	  al driver. Questo ha causato che i pacchetti siano stati
	  accodati al layer di coda disciplinata per un certo periodo
	  di tempo causando effetti inaspettati. Per prvenire questo
	  effetto, lo stack di rete di base adesso cessa di accettare qualsiasi
	  paccchetto per la coda da ogni device che sia operativamente
	  disattivato, cioè, ha l'accodamento disabilitato.
	</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>DCCP Protocol Support</term>
      <listitem>
	<para>Kernel version 2.6.14-rc1 was the first version to receive
	  support for the DCCP protocol. The implementation is still
	  experimental but known to work. Work to make userspace
	  applications aware of this new protocol has started.
	</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>Wireless</term>
      <listitem>
	<para>A new driver named HostAP has been added to 2.6.14-rc1
	  allowing the emulation of a wireless access point in software.
	  Currently this driver only works for Intersil Prism2-based
	  cards (PC Card/PCI/PLX). Support for wireless cards Intel(R)
	  PRO/Wireless 2100 and 2200 has been added.
	</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term>Miscellaneous</term>
      <listitem>
	<itemizedlist>
	  <listitem>
	    <para>A lot of TCP Segmentation Offloading (TSO) related
	      fixes have been included.
	    </para>
	  </listitem>
	  <listitem>
	    <para>A new textsearch infrastructure has been added
	      useable with the corresponding iptables and extended
	      match.
	    </para>
	  </listitem>
	  <listitem>
	    <para>Both the IPv4 and IPv6 multicast joining interface
	      visible by userspace have been reworked and brought up to
	      the latest standards.
	    </para>
	  </listitem>
	  <listitem>
	    <para>The SNMPv2 MIB counter ipInAddrErrors is finally
	      supported for IPv4.
	    </para>
	  </listitem>
	  <listitem>
	    <para>Various new socket options proposed in Advanced API
	      (RFC3542) have been added.
	    </para>
	  </listitem>
	</itemizedlist>
      </listitem> 
    </varlistentry>
  </variablelist>
  <section sn="kernel-userspace-tools">
    <title>Userspace Tools</title>
    <title>iproute</title>
    <para>
      The IPv4 address deletion algorithm did not take the prefix
      length into account up to kernel version 2.6.12. Since this has
      changed the iproute2 tool now issues a warning if no prefix length
      is provided to warn about possible unintended deletions:
    </para>
<screen>
ip addr list dev eth0
4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    inet 10.0.0.3/24 scope global eth0
su -c 'ip addr del 10.0.0.3 dev eth0'
Warning: Executing wildcard deletion to stay compatible with old
      scripts. Explicitly specify the prefix length (10.0.0.3/32) to
      avoid this warning. This special behaviour is likely to disappear
      in further releases, fix your scripts!
</screen>
    <para>
      The correct method of deleting the address and thus avoiding the
      warning is:
    </para>
<screen>
su -c 'ip addr del 10.0.0.3/24 dev eth0'
</screen>
    <para>
      It has not been possible to tell if an interface is down
      administratively or because no carrier can be found (cable
      unplugged). The flag <computeroutput>NO-CARRIER</computeroutput>
      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 <command>ip</command> command now supports a batch mode via
      the argument <option>-batch</option> just like the
      <command>tc</command> command to speed up batches of tasks.
    </para>
  </section>
</section>

<!-- cruft, but saved just in case :)
  <para>
   This section contains information relating to network connectivity.
  </para>
  <section id="sn-networking-networkmanager">
    <title><filename>NetworkManager</filename></title>
    <para>
      The <command>NetworkManager</command> service allows computers
      such as laptops to automatically manage changing network
      connections.  It includes support for wireless networking.
    </para>
    <para>
      You must manually enable the <command>NetworkManager</command>
      service.  To do so, type the following in a terminal window:
    </para>
<screen>
su -c '/sbin/chkconfig --level 345 NetworkManager on; /sbin/service NetworkManager start'
su -c '/sbin/chkconfig --level 345 NetworkManagerDispatcher on; /sbin/service NetworkManagerDispatcher start'
</screen>
    <para>
      Enter the root password when prompted.
    </para>
    <para>
      Use the <application>Network Monitor</application> desktop applet
      to monitor and configure <command>NetworkManager</command>.  To load the
      applet in GNOME, right-click on the panel and select:
    </para>
    <para>
     <guimenuitem>Add to Panel...</guimenuitem><guimenuitem>Network
     Monitor</guimenuitem>
    </para>
    <para>
      <command>NetworkManager</command> uses BIND to proxy DNS requests.
      Enabling the <command>NetworkManager</command> service also loads the
      <command>named</command> service as well.  By default BIND is
      configured as a cacheing service for the local system, and does
      not accept connections from other systems.  
    </para>
    <para>
	Note that some wireless network cards require drivers or firmware
	that cannot be included with &DISTRO;.  This software must be
	installed separately for <command>NetworkManager</command> to function.
    </para>
-->
<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-it.xml" "article" "section")
fill-column: 72
End:
-->


--- NEW FILE overview-it.xml ---
<section id="sn-overview">
  <title>Overview of This Release</title>
  <caution>
    <title>Information Out-of-Date</title>
    <para>
      The content in this section needs to be updated for &DISTRO;
      &DISTROVER;
    </para>
  </caution>
<!--
  <para>
    The following list includes brief summaries of some of the more
    significant aspects of &DISTRO; &DISTROVER;:
  </para>
  <itemizedlist>
    <listitem>
      <para>
	&DISTRO; &DISTROVER; contains the following changes:
      </para>
      <itemizedlist>
	<listitem>
	  <para>
	    Support for the PowerPC (PPC) architecture.
	  </para>
	</listitem>
	<listitem>
	  <para>
	    GCC 4.0
	  </para>
	</listitem>
	<listitem>
	  <para>
	    GNOME 2.10
	  </para>
	</listitem>
	<listitem>
	  <para>
	    KDE 3.4 — includes new accessibility features.  You
	    can manage these new features in <guimenu>KDS Control
	      Center</guimenu><guisubmenu>Regional &
	      Accessibility</guisubmenu><guisubmenu>Accessibility</guisubmenu>.
	  </para>
	</listitem>
	<listitem>
	  <para>
	    Native Eclipse 3.1M6 (part of a free Java stack)
	  </para>
	</listitem>
	<listitem>
	  <para>
	    MySQL 4.1
	  </para>
	</listitem>
	<listitem>
	  <para>
	    PHP 5.0
	  </para>
	</listitem>
	<listitem>
	  <para>
	    Xen 2 (virtualization to run multiple versions of an OS)
	  </para>
	</listitem>
	<listitem>
	  <para>
	    GFS 6.1-0.pre22 (cluster file system)
	  </para>
	</listitem>
	<listitem>
	  <para>
	    Evince 0.2.1 (universal document viewer)
	  </para>
	</listitem>
	<listitem>
	  <para>
	    GDM 2.6 - Includes early login capability
	  </para>
	</listitem>
	<listitem>
	  <para>
	    &SEL; — This release includes coverage for 80 new
	    daemons by the targeted policy.  There are changes to the
	    handling of Booleans.  The targeted policy is enabled by
	    default.  For more information, refer to:  <ulink
	      url="http://fedora.redhat.com/docs/selinux-faq/">http://fedora.redhat.com/docs/selinux-faq/</ulink>. 
	    This is the complete list of daemons covered by the targeted
	    policy:
	  </para>
	  <itemizedlist>
	    <listitem>
	      <para>
		<command>NetworkManager</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>amanda</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>apache</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>apmd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>arpwatch</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>auditd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>bluetooth</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>canna</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>cardmgr</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>checkpolicy</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>chkpwd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>compat</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>comsat</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>consoletype</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>cpucontrol</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>cpuspeed</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>crond</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>cups</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>cvs</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>cyrus</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dbskkd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dbusd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dhcpc</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dhcpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dictd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dmidecode</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>dovecot</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>fingerd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>fsadm</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ftpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>getty</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>hald</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>hostname</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>hotplug</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>howl</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>hwclock</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>i18n_input</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ifconfig</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>inetd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>init</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>initrc</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>innd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>kerberos</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>klogd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ktalkd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>kudzu</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ldconfig</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>load_policy</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>login</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>lpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>mailman</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>modutil</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>mta</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>mysqld</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>named</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>netutils</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>nscd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ntpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>portmap</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>postgresql</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ppd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>privoxy</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>radius</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>radvd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>restorecon</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>rlogind</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>rpcd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>rpm</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>rshd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>rsync</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>samba</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>saslauthd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>sendmail</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>setfiles</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>slapd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>snmpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>squid</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ssh</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>stunnel</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>syslogd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>telnetd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>tftpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>udev</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>updfstab</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>uucpd</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>webalizer</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>winbind</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>xdm</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ypbind</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>ypserv</command>
	      </para>
	    </listitem>
	    <listitem>
	      <para>
		<command>zebra</command>
	      </para>
	    </listitem>
	  </itemizedlist>
	</listitem>
      </itemizedlist>
    </listitem>
  </itemizedlist>
-->
</section>
<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-it.xml" "article" "section")
fill-column: 72
End:
-->


--- NEW FILE package-movement-it.xml ---
<section id="sn-package-movement">
  <title>Packages Movement</title>
  <!-- 
  FIXME
  Needs updating of entire contents for FC4.
  -->
  <para>
    This command was used to generate the list of package changes.  The
    backslash <computeroutput>\</computeroutput> is used to artificially
    break the line for printing purposes.:
  </para>
<screen>
<command>treediff.py dist-fc4 dist-rawhide > /tmp/diff \
sed -e 's,^,* ,g' -e 's,$,\n,g' /tmp/diff > diffwiki</command>
</screen>
  <section>
    <title>Package Changes</title>
    <para>As of 21st September 2005 </para>
    <para>[106429] MAKEDEV-3.19-1 -> [115423] MAKEDEV-3.19-4 </para>
    <para>[111566] <ulink
	url='/ImageMagick'>ImageMagick</ulink>-6.2.2.0-2 -> [112246]
      <ulink url='/ImageMagick'>ImageMagick</ulink>-6.2.2.0-4 </para>
    <para>[105261] newt-0.51.6-7 -> [117695] newt-0.51.6-8 </para>
    <para>[106878] am-utils-6.0.9-12 -> [117066] am-utils-6.1.1-2
    </para>
    <para>[108819] amanda-2.4.5-2 -> [115871] amanda-2.4.5-3 </para>
    <para>[112105] anaconda-10.2.1.5-2 -> [118390]
      anaconda-10.3.0.24-1 </para>
    <para>[105300] aspell-0.50.5-6 -> [114172] aspell-0.60.3-2 </para>
    <para>[108035] aspell-ca-0.50-2 -> [114184] aspell-ca-0.50-4
    </para>
    <para>[108036] aspell-cs-0.51-2 -> [114270] aspell-cs-0.51-3
    </para>
    <para>[108038] aspell-da-0.50-11 -> [114276] aspell-da-0.50-12
    </para>
    <para>[106443] libsoup-2.2.3-2 -> [116988] libsoup-2.2.6.1-1
    </para>
    <para>[108042] aspell-es-0.50-11 -> [117058] aspell-es-0.50-13
    </para>
    <para>[108044] aspell-fr-0.50-8 -> [114285] aspell-fr-0.50-9
    </para>
    <para>[108051] aspell-it-0.53-2 -> [114362] aspell-it-0.53-3
    </para>
    <para>[108055] aspell-nl-0.50-6 -> [114363] aspell-nl-0.50-7
    </para>
    <para>[108058] aspell-no-0.50.1-8 -> [114366] aspell-no-0.50.1-9
    </para>
    <para>[108060] aspell-pl-0.51-3 -> [118018] aspell-pl-0.51-5
    </para>
    <para>[108061] aspell-sv-0.50-7 -> [114371] aspell-sv-0.50-8
    </para>
    <para>[107959] at-3.1.8-77_FC4 -> [112026] at-3.1.8-78 </para>
    <para>[108132] gtkhtml3-3.6.2-1 -> [117587] gtkhtml3-3.8.0-1
    </para>
    <para>[108304] ntp-4.2.0.a.20040617-8 -> [117060]
      ntp-4.2.0.a.20050816-1 </para>
    <para>[108909] autofs-4.1.4-5 -> [112718] autofs-4.1.4-9 </para>
    <para>[102923] automake-1.9.5-1 -> [114414] automake-1.9.6-1
    </para>
    <para>[108562] autorun-3.16-1 -> [118091] autorun-3.17-1 </para>
    <para>[105321] awesfx-0.5.0d-2 -> [113536] awesfx-0.5.0d-3 </para>
    <para>[105808] nut-2.0.1-1 -> [114509] nut-2.0.2-1 </para>
    <para>[110344] bash-3.0-31 -> [118423] bash-3.0-34 </para>
    <para>[110908] bind-9.3.1-4 -> [116915] bind-9.3.1-11 </para>
    <para>[111486] binutils-2.15.94.0.2.2-2 -> [116754]
      binutils-2.16.91.0.2-4 </para>
    <para>[105319] bootparamd-0.17-22.devel -> [116780]
      bootparamd-0.17-23.devel </para>
    <para>[106988] bug-buddy-2.10.0-1 -> [117633] bug-buddy-2.12.0-1
    </para>
    <para>[111028] bzip2-1.0.2-16 -> [117182] bzip2-1.0.3-1 </para>
    <para>[106470] pax-3.0-11 -> [116422] pax-3.4-1 </para>
    <para>[109185] <ulink url='/SysVinit'>SysVinit</ulink>-2.85-39 ->
      [113360] <ulink url='/SysVinit'>SysVinit</ulink>-2.85-40 </para>
    <para>[111393] control-center-2.10.1-6 -> [118105]
      control-center-2.12.0-2 </para>
    <para>[111120] openldap-2.2.23-5 -> [111936] openldap-2.2.26-1
    </para>
    <para>[110745] cpio-2.6-7 -> [113389] cpio-2.6-8 </para>
    <para>[106419] cracklib-2.8.2-1 -> [111862] cracklib-2.8.3-1
    </para>
    <para>[104496] bluez-hcidump-1.18-1 -> [115995]
      bluez-hcidump-1.24-1 </para>
    <para>[104877] ctags-5.5.4-3 -> [115419] ctags-5.5.4-4 </para>
    <para>[108614] cvs-1.11.19-8 -> [116935] cvs-1.11.19-10 </para>
    <para>[108252] cyrus-sasl-2.1.20-5 -> [117833] cyrus-sasl-2.1.21-5
    </para>
    <para>[109650] pam-0.79-8 -> [118330] pam-0.80-8 </para>
    <para>[109663] dhcp-3.0.2-12 -> [117972] dhcp-3.0.3-6 </para>
    <para>[110743] apr-0.9.6-3 -> [118164] apr-0.9.6-6 </para>
    <para>[110347] e2fsprogs-1.37-4 -> [117739] e2fsprogs-1.38-1
    </para>
    <para>[104668] diffstat-1.38-2 -> [116208] diffstat-1.38-4 </para>
    <para>[107298] doxygen-1.4.2-1 -> [118248] doxygen-1.4.4-2 </para>
    <para>[110505] dump-0.4b40-2 -> [113542] dump-0.4b40-4 </para>
    <para>[110508] eject-2.0.13-15 -> [117061] eject-2.1.2-1 </para>
    <para>[110262] parted-1.6.22-2 -> [117238] parted-1.6.24-1 </para>
    <para>[110911] emacs-21.4-5 -> [114092] emacs-21.4-7 </para>
    <para>[111808] esound-0.2.35-5 -> [114327] esound-0.2.36-1 </para>
    <para>[105304] passwd-0.69-2 -> [112701] passwd-0.70-1 </para>
    <para>[106286] fetchmail-6.2.5-7 -> [114678] fetchmail-6.2.5.2-1
    </para>
    <para>[109759] patch-2.5.4-24 -> [117794] patch-2.5.4-29 </para>
    <para>[111272] filesystem-2.3.4-1 -> [116817] filesystem-2.3.5-1
    </para>
    <para>[106330] findutils-4.2.20-1 -> [117490] findutils-4.2.25-2
    </para>
    <para>[105012] finger-0.17-28 -> [113967] finger-0.17-29 </para>
    <para>[105097] freetype-2.1.9-2 -> [116586] freetype-2.1.9-4
    </para>
    <para>[111401] ftp-0.17-26 -> [117241] ftp-0.17-29 </para>
    <para>[104499] gawk-3.1.4-5 -> [118359] gawk-3.1.5-2 </para>
    <para>[111099] gcc-4.0.0-8 -> [118294] gcc-4.0.1-14 </para>
    <para>[108458] gd-2.0.33-2 -> [117628] gd-2.0.33-3 </para>
    <para>[109684] gdb-6.3.0.0-1.21 -> [117661] gdb-6.3.0.0-1.65
    </para>
    <para>[106626] gettext-0.14.3-1 -> [116274] gettext-0.14.5-1
    </para>
    <para>[111402] gdm-2.6.0.8-16 -> [117776] gdm-2.8.0.4-1 </para>
    <para>[108333] gedit-2.10.2-3 -> [117719] gedit-2.12.0-1 </para>
    <para>[110935] perl-5.8.6-15 -> [117489] perl-5.8.7-0.3.fc5
    </para>
    <para>[107237] gok-1.0.3-1 -> [116496] gok-1.0.5-4 </para>
    <para>[110356] php-5.0.4-10 -> [118097] php-5.0.5-3 </para>
    <para>[110581] gimp-2.2.7-4 -> [116538] gimp-2.2.8-3 </para>
    <para>[111654] gnome-applets-2.10.1-9 -> [117721]
      gnome-applets-2.12.0-1 </para>
    <para>[111691] glibc-2.3.5-10 -> [117966] glibc-2.3.90-12 </para>
    <para>[111104] gnome-games-2.10.0-5 -> [117724]
      gnome-games-2.12.0-1 </para>
    <para>[111214] gnome-media-2.10.2-4 -> [117726]
      gnome-media-2.12.0-1 </para>
    <para>[106508] kdeadmin-3.4.0-1 -> [118336] kdeadmin-3.4.2-2
    </para>
    <para>[110919] gnome-utils-2.10.0-3 -> [117738]
      gnome-utils-2.12.0-1 </para>
    <para>[110246] gnupg-1.4.1-3 -> [116120] gnupg-1.4.2-3 </para>
    <para>[104528] gnuplot-4.0.0-7 -> [117403] gnuplot-4.0.0-8 </para>
    <para>[104506] gperf-3.0.1-6 -> [115552] gperf-3.0.1-7 </para>
    <para>[104548] grep-2.5.1-48 -> [113236] grep-2.5.1-50 </para>
    <para>[108057] xinitrc-4.0.18-1 -> [111974] xinitrc-4.0.19-1
    </para>
    <para>[104544] guile-1.6.7-2 -> [117402] guile-1.6.7-4 </para>
    <para>[104475] hdparm-5.9-1 -> [112183] hdparm-6.1-1 </para>
    <para>[111501] initscripts-8.11.1-1 -> [117977] initscripts-8.14-1
    </para>
    <para>[107880] inn-2.4.2-3 -> [115559] inn-2.4.2-4 </para>
    <para>[106114] iproute-2.6.11-1 -> [118247] iproute-2.6.14-3
    </para>
    <para>[106499] iptables-1.3.0-2 -> [114287] iptables-1.3.2-1
    </para>
    <para>[107881] iputils-20020927-22 -> [117698] iputils-20020927-26
    </para>
    <para>[111656] isdn4k-utils-3.2-28 -> [115009] isdn4k-utils-3.2-32
    </para>
    <para>[105032] joe-3.1-8 -> [112056] joe-3.3-1 </para>
    <para>[108237] kdebase-3.4.0-5 -> [118422] kdebase-3.4.2-5 </para>
    <para>[106532] kdegames-3.4.0-1 -> [116019] kdegames-3.4.2-1
    </para>
    <para>[107198] kdegraphics-3.4.0-2 -> [117508] kdegraphics-3.4.2-3
    </para>
    <para>[104526] openobex-1.0.1-3 -> [111937] openobex-1.0.1-4
    </para>
    <para>[107226] kdemultimedia-3.4.0-2 -> [115553]
      kdemultimedia-3.4.2-1 </para>
    <para>[106551] kdeutils-3.4.0-1 -> [117699] kdeutils-3.4.2-2
    </para>
    <para>[105322] minicom-2.00.0-21 -> [114175] minicom-2.1-1 </para>
    <para>[112015] kernel-2.6.11-1.1369_FC4 -> [118394]
      kernel-2.6.13-1.1565_FC5 </para>
    <para>[108707] libbtctl-0.4.1-7 -> [114382] libbtctl-0.4.1-8
    </para>
    <para>[107067] krb5-1.4-3 -> [118053] krb5-1.4.2-4 </para>
    <para>[106252] krbafs-1.2.2-7 -> [115422] krbafs-1.2.2-8 </para>
    <para>[111032] kudzu-1.1.116.2-2 -> [118290] kudzu-1.2.7-1 </para>
    <para>[105596] lam-7.1.1-3 -> [115564] lam-7.1.1-7.FC5 </para>
    <para>[105047] less-382-7 -> [117533] less-382-8 </para>
    <para>[104599] libieee1284-0.2.9-2 -> [114409] libieee1284-0.2.9-3
    </para>
    <para>[106523] libtermcap-2.0.8-41 -> [115467] libtermcap-2.0.8-42
    </para>
    <para>[110440] libtiff-3.7.1-6 -> [113273] libtiff-3.7.2-1 </para>
    <para>[109070] libtool-1.5.16.multilib2-1 -> [118098]
      libtool-1.5.20-3 </para>
    <para>[104597] lm_sensors-2.8.8-5 -> [117365] lm_sensors-2.9.1-4
    </para>
    <para>[105199] lockdev-1.0.1-7 -> [118409] lockdev-1.0.1-9 </para>
    <para>[107338] logrotate-3.7.1-10 -> [117629] logrotate-3.7.2-3
    </para>
    <para>[110353] lsof-4.74-7 -> [118297] lsof-4.76-1 </para>
    <para>[108835] dovecot-0.99.14-4.fc4 -> [114740]
      dovecot-0.99.14-6.fc5 </para>
    <para>[106781] make-3.80-7 -> [116850] make-3.80-8 </para>
    <para>[104365] distcache-1.4.5-7 -> [115345] distcache-1.4.5-11
    </para>
    <para>[107530] man-pages-1.67-7 -> [118017] man-pages-2.07-5
    </para>
    <para>[93204] man-pages-cs-0.16-4 -> [115882] man-pages-cs-0.16-5
    </para>
    <para>[93194] man-pages-de-0.4-9 -> [115873] man-pages-de-0.4-10
    </para>
    <para>[108613] man-pages-ja-20050415-1 -> [116660]
      man-pages-ja-20050815-1 </para>
    <para>[110081] mx4j-2.1.0-1jpp_7fc -> [114677] mx4j-3.0.1-1jpp_5fc
    </para>
    <para>[109945] mc-4.6.1a-0.9 -> [118021] mc-4.6.1a-0.15 </para>
    <para>[101562] desktop-file-utils-0.10-1 -> [117302]
      desktop-file-utils-0.10-3 </para>
    <para>[111217] redhat-artwork-0.122-10 -> [116975]
      redhat-artwork-0.128-1 </para>
    <para>[104435] mikmod-3.1.6-34 -> [112072] mikmod-3.1.6-35 </para>
    <para>[110923] mkinitrd-4.2.15-1 -> [116471] mkinitrd-4.2.21-1
    </para>
    <para>[110244] gimp-print-4.2.7-7 -> [116481] gimp-print-4.2.7-12
    </para>
    <para>[111409] rhpl-0.167-1 -> [118384] rhpl-0.174-1 </para>
    <para>[108728] glade2-2.10.0-1 -> [116544] glade2-2.10.0-2 </para>
    <para>[107181] pyxf86config-0.3.19-4 -> [114209]
      pyxf86config-0.3.19-6 </para>
    <para>[105582] arptables_jf-0.0.8-4 -> [116740]
      arptables_jf-0.0.8-6 </para>
    <para>[108583] fontconfig-2.2.3-13 -> [114861] fontconfig-2.3.2-1
    </para>
    <para>[108241] oprofile-0.8.2-4 -> [114916] oprofile-0.9.1-2
    </para>
    <para>[104605] mtr-0.69-3 -> [117503] mtr-0.69-4 </para>
    <para>[105384] mutt-1.4.2.1-2 -> [117134] mutt-1.4.2.1-3 </para>
    <para>[106486] kdeedu-3.4.0-1 -> [118428] kdeedu-3.4.2-3 </para>
    <para>[111281] httpd-2.0.54-10 -> [115215] httpd-2.0.54-12 </para>
    <para>[109664] libwpd-0.8.1-1 -> [117298] libwpd-0.8.3-1 </para>
    <para>[109161] ncurses-5.4-17 -> [115668] ncurses-5.4-18 </para>
    <para>[109016] net-tools-1.60-52 -> [115663] net-tools-1.60-56
    </para>
    <para>[106997] rdesktop-1.4.0-2 -> [113322] rdesktop-1.4.1-1.fc5
    </para>
    <para>[106852] redhat-rpm-config-8.0.34-1 -> [116588]
      redhat-rpm-config-8.0.39-1 </para>
    <para>[104517] compat-slang-1.4.5-10 -> [115421]
      compat-slang-1.4.5-11 </para>
    <para>[111646] nfs-utils-1.0.7-8 -> [117732] nfs-utils-1.0.7-16
    </para>
    <para>[104611] rarpd-ss981107-20 -> [114929] rarpd-ss981107-22
    </para>
    <para>[111216] nss_ldap-234-4 -> [117936] nss_ldap-241-1 </para>
    <para>[101793] squirrelmail-1.4.4-2 -> [117917]
      squirrelmail-1.4.6-0.cvs20050812.2.fc5 </para>
    <para>- perl-Filter-1.30-7 </para>
    <para>- perl-Filter-Simple-0.79-5 </para>
    <para>[111400] libxslt-1.1.14-2 -> [117480] libxslt-1.1.15-1
    </para>
    <para>[111035] pam_krb5-2.1.7-3 -> [115747] pam_krb5-2.1.8-2
    </para>
    <para>[106493] file-roller-2.10.0-1 -> [117656]
      file-roller-2.12.0-1 </para>
    <para>[106353] pyOpenSSL-0.6-1.p24.4 -> [117052]
      pyOpenSSL-0.6-1.p24.6 </para>
    <para>[104627] rdist-6.1.5-40 -> [111944] rdist-6.1.5-41 </para>
    <para>[110926] spamassassin-3.0.3-4.fc4 -> [118074]
      spamassassin-3.1.0-1.fc5 </para>
    <para>[105950] pilot-link-0.12.0-0.pre2.0 -> [117233]
      pilot-link-0.12.0-0.pre4.5 </para>
    <para>[106474] star-1.5a54-2 -> [117115] star-1.5a65-1 </para>
    <para>[111515] net-snmp-5.2.1-12 -> [118322] net-snmp-5.2.1.2-3
    </para>
    <para>[96116] ppp-2.4.2-7 -> [115416] ppp-2.4.3-3 </para>
    <para>[110366] vlock-1.3-19 -> [115661] vlock-1.3-20 </para>
    <para>[110359] procps-3.2.5-6 -> [117548] procps-3.2.5-7 </para>
    <para>[105210] psmisc-21.5-4 -> [117707] psmisc-21.6-1 </para>
    <para>[105614] pvm-3.4.5-3_FC4 -> [111812] pvm-3.4.5-5 </para>
    <para>[105105] bogl-0.1.18-7 -> [118318] bogl-0.1.18-10 </para>
    <para>[108185] gnopernicus-0.10.6-1 -> [117638]
      gnopernicus-0.11.6-1 </para>
    <para>[110883] qt-3.3.4-14 -> [118419] qt-3.3.5-2 </para>
    <para>[104494] ksh-20050202-1 -> [111912] ksh-20050202-3 </para>
    <para>[108083] quota-3.12-6 -> [116742] quota-3.12-7 </para>
    <para>[101735] gnome-speech-0.3.6-1 -> [115904]
      gnome-speech-0.3.7-1 </para>
    <para>[111387] openoffice.org-1.9.104-2 -> [118196]
      openoffice.org-1.9.130-1.2.fc5 </para>
    <para>[105350] rp-pppoe-3.5-27 -> [116414] rp-pppoe-3.5-30 </para>
    <para>[111410] rpm-4.4.1-21 -> [117156] rpm-4.4.2-4 </para>
    <para>[110925] rsync-2.6.4-3 -> [115264] rsync-2.6.6-2 </para>
    <para>[104630] rusers-0.17-43 -> [117620] rusers-0.17-45 </para>
    <para>[109533] samba-3.0.14a-2 -> [117971] samba-3.0.20-2 </para>
    <para>- sash-3.7-6 </para>
    <para>[110268] sendmail-8.13.4-2 -> [118253] sendmail-8.13.5-1
    </para>
    <para>[111123] setup-2.5.44-1 -> [117568] setup-2.5.47-1.1 </para>
    <para>[111408] shadow-utils-4.0.7-9 -> [117343]
      shadow-utils-4.0.12-2 </para>
    <para>[106465] slang-1.4.9-17 -> [117492] slang-1.4.9-19 </para>
    <para>[108441] slocate-2.7-22 -> [118067] slocate-2.7-27 </para>
    <para>[105316] slrn-0.9.8.1-4 -> [114996] slrn-0.9.8.1-5 </para>
    <para>[110665] squid-2.5.STABLE9-7 -> [117506]
      squid-2.5.STABLE10-4 </para>
    <para>[106754] strace-4.5.11-1 -> [115667] strace-4.5.13-1 </para>
    <para>[108145] sudo-1.6.8p8-1 -> [118285] sudo-1.6.8p9-4 </para>
    <para>[93654] switchdesk-4.0.6-3 -> [114432] switchdesk-4.0.7-1
    </para>
    <para>[111041] sysklogd-1.4.1-30 -> [117045] sysklogd-1.4.1-33
    </para>
    <para>[112528] syslinux-3.08-2 -> [117044] syslinux-3.10-2 </para>
    <para>[110362] sysreport-1.4.1-2 -> [112702] sysreport-1.4.1-4
    </para>
    <para>[105297] sysstat-5.0.5-9.fc -> [116738] sysstat-5.0.5-11.fc
    </para>
    <para>[108370] tar-1.15.1-5 -> [117554] tar-1.15.1-10 </para>
    <para>[109655] tcpdump-3.8.2-12 -> [116178] tcpdump-3.9.3-3
    </para>
    <para>[106994] tcsh-6.14-1 -> [115897] tcsh-6.14-5 </para>
    <para>[106284] termcap-5.4-4 -> [118201] termcap-5.4-7 </para>
    <para>[110274] tetex-3.0-4 -> [116781] tetex-3.0-6 </para>
    <para>[106019] texinfo-4.8-4 -> [112242] texinfo-4.8-6 </para>
    <para>[109641] jwhois-3.2.2-14 -> [115889] jwhois-3.2.3-2 </para>
    <para>[110348] elfutils-0.108-1 -> [117517] elfutils-0.115-1
    </para>
    <para>[105286] expect-5.43.0-1 -> [111871] expect-5.43.0-2 </para>
    <para>[105014] traceroute-1.4a12-26 -> [116290]
      traceroute-1.4a12-27 </para>
    <para>[108240] subversion-1.1.4-3 -> [117737] subversion-1.2.3-3
    </para>
    <para>- schedutils-1.4.0-4 </para>
    <para>[106314] umb-scheme-3.2-38 -> [117616] umb-scheme-3.2-39
    </para>
    <para>[104847] units-1.80-12 -> [114388] units-1.85-1 </para>
    <para>[107560] quagga-0.98.3-2 -> [117222] quagga-0.98.5-2 </para>
    <para>[105298] unzip-5.51-10 -> [115669] unzip-5.51-12 </para>
    <para>[109681] util-linux-2.12p-9.3 -> [117509]
      util-linux-2.13-0.3.pre2 </para>
    <para>[108550] uucp-1.07-9 -> [114161] uucp-1.07-11 </para>
    <para>[109140] vim-6.3.071-3 -> [117700] vim-6.3.086-5 </para>
    <para>[108347] vixie-cron-4.1-33 -> [113831] vixie-cron-4.1-36.FC5
    </para>
    <para>[106439] gtksourceview-1.2.0-1 -> [117747]
      gtksourceview-1.4.1-1 </para>
    <para>[109142] vnc-4.1.1-10 -> [117547] vnc-4.1.1-17 </para>
    <para>- w3c-libwww-5.4.0-13 </para>
    <para>[104493] wget-1.9.1-22 -> [117731] wget-1.10.1-7 </para>
    <para>[100923] wireless-tools-28-0.pre4.3 -> [117952]
      wireless-tools-28-0.pre9.5 </para>
    <para>[104447] neon-0.24.7-6 -> [118267] neon-0.24.7-7 </para>
    <para>[108529] desktop-printing-0.18-10 -> [116635]
      desktop-printing-0.19-2 </para>
    <para>[109757] libselinux-1.23.10-2 -> [118218] libselinux-1.26-6
    </para>
    <para>[110975] xfig-3.2.4-11 -> [114406] xfig-3.2.4-13 </para>
    <para>[106604] ttmkfdir-3.0.9-16 -> [115679] ttmkfdir-3.0.9-17
    </para>
    <para>[106293] ckermit-8.0.211-1 -> [117400] ckermit-8.0.211-3
    </para>
    <para>[111493] coreutils-5.2.1-48 -> [117826] coreutils-5.2.1-55
    </para>
    <para>[109668] gstreamer-0.8.10-1 -> [117857] gstreamer-0.8.11-1
    </para>
    <para>[110247] gstreamer-plugins-0.8.8-6 -> [117858]
      gstreamer-plugins-0.8.11-1 </para>
    <para>[108260] gnome-icon-theme-2.10.1-4 -> [117725]
      gnome-icon-theme-2.12.0-1 </para>
    <para>[111290] xpdf-3.00-19 -> [116734] xpdf-3.01-1 </para>
    <para>[104699] xsane-0.95-3 -> [112799] xsane-0.95-4 </para>
    <para>[110438] xscreensaver-4.21-4 -> [118219]
      xscreensaver-4.22-16 </para>
    <para>[106575] nautilus-cd-burner-2.10.0-2 -> [117669]
      nautilus-cd-burner-2.12.0-1 </para>
    <para>- hpoj-0.91-13 </para>
    <para>[108081] ypserv-2.13-6 -> [114545] ypserv-2.13-7 </para>
    <para>[108065] zlib-1.2.2.2-3 -> [117021] zlib-1.2.3-1 </para>
    <para>[110759] gthumb-2.6.5-1 -> [117742] gthumb-2.6.7-1 </para>
    <para>[110698] alsa-utils-1.0.9rc2-2 -> [116939]
      alsa-utils-1.0.9rf-5 </para>
    <para>[111418] libgnomeprint22-2.10.3-1 -> [117675]
      libgnomeprint22-2.12.0-1 </para>
    <para>[106542] libgnomeprintui22-2.10.1-1 -> [117676]
      libgnomeprintui22-2.12.0-1 </para>
    <para>[106076] rhythmbox-0.8.8-2 -> [117443]
      rhythmbox-0.9.0.cvs20050902-1 </para>
    <para>[104518] libgsf-1.11.1-2 -> [118324] libgsf-1.12.3-1 </para>
    <para>[104645] libmng-1.0.9-1 -> [112902] libmng-1.0.9-2 </para>
    <para>[104492] bluez-libs-2.15-1 -> [117512] bluez-libs-2.20-1
    </para>
    <para>[109626] bluez-utils-2.15-7 -> [117513] bluez-utils-2.20-1
    </para>
    <para>[109284] gnome-themes-2.10.1-2 -> [117637]
      gnome-themes-2.12.0-1 </para>
    <para>[106333] lv-4.51-5 -> [113778] lv-4.51-6 </para>
    <para>[106337] nkf-2.04-5 -> [113596] nkf-2.05-1 </para>
    <para>- nvi-m17n-1.79-20040401.23 </para>
    <para>[108025] ruby-1.8.2-7 -> [118404] ruby-1.8.3-1 </para>
    <para>[109083] stunnel-4.08-2 -> [113854] stunnel-4.11-1 </para>
    <para>[108440] 4Suite-1.0-8.b1 -> [112368] 4Suite-1.0-9.b1 </para>
    <para>[106235] nss_db-2.2-31 -> [117271] nss_db-2.2-33 </para>
    <para>[111212] eclipse-3.1.0_fc-0.M6.22 -> [115167]
      eclipse-3.1.0_fc-12 </para>
    <para>[111394] dbus-0.33-3 -> [117773] dbus-0.50-1 </para>
    <para>[106803] a2ps-4.13b-46 -> [111842] a2ps-4.13b-47 </para>
    <para>[109643] libuser-0.53.7-1 -> [117997] libuser-0.54-1 </para>
    <para>[109886] gtk-doc-1.3-2 -> [113533] gtk-doc-1.4-1 </para>
    <para>[109144] perl-DBD-MySQL-2.9007-1 -> [117217]
      perl-DBD-MySQL-3.0002-1 </para>
    <para>[111122] perl-DBD-Pg-1.41-2 -> [113244] perl-DBD-Pg-1.43-1
    </para>
    <para>[105244] kdbg-1.2.10-2 -> [114272] kdbg-2.0.0-1 </para>
    <para>[106810] kdepim-3.4.0-4 -> [117234] kdepim-3.4.2-3 </para>
    <para>[106772] xdelta-1.1.3-16 -> [117821] xdelta-1.1.3-17 </para>
    <para>[107253] pkgconfig-0.15.0-6 -> [116158] pkgconfig-0.18.1-4
    </para>
    <para>[108628] kdesdk-3.4.0-3 -> [116008] kdesdk-3.4.2-1 </para>
    <para>[106503] kde-i18n-3.4.0-1 -> [116284] kde-i18n-3.4.2-1
    </para>
    <para>[111302] hotplug-2004_09_23-7 -> [118092]
      hotplug-2004_09_23-10 </para>
    <para>[112023] fedora-release-4-2 -> [113067]
      fedora-release-4-rawhide </para>
    <para>[108436] xterm-200-6 -> [118082] xterm-200-9 </para>
    <para>[106145] ppc64-utils-0.7-9 -> [118408] ppc64-utils-0.7-11
    </para>
    <para>[104559] htdig-3.2.0b6-5 -> [117484] htdig-3.2.0b6-6 </para>
    <para>- libgal2-2.4.2-4 </para>
    <para>[110442] gaim-1.3.0-1.fc4 -> [118167] gaim-1.5.0-5.fc5
    </para>
    <para>[108062] aspell-en-0.51-12 -> [114279] aspell-en-6.0-1
    </para>
    <para>[108357] freeradius-1.0.2-2 -> [114495] freeradius-1.0.4-2
    </para>
    <para>[110988] devhelp-0.10-1 -> [116721] devhelp-0.10-5 </para>
    <para>[106525] kdebindings-3.4.0-1 -> [116107] kdebindings-3.4.2-1
    </para>
    <para>[110439] nautilus-2.10.0-4 -> [117668] nautilus-2.12.0-1
    </para>
    <para>[111391] boost-1.32.0-6 -> [116965] boost-1.33.0-3 </para>
    <para>[104523] nano-1.3.5-0.20050302 -> [117495] nano-1.3.8-1
    </para>
    <para>[110577] epiphany-1.6.1-3 -> [117510] epiphany-1.8.0-1
    </para>
    <para>[111496] yum-2.3.2-7 -> [118230] yum-2.4.0-3 </para>
    <para>[104625] GConf-1.0.9-16 -> [115534] GConf-1.0.9-17 </para>
    <para>[105438] g-wrap-1.3.4-8 -> [113627] g-wrap-1.3.4-9 </para>
    <para>[105029] pcre-5.0-4 -> [117019] pcre-6.3-1 </para>
    <para>[103293] pychecker-0.8.14-3 -> [117907] pychecker-0.8.16-1
    </para>
    <para>[107295] gnome-bluetooth-0.5.1-12 -> [116637]
      gnome-bluetooth-0.5.1-14 </para>
    <para>[110227] setarch-1.7-3 -> [113328] setarch-1.8-1 </para>
    <para>[107662] kdeaddons-3.4.0-2 -> [116097] kdeaddons-3.4.2-1
    </para>
    <para>[105264] MyODBC-2.50.39-24 -> [116340] MyODBC-2.50.39-25
    </para>
    <para>[108719] nmap-3.81-3 -> [118008] nmap-3.93-1 </para>
    <para>[107878] glib2-2.6.4-1 -> [116932] glib2-2.8.1-1 </para>
    <para>[106280] m2crypto-0.13-2 -> [117174] m2crypto-0.15-1 </para>
    <para>[105135] pango-1.8.1-2 -> [116700] pango-1.10.0-1 </para>
    <para>[106004] atk-1.9.1-1 -> [117631] atk-1.10.3-1 </para>
    <para>[110350] gtk2-2.6.7-4 -> [117200] gtk2-2.8.3-1 </para>
    <para>[110963] logwatch-6.0.1-2 -> [118256] logwatch-6.1.2-4
    </para>
    <para>[107440] libxml2-2.6.19-1 -> [117989] libxml2-2.6.22-1
    </para>
    <para>[107238] gnome-mag-0.12.0-2 -> [116495] gnome-mag-0.12.1-2
    </para>
    <para>[109656] tzdata-2005i-2 -> [117537] tzdata-2005m-2 </para>
    <para>[105136] ddd-3.3.10-2 -> [112263] ddd-3.3.11-1 </para>
    <para>[111516] ethereal-0.10.11-2 -> [118418] ethereal-0.10.12-7
    </para>
    <para>[105946] mrtg-2.11.1-3 -> [117906] mrtg-2.12.2-2 </para>
    <para>[109779] curl-7.13.1-3 -> [112559] curl-7.14.0-1 </para>
    <para>[110585] mozilla-1.7.8-2 -> [118143] mozilla-1.7.11-5
    </para>
    <para>[104474] cdrdao-1.1.9-9 -> [114286] cdrdao-1.2.0-1 </para>
    <para>[111152] policycoreutils-1.23.10-2 -> [118399]
      policycoreutils-1.27.1-1 </para>
    <para>[108677] selinux-doc-1.19.5-1 -> [118233] selinux-doc-1.22-1
    </para>
    <para>[108338] checkpolicy-1.23.1-1 -> [118421]
      checkpolicy-1.27.2-1 </para>
    <para>[107547] sound-juicer-2.10.1-1 -> [116671]
      sound-juicer-2.11.91-1 </para>
    <para>[104852] mod_auth_mysql-2.6.1-4 -> [112597]
      mod_auth_mysql-2.9.0-1 </para>
    <para>[106515] kdeartwork-3.4.0-1 -> [116101] kdeartwork-3.4.2-1
    </para>
    <para>[111390] setools-2.1.0-5 -> [118333] setools-2.1.2-1 </para>
    <para>[111060] grub-0.95-13 -> [114871] grub-0.95-15 </para>
    <para>[110652] openssh-4.0p1-3 -> [117588] openssh-4.2p1-1 </para>
    <para>[108233] gnucash-1.8.11-3 -> [117839] gnucash-1.8.11-4
    </para>
    <para>[108697] MySQL-python-1.2.0-1 -> [115666]
      MySQL-python-1.2.0-2 </para>
    <para>[106774] PyQt-3.14.1-1 ->
      [117928] PyQt-3.15-1 </para>
    <para>[106773] sip-4.2.1-1 -> [117925] sip-4.3.1-1 </para>
    <para>[109146] jpilot-0.99.8-0.pre8.4 -> [116645]
      jpilot-0.99.8-0.pre10.2 </para>
    <para>[108932] lftp-3.1.3-1 -> [117026] lftp-3.3.0-1 </para>
    <para>[107870] cdrtools-2.01.1-9 -> [117294] cdrtools-2.01.1-10
    </para>
    <para>- apel-10.6-6 </para>
    <para>[107986] mysql-4.1.11-2 -> [116941] mysql-4.1.12-3 </para>
    <para>[108427] tmpwatch-2.9.3-1 -> [112807] tmpwatch-2.9.4-1
    </para>
    <para>[107682] kdenetwork-3.4.0-3 -> [116293] kdenetwork-3.4.2-1
    </para>
    <para>[111395] fedora-logos-1.1.31-1 -> [117762]
      fedora-logos-1.1.31-2 </para>
    <para>[100527] junit-3.8.1-3jpp_4fc -> [112932]
      junit-3.8.1-3jpp_5fc </para>
    <para>[105492] xmlsec1-1.2.7-4 -> [118326] xmlsec1-1.2.9-1 </para>
    <para>[104606] openCryptoki-2.1.5-9 -> [117535]
      openCryptoki-2.1.5-10 </para>
    <para>[110363] system-config-bind-4.0.0-16_FC4 -> [116458]
      system-config-bind-4.0.0-30_FC5 </para>
    <para>[110056] system-config-date-1.7.18-1 -> [115786]
      system-config-date-1.7.99.0-1 </para>
    <para>[109174] system-config-keyboard-1.2.6-2 -> [118188]
      system-config-keyboard-1.2.6-3 </para>
    <para>[109127] system-config-kickstart-2.5.22-2 -> [118045]
      system-config-kickstart-2.5.24-1 </para>
    <para>- system-config-mouse-1.2.11-1 </para>
    <para>[108705] system-config-netboot-0.1.14-1 -> [116895]
      system-config-netboot-0.1.30-1_FC5 </para>
    <para>[110270] system-config-nfs-1.3.10-1 -> [113615]
      system-config-nfs-1.3.11-1 </para>
    <para>[110775] system-config-printer-0.6.131-1 -> [117714]
      system-config-printer-0.6.142-1 </para>
    <para>[110889] system-config-securitylevel-1.5.8-1 -> [116959]
      system-config-securitylevel-1.6.4-1 </para>
    <para>[110271] system-config-services-0.8.25-1 -> [116537]
      system-config-services-0.8.26-1 </para>
    <para>[111388] system-config-soundcard-1.2.11-5 -> [116656]
      system-config-soundcard-1.2.12-5 </para>
    <para>[111429] system-config-display-1.0.29-1 -> [117812]
      system-config-display-1.0.31-1 </para>
    <para>[111664] alsa-lib-1.0.9rc4-2 -> [114503] alsa-lib-1.0.9rf-3
    </para>
    <para>[105652] tcl-8.4.9-3 -> [113371] tcl-8.4.11-1 </para>
    <para>[105658] tk-8.4.9-3 -> [113372] tk-8.4.11-1 </para>
    <para>[109302] lvm2-2.01.08-2.1 -> [118142] lvm2-2.01.14-2 </para>
    <para>[110929] device-mapper-1.01.02-1.0 -> [115634]
      device-mapper-1.01.04-1.0 </para>
    <para>[108262] libgnomecups-0.2.0-2 -> [117671]
      libgnomecups-0.2.1-1 </para>
    <para>[109132] tvtime-0.9.15-7 -> [117915] tvtime-1.0.1-1 </para>
    <para>- hpijs-1.7.1-3 </para>
    <para>[111138] shared-mime-info-0.16-3 -> [112690]
      shared-mime-info-0.16-4 </para>
    <para>[110914] evolution-data-server-1.2.2-3 -> [118144]
      evolution-data-server-1.4.0-2 </para>
    <para>[106495] gnome-keyring-0.4.2-1 -> [117659]
      gnome-keyring-0.4.4-1 </para>
    <para>[111218] udev-058-1 -> [118405] udev-069-4 </para>
    <para>- pcmcia-cs-3.2.8-4.12 </para>
    <para>- iiimf-le-xcin-0.1.10-1 </para>
    <para>[109118] gnome-netstatus-2.10.0-4 -> [116639]
      gnome-netstatus-2.11.90-2 </para>
    <para>[110265] perl-XML-NamespaceSupport-1.08-7 ->
      [117865] perl-XML-NamespaceSupport-1.09-1 </para>
    <para>[107102] memtest86+-1.55.1-1 -> [113262] memtest86+-1.60-1
    </para>
    <para>[100526] antlr-2.7.4-2jpp_1fc -> [112867]
      antlr-2.7.4-2jpp_2fc </para>
    <para>[111283] jakarta-commons-beanutils-1.7.0-1jpp_4fc ->
      [114381] jakarta-commons-beanutils-1.7.0-2jpp_2fc </para>
    <para>[111285] jakarta-commons-collections-3.1-1jpp_4fc ->
      [114380] jakarta-commons-collections-3.1-2jpp_2fc </para>
    <para>[101451] jakarta-commons-dbcp-1.2.1-3jpp_1fc -> [112880]
      jakarta-commons-dbcp-1.2.1-3jpp_2fc </para>
    <para>[111286] jakarta-commons-digester-1.6-2jpp_4fc -> [114394]
      jakarta-commons-digester-1.6-2jpp_6fc </para>
    <para>[111288] jakarta-commons-logging-1.0.4-2jpp_4fc -> [114180]
      jakarta-commons-logging-1.0.4-2jpp_6fc </para>
    <para>[111289] jakarta-commons-modeler-1.1-3jpp_4fc -> [114487]
      jakarta-commons-modeler-1.1-4jpp_2fc </para>
    <para>[101447] jakarta-commons-pool-1.2-2jpp_1fc -> [112885]
      jakarta-commons-pool-1.2-2jpp_2fc </para>
    <para>[101435] jakarta-commons-validator-1.1.3-1jpp_1fc ->
      [112887] jakarta-commons-validator-1.1.3-1jpp_2fc </para>
    <para>[100530] jdepend-2.6-2jpp_3fc -> [112928]
      jdepend-2.6-2jpp_4fc </para>
    <para>[111423] log4j-1.2.8-7jpp_4fc -> [112933]
      log4j-1.2.8-7jpp_5fc </para>
    <para>[96312] oro-2.0.8-1jpp_2fc -> [113162] oro-2.0.8-1jpp_3fc
    </para>
    <para>[109898] regexp-1.3-1jpp_5fc -> [114182] regexp-1.3-2jpp_3fc
    </para>
    <para>[100606] xalan-j2-2.6.0-2jpp_1fc -> [114410]
      xalan-j2-2.6.0-3jpp_3fc </para>
    <para>[109899] xerces-j2-2.6.2-4jpp_5fc -> [114312]
      xerces-j2-2.6.2-5jpp_2fc </para>
    <para>[109900] xml-commons-1.0-0.b2.6jpp_12fc -> [114196]
      xml-commons-1.0-0.b2.7jpp_3fc </para>
    <para>[96303] xml-commons-resolver-1.1-1jpp_4fc -> [113163]
      xml-commons-resolver-1.1-1jpp_5fc </para>
    <para>[101437] jakarta-commons-lang-2.0-2jpp_1fc -> [112883]
      jakarta-commons-lang-2.0-2jpp_2fc </para>
    <para>[96300] java_cup-0.10-0.k.1jpp_2fc -> [114395]
      java_cup-0.10-0.k.1jpp_5fc </para>
    <para>[100540] avalon-logkit-1.2-2jpp_4fc -> [113428]
      avalon-logkit-1.2-3jpp_1fc </para>
    <para>[101462] cryptix-3.2.0-4jpp_1fc -> [112869]
      cryptix-3.2.0-4jpp_2fc </para>
    <para>[101463] cryptix-asn1-20011119-4jpp_1fc -> [112873]
      cryptix-asn1-20011119-4jpp_2fc </para>
    <para>[101464] gnu.getopt-1.0.9-4jpp_1fc -> [112875]
      gnu.getopt-1.0.9-4jpp_2fc </para>
    <para>[110589] xorg-x11-6.8.2-31 -> [115364] xorg-x11-6.8.2-45
    </para>
    <para>[108218] aspell-is-0.51.1-1 -> [114361] aspell-is-0.51.1-2
    </para>
    <para>[106231] pyparted-1.6.9-3 -> [117327] pyparted-1.6.9-4
    </para>
    <para>[110354] mod_auth_kerb-5.0-6 -> [118413] mod_auth_kerb-5.0-7
    </para>
    <para>[106186] iprutils-2.0.13.7-2 -> [115548] iprutils-2.0.15.3-1
    </para>
    <para>[110365] tomcat5-5.0.30-5jpp_6fc -> [118323]
      tomcat5-5.0.30-8jpp_3fc </para>
    <para>[110776] xchat-2.4.3-3 -> [118268] xchat-2.4.5-1 </para>
    <para>[111287] jakarta-commons-el-1.0-2jpp_3fc -> [114396]
      jakarta-commons-el-1.0-4jpp_2fc </para>
    <para>- GFS-6.1-0.pre22.6 </para>
    <para>[107882] k3b-0.11.23-3 -> [114095] k3b-0.12.2-1 </para>
    <para>[111251] hal-0.5.2-2 -> [117285] hal-0.5.4-3 </para>
    <para>[107343] gnome-volume-manager-1.3.1-1 -> [117761]
      gnome-volume-manager-1.5.1-1 </para>
    <para>[106242] pam_passwdqc-0.7.6-1 -> [118214]
      pam_passwdqc-1.0.2-1 </para>
    <para>[106603] libidn-0.5.15-1 -> [118283] libidn-0.5.19-1 </para>
    <para>[110913] evolution-connector-2.2.2-5 -> [118165]
      evolution-connector-2.4.0-2 </para>
    <para>[111158] selinux-policy-targeted-1.23.16-6 -> [118397]
      selinux-policy-targeted-1.27.1-4 </para>
    <para>[111157] selinux-policy-strict-1.23.16-6 -> [118396]
      selinux-policy-strict-1.27.1-4 </para>
    <para>- ecj-3.1-0.M4.9 </para>
    <para>[104920] diskdumputils-1.0.1-6 -> [116910]
      diskdumputils-1.1.9-2 </para>
    <para>[108918] module-init-tools-3.1-3 -> [117811]
      module-init-tools-3.2-0.pre7.3 </para>
    <para>[104418] numactl-0.6.4-1.18 -> [113672] numactl-0.6.4-1.23
    </para>
    <para>[104522] libwmf-0.2.8.3-8 -> [115159] libwmf-0.2.8.4-1
    </para>
    <para>[107934] authd-1.4.3-4.devel -> [113028] authd-1.4.3-5.devel
    </para>
    <para>[112018] gamin-0.1.0-1.1 -> [118342] gamin-0.1.6-2 </para>
    <para>[111127] vino-2.10.0-4 -> [117670] vino-2.12.0-1 </para>
    <para>[109620] HelixPlayer-1.0.4-4 -> [116508]
      HelixPlayer-1.0.5-2 </para>
    <para>[110936] totem-1.0.2-1 -> [116504] totem-1.1.4-1 </para>
    <para>- gnbd-kernel-2.6.11.2-20050420.133124.FC4.35 </para>
    <para>[108039] aspell-de-0.50-10 -> [114277] aspell-de-0.50-11
    </para>
    <para>[109112] eclipse-changelog-2.0.1_fc-21 -> [114192]
      eclipse-changelog-2.0.1_fc-22 </para>
    <para>[111405] eclipse-cdt-3.0.0_fc-0.M6.7 -> [116981]
      eclipse-cdt-3.0.0_fc-1 </para>
    <para>- iiimf-le-chinput-0.3-19 </para>
    <para>[106138] synaptics-0.14.0-2 -> [115769] synaptics-0.14.3-3
    </para>
    <para>[110766] libsepol-1.5.9-2 -> [118331] libsepol-1.9.4-1
    </para>
    <para>[108031] aspell-af-0.50-2 -> [114179] aspell-af-0.50-4
    </para>
    <para>[103800] aspell-bg-0.50-9 -> [114176] aspell-bg-0.50-11
    </para>
    <para>[108032] aspell-br-0.50-2 -> [114181] aspell-br-0.50-4
    </para>
    <para>[108037] aspell-cy-0.50-2 -> [114274] aspell-cy-0.50-4
    </para>
    <para>[108040] aspell-el-0.50-2 -> [114278] aspell-el-0.50-4
    </para>
    <para>[108043] aspell-fo-0.51-2 -> [114281] aspell-fo-0.51-4
    </para>
    <para>[108045] aspell-ga-0.50-2 -> [114288] aspell-ga-0.50-4
    </para>
    <para>[108047] aspell-gd-0.50-2 -> [114357] aspell-gd-0.50-4
    </para>
    <para>[108048] aspell-gl-0.50-2 -> [114358] aspell-gl-0.50-4
    </para>
    <para>[108049] aspell-hr-0.51-2 -> [114359] aspell-hr-0.51-4
    </para>
    <para>[108050] aspell-id-0.50.1-2 -> [114360] aspell-id-0.50.1-4
    </para>
    <para>[105301] busybox-1.00-4 -> [111857] busybox-1.00-5 </para>
    <para>[104570] sysfsutils-1.2.0-4 -> [113812] sysfsutils-1.3.0-1
    </para>
    <para>- rgmanager-1.9.31-3 </para>
    <para>[109173] openswan-2.3.1-2 -> [118022] openswan-2.4.0-1
    </para>
    <para>[110687] NetworkManager-0.4-15.cvs20050404
      -> [118005] NetworkManager-0.4.1-2.cvs20050912
    </para>
    <para>[112106] java-1.4.2-gcj-compat-1.4.2.0-40jpp_31rh ->
      [118416] java-1.4.2-gcj-compat-1.4.2.0-40jpp_51rh </para>
    <para>[106674] gnome-keyring-manager-0.0.4-3 -> [117662]
      gnome-keyring-manager-2.12.0-1 </para>
    <para>[105646] evolution-webcal-2.2.0-1 -> [118166]
      evolution-webcal-2.4.0.1-2 </para>
    <para>[106722] krb5-auth-dialog-0.2-5 -> [116572]
      krb5-auth-dialog-0.2-6 </para>
    <para>[107396] dhcpv6-0.10-13 -> [116466] dhcpv6-0.10-14 </para>
    <para>[106006] dasher-3.2.15-1 -> [117634] dasher-3.2.18-1 </para>
    <para>[111497] firefox-1.0.4-4 -> [118182] firefox-1.5-0.5.0.beta1
    </para>
    <para>[110588] thunderbird-1.0.2-6 -> [116773] thunderbird-1.0.6-5
    </para>
    <para>- valgrind-callgrind-0.9.11-1 </para>
    <para>[106256] pam_ccreds-1-6 -> [112255] pam_ccreds-1-7 </para>
    <para>[100966] createrepo-0.4.2-2 -> [114098] createrepo-0.4.3-1
    </para>
    <para>[111205] audit-0.8.2-1 -> [116925] audit-1.0.3-1 </para>
    <para>[109751] kdewebdev-3.4.0-3 -> [116306] kdewebdev-3.4.2-1
    </para>
    <para>[98989] slib-3a1-2 -> [117769] slib-3a1-5 </para>
    <para>[105026] webalizer-2.01_10-28 -> [118412]
      webalizer-2.01_10-29 </para>
    <para>[108536] ipv6calc-0.48-5 -> [118194] ipv6calc-0.50-1 </para>
    <para>[100524] classpathx-mail-1.0-3jpp_1fc -> [111780]
      classpathx-mail-1.0-4jpp_2fc </para>
    <para>[111648] gnu-crypto-2.0.1-1jpp_5fc -> [114171]
      gnu-crypto-2.0.1-1jpp_7fc </para>
    <para>[107249] OpenIPMI-1.4.11-5 -> [117704] OpenIPMI-1.4.14-9
    </para>
    <para>[100864] zsh-4.2.1-2 -> [113141] zsh-4.2.5-1 </para>
    <para>[104688] sane-backends-1.0.15-9 -> [116782]
      sane-backends-1.0.16-1 </para>
    <para>- lvm2-cluster-2.01.09-3.0 </para>
    <para>- struts11-1.1-1jpp_7fc </para>
    <para>[107376] gkrellm-2.2.4-4 -> [117540] gkrellm-2.2.7-3 </para>
    <para>[108839] cpufreq-utils-0.2-1.1.14 -> [115418]
      cpufreq-utils-0.3-1.1.16 </para>
    <para>[108362] dmidecode-2.6-1.14 -> [117909] dmidecode-2.7-1.15
    </para>
    <para>[109300] hardlink-1.0-1.13 -> [117099] hardlink-1.0-1.14
    </para>
    <para>[111037] readahead-1.1-1.14 -> [115793] readahead-1.1-1.17
    </para>
    <para>[104427] smartmontools-5.33-1.5 -> [115762]
      smartmontools-5.33-1.7 </para>
    <para>[108364] x86info-1.13-1.10 -> [117440] x86info-1.15-1.13
    </para>
    <para>- python-twisted-1.3.0-4 </para>
    <para>[111505] evince-0.3.1-1 -> [118030] evince-0.4.0-2 </para>
    <para>[109178] gnome-doc-utils-0.2.0-2 -> [117722]
      gnome-doc-utils-0.4.0-1 </para>
    <para>[108845] gnome-menus-2.10.1-3 -> [117531]
      gnome-menus-2.12.0-1 </para>
    <para>[107103] gnome-python2-extras-2.10.0-2.1 -> [116816]
      gnome-python2-extras-2.11.4-9 </para>
    <para>[109933] gjdoc-0.7.4-5 -> [114163] gjdoc-0.7.5-4 </para>
    <para>[109753] kdelibs-3.4.0-6 -> [115465] kdelibs-3.4.2-1 </para>
    <para>[106258] kdeaccessibility-3.4.0-1 -> [116016]
      kdeaccessibility-3.4.2-1 </para>
    <para>[108603] fonts-korean-1.0.11-4 -> [116512]
      fonts-korean-1.0.11-6 </para>
    <para>[108601] fonts-japanese-0.20050222-3 -> [116488]
      fonts-japanese-0.20050222-7 </para>
    <para>[108604] fonts-chinese-2.15-2 -> [117399]
      fonts-chinese-3.00.pre2-1 </para>
    <para>[111507] poppler-0.3.2-1 -> [117476] poppler-0.4.2-1 </para>
    <para>[111030] eclipse-bugzilla-0.1.0_fc-16 -> [114650]
      eclipse-bugzilla-0.1.1_fc-5 </para>
    <para>[109095] eclipse-pydev-0.9.3_fc-7 -> [115587]
      eclipse-pydev-0.9.3_fc-11 </para>
    <para>[108005] sqlite-3.1.2-3 -> [117898] sqlite-3.2.5-1 </para>
    <para>[105636] python-urlgrabber-2.9.6-1 -> [118139]
      python-urlgrabber-2.9.6-3 </para>
    <para>[107161] cryptsetup-luks-1.0-1 -> [116857]
      cryptsetup-luks-1.0.1-2 </para>
    <para>[108817] jsch-0.1.18-1jpp_1fc -> [114185]
      jsch-0.1.18-1jpp_2fc </para>
    <para>[109747] latex2html-2002.2.1-3 -> [112874]
      latex2html-2002.2.1-4 </para>
    <para>[110960] openssl-0.9.7f-7 -> [116949] openssl-0.9.7f-9
    </para>
    <para>- iiimf-12.2-4 </para>
    <para>[108246] kdevelop-3.2.0-2 -> [116301] kdevelop-3.2.2-1
    </para>
    <para>- Canna-3.7p3-13 </para>
    <para>- VFlib2-2.25.6-28 </para>
    <para>[108287] perl-Archive-Zip-1.14-1 -> [117218]
      perl-Archive-Zip-1.16-1 </para>
    <para>[108275] pm-utils-0.01-1 -> [116385] pm-utils-0.04-1 </para>
    <para>[109632] foomatic-3.0.2-19 -> [118014] foomatic-3.0.2-28
    </para>
    <para>[108982] perl-DateManip-5.42a-4 -> [117863]
      perl-DateManip-5.44-1 </para>
    <para>- perl-libxml-enno-1.02-31 </para>
    <para>[104653] s390utils-1.3.2-4 -> [112864] s390utils-1.3.2-5
    </para>
    <para>[107373] m4-1.4.3-1 -> [118239] m4-1.4.3-2 </para>
    <para>[110355] ORBit2-2.12.1-3 -> [117666] ORBit2-2.12.4-1 </para>
    <para>[110242] GConf2-2.10.0-4 -> [117717] GConf2-2.12.0-1 </para>
    <para>[106017] libgnomecanvas-2.10.0-1 -> [117642]
      libgnomecanvas-2.12.0-1 </para>
    <para>[102603] libbonobo-2.8.1-1 -> [117820] libbonobo-2.10.1-2
    </para>
    <para>[109591] gnome-vfs2-2.10.0-5 -> [117664] gnome-vfs2-2.12.0-1
    </para>
    <para>[109285] libgnome-2.10.0-3 -> [117751] libgnome-2.12.0-1
    </para>
    <para>[109171] libbonoboui-2.8.1-4 -> [117749]
      libbonoboui-2.10.1-1 </para>
    <para>[104650] librsvg2-2.9.5-2 -> [117304] librsvg2-2.11.1-1
    </para>
    <para>[107485] eel2-2.10.0-2 -> [117651] eel2-2.12.0-1 </para>
    <para>[106316] tn5250-0.16.5-5 -> [113112] tn5250-0.16.5-6 </para>
    <para>[106143] yaboot-1.3.12-9 -> [118141] yaboot-1.3.13-0.16
    </para>
    <para>[107969] libgnomeui-2.10.0-1 -> [117980] libgnomeui-2.12.0-2
    </para>
    <para>[104629] libglade2-2.5.1-2 -> [116545] libglade2-2.5.1-3
    </para>
    <para>[105166] libIDL-0.8.5-2 -> [117667] libIDL-0.8.6-1 </para>
    <para>[110521] usermode-1.80-1 -> [116503] usermode-1.81-1 </para>
    <para>[102961] docbook-style-xsl-1.68.1-1 -> [116354]
      docbook-style-xsl-1.69.1-1 </para>
    <para>[104584] intltool-0.33-2 -> [115810] intltool-0.34.1-1
    </para>
    <para>[110237] evolution-2.2.2-5 -> [118148] evolution-2.4.0-2
    </para>
    <para>[104652] xmltex-20020625-5 -> [118338] xmltex-20020625-6
    </para>
    <para>[105333] pygtk2-2.6.0-2 -> [117772] pygtk2-2.8.0-1 </para>
    <para>[105908] gnome-python2-2.10.0-1 -> [116511]
      gnome-python2-2.11.3-2 </para>
    <para>[104649] libpng10-1.0.18-2 -> [115463] libpng10-1.0.18-3
    </para>
    <para>[96234] aspell-pt-0.50-9 -> [114369] aspell-pt-0.50-10
    </para>
    <para>[106303] stardict-2.4.4-3 -> [118242] stardict-2.4.5-1
    </para>
    <para>[108452] glibc-kernheaders-2.4-9.1.94 -> [111898]
      glibc-kernheaders-2.4-9.1.95 </para>
    <para>[105250] wordtrans-1.1pre13-10 -> [115775]
      wordtrans-1.1pre13-11 </para>
    <para>[104417] microcode_ctl-1.11-1.21 -> [118068]
      microcode_ctl-1.12-1.23 </para>
    <para>[109638] gnome-pilot-2.0.13-2 -> [116547]
      gnome-pilot-2.0.13-7.fc5 </para>
    <para>[106005] at-spi-1.6.3-1 -> [117632] at-spi-1.6.6-1 </para>
    <para>[110915] gail-1.8.3-2 -> [117635] gail-1.8.5-1 </para>
    <para>[106768] vsftpd-2.0.3-1 -> [117823] vsftpd-2.0.3-10 </para>
    <para>[108150] authconfig-4.6.12-1 -> [117485] authconfig-5.0.1-1
    </para>
    <para>[104665] linuxdoc-tools-0.9.21-5 -> [113333]
      linuxdoc-tools-0.9.21-6 </para>
    <para>[111809] gphoto2-2.1.5-10 -> [115052] gphoto2-2.1.6-2
    </para>
    <para>[104555] xmlto-0.0.18-6 -> [116003] xmlto-0.0.18-9 </para>
    <para>- perl-Time-HiRes-1.65-1 </para>
    <para>[108948] db4-4.3.27-3 -> [118387] db4-4.3.28-2 </para>
    <para>[107533] openmotif-2.2.3-10 -> [117413] openmotif-2.2.3-11
    </para>
    <para>[101890] docbook-dtds-1.0-26 -> [111825] docbook-dtds-1.0-27
    </para>
    <para>[111495] firstboot-1.3.42-1 -> [118187] firstboot-1.3.47-2
    </para>
    <para>[107310] cups-1.1.23-15 -> [117439] cups-1.1.23-17 </para>
    <para>[108639] postfix-2.2.2-2 -> [117702] postfix-2.2.5-1 </para>
    <para>[110444] booty-0.53-1 -> [118032] booty-0.57-1 </para>
    <para>[106326] cdicconf-0.2-11 -> [113538] cdicconf-0.2-12 </para>
    <para>[110352] libwnck-2.10.0-3 -> [117752] libwnck-2.12.0-1
    </para>
    <para>[110575] crypto-utils-2.2-5 -> [111863] crypto-utils-2.2-6
    </para>
    <para>[107303] perl-Compress-Zlib-1.34-2 -> [117468]
      perl-Compress-Zlib-1.37-1.fc5 </para>
    <para>[109590] libgtop2-2.10.1-1 -> [117665] libgtop2-2.12.0-1
    </para>
    <para>[110990] yelp-2.10.0-1 -> [117757] yelp-2.12.0-1 </para>
    <para>[110693] hwdata-0.158-1 -> [117804] hwdata-0.169-1 </para>
    <para>[106407] rhnlib-1.8-6.p24.1 -> [116200] rhnlib-1.8-6.p24.11
    </para>
    <para>[106361] arts-1.4.0-1 -> [115461] arts-1.4.2-1 </para>
    <para>[107873] dia-0.94-11 -> [116485] dia-0.94-13 </para>
    <para>[106665] gnome-system-monitor-2.10.0-2 -> [117663]
      gnome-system-monitor-2.12.0-1 </para>
    <para>[106473] pwlib-1.8.4-1 -> [117530] pwlib-1.8.7-1 </para>
    <para>[106475] openh323-1.15.3-1 -> [117538] openh323-1.15.6-1
    </para>
    <para>[106477] gnomemeeting-1.2.1-1 -> [118169]
      gnomemeeting-1.2.2-2 </para>
    <para>[93048] fonts-KOI8-R-1.0-7 -> [113604] fonts-KOI8-R-1.0-8
    </para>
    <para>[104596] patchutils-0.2.30-4 -> [114399] patchutils-0.2.31-2
    </para>
    <para>[107936] man-1.5p-4 -> [111925] man-1.5p-6 </para>
    <para>[110750] elinks-0.10.3-3 -> [112404] elinks-0.10.3-3.1
    </para>
    <para>[107263] netatalk-2.0.2-3 -> [114554] netatalk-2.0.3-2
    </para>
    <para>[107736] netdump-0.7.7-6 -> [115481] netdump-0.7.10-4
    </para>
    <para>[111279] ant-1.6.2-3jpp_8fc -> [115662] ant-1.6.2-3jpp_14fc
    </para>
    <para>[109158] openmotif21-2.1.30-14 -> [116779]
      openmotif21-2.1.30-17.1 </para>
    <para>[109640] gnutls-1.0.25-1 -> [115978] gnutls-1.2.6-1 </para>
    <para>[104487] privoxy-3.0.3-7 -> [117709] privoxy-3.0.3-9 </para>
    <para>[107117] eog-2.10.0-1 -> [117654] eog-2.12.0-1 </para>
    <para>[109172] gconf-editor-2.10.0-5 -> [117718]
      gconf-editor-2.12.0-1 </para>
    <para>[111105] gtk2-engines-2.6.3-2 -> [117640]
      gtk2-engines-2.6.5-1 </para>
    <para>[111267] gnome-desktop-2.10.0-5 -> [117723]
      gnome-desktop-2.12.0-1 </para>
    <para>[110510] gnome-panel-2.10.1-10 -> [118149]
      gnome-panel-2.12.0-2 </para>
    <para>[108570] gnome-session-2.10.0-2 -> [117729]
      gnome-session-2.12.0-1 </para>
    <para>[109748] gnome-terminal-2.10.0-2 -> [117730]
      gnome-terminal-2.12.0-1 </para>
    <para>[107500] metacity-2.10.0-1 -> [117759] metacity-2.12.0-1
    </para>
    <para>[107193] valgrind-2.4.0-2 -> [117903] valgrind-3.0.1-1
    </para>
    <para>[111389] vte-0.11.13-2.fc4 -> [117756] vte-0.11.15-1.fc5
    </para>
    <para>[105809] ghostscript-7.07-40 -> [116480]
      ghostscript-8.15-0.rc4.3 </para>
    <para>[108033] file-4.13-4 -> [118257] file-4.15-3 </para>
    <para>[108940] mgetty-1.1.33-1 -> [115032] mgetty-1.1.33-3_FC5
    </para>
    <para>[111301] xen-2-20050522 -> [118168] xen-3.0-0.20050912.fc5.1
    </para>
    <para>[106289] libraw1394-1.1.0-3 -> [114765]
      libraw1394-1.2.0-1.fc5 </para>
    <para>[108526] mod_perl-2.0.0-0.rc5.3 -> [112776]
      mod_perl-2.0.1-1.fc5 </para>
    <para>[103976] radvd-0.7.3-1_FC4 -> [114404] radvd-0.8-2.FC5
    </para>
    <para>[111033] ncpfs-2.2.4-8 -> [115462] ncpfs-2.2.4-9 </para>
    <para>[106079] prelink-0.3.4-3 -> [117615] prelink-0.3.6-1 </para>
    <para>[110767] netpbm-10.27-3 -> [116518] netpbm-10.29-1 </para>
    <section id="sn-packages-added">
      <title>Packages Added</title>
      <para>
	These packages have been added to &FC; for this release notes.
      </para>
      <para>scim-anthy-0.6.1-1.fc5 </para>
      <para>struts-1.2.4-2jpp_3fc </para>
      <para>jonas-4.3.3-1jpp_10fc </para>
      <para>nspr-4.6-4 </para>
      <para>scim-1.4.2-3 </para>
      <para>anthy-6829-3 </para>
      <para>system-config-cluster-0.9.69-1.0 </para>
      <para>axis-1.2.1-1jpp_1fc </para>
      <para>bsf-2.3.0-6jpp_2fc </para>
      <para>bsh-1.3.0-5jpp_1fc </para>
      <para>concurrent-1.3.2-2jpp_1fc </para>
      <para>dtdparser-1.21-2jpp_1fc </para>
      <para>jakarta-commons-discovery-0.3-1jpp_1fc </para>
      <para>jdom-1.0-1jpp_2fc </para>
      <para>wsdl4j-1.5.1-1jpp_1fc </para>
      <para>javacc-3.2-1jpp_3fc </para>
      <para>jakarta-commons-httpclient-3.0-0.rc2.0jpp_1fc </para>
      <para>castor-0.9.5-1jpp_1fc </para>
      <para>adaptx-0.9.6-1jpp_1fc </para>
      <para>amtu-1.0.2-1 </para>
      <para>xdoclet-1.2.2-2jpp_1fc </para>
      <para>xjavadoc-1.1-1jpp_1fc </para>
      <para>jgroups-2.2.6-1jpp_1fc </para>
      <para>hsqldb-1.80.1-1jpp_1fc </para>
      <para>jonathan-core-4.1-1jpp_4fc </para>
      <para>jonathan-jeremie-4.2-1jpp_4fc </para>
      <para>jrefactory-2.8.9-3jpp_1fc </para>
      <para>mockobjects-0.09-12jpp_2fc </para>
      <para>monolog-1.8.6-1jpp_5fc </para>
      <para>oldkilim-1.1.3-2jpp_3fc </para>
      <para>p6spy-1.3-2jpp_3fc </para>
      <para>fractal-2.2-2jpp_1fc </para>
      <para>velocity-1.4-3jpp_1fc </para>
      <para>werken.xpath-0.9.4-0.beta.9jpp_1fc </para>
      <para>gnu.regexp-1.1.4-7jpp_1fc </para>
      <para>nanoxml-2.2.3-3jpp_3fc </para>
      <para>asm-1.5.3-1jpp_1fc </para>
      <para>cairo-1.0.0-1 </para>
      <para>objectweb-anttask-1.2-1jpp_1fc </para>
      <para>objectweb-deploysched-0.2-1jpp_1fc </para>
      <para>carol-1.8.9.3-1jpp_5fc </para>
      <para>jacorb-2.2-3jpp_3fc </para>
      <para>jakarta-commons-cli-1.0-6jpp_1fc </para>
      <para>tanukiwrapper-3.1.1-4jpp_3fc </para>
      <para>tog-pegasus-2.4.1-4.FC5 </para>
      <para>joram-4.1.5-1jpp_5fc </para>
      <para>jotm-2.0.5-1jpp_3fc </para>
      <para>lucene-1.4.3-1jpp_1fc </para>
      <para>geronimo-specs-1.0-0.M2.2jpp_4fc </para>
      <para>jakarta-commons-codec-1.3-2jpp_1fc </para>
      <para>howl-logger-0.1.8-1jpp_3fc </para>
      <para>dhcdbd-1.8-1 </para>
      <para>aspell-ru-0.99f7-2 </para>
      <para>hplip-0.9.5-3 </para>
      <para>gpart-0.1h-1 </para>
      <para>iso-codes-0.47-1 </para>
      <para>gif89encoder-0.90-0.b.1jpp_1fc </para>
      <para>jonathan-rmi-3.1-5 </para>
      <para>pup-0.0.2-1 </para>
      <para>jorm-2.4.3-1jpp_2fc </para>
      <para>jorm-rdb-adapter-2.6-1jpp_1fc </para>
      <para>medor-1.4.4-1jpp_1fc </para>
      <para>medor-expression-1.4.2-1jpp_1fc </para>
      <para>perseus-cache-1.3.4-1jpp_1fc </para>
      <para>perseus-concurrency-1.4-1jpp_1fc </para>
      <para>perseus-dependency-1.4-1jpp_1fc </para>
      <para>perseus-distribution-1.3.2-1jpp_1fc </para>
      <para>perseus-fos-1.3.1-1jpp_1fc </para>
      <para>perseus-persistence-1.3.4-1jpp_1fc </para>
      <para>perseus-pool-1.3.3-1jpp_1fc </para>
      <para>systemtap-0.4.1-2 </para>
      <para>pcmciautils-007-1 </para>
      <para>scim-tables-0.5.3-4 </para>
      <para>libsemanage-1.3.2-1 </para>
      <para>scim-hangul-0.2.0-5.fc5 </para>
      <para>scim-pinyin-0.5.91-1 </para>
      <para>scim-chewing-0.2.1-1 </para>
      <para>scim-qtimm-0.9.4-1 </para>
      <para>libchewing-0.2.7-1 </para>
      <para>kasumi-0.9-3.fc5 </para>
      <para>kexec-tools-1.101-2 </para>
      <para>libsetrans-0.1.7-1 </para>
      <para>icu-3.4-4 </para>
      <para>libiec61883-1.0.0-8.fc5 </para>
    </section>
    <section>
      <title>Packages Removed</title>
      <para>
	These packages have been removed:
      </para>
      <para>ccs-0.25-0.17 </para>
      <para>cman-1.0-0.pre33.15 </para>
      <para>cman-kernel-2.6.11.5-20050601.152643.FC4.2 </para>
      <para>dlm-1.0-0.pre21.10 </para>
      <para>dlm-kernel-2.6.11.5-20050601.152643.FC4.2 </para>
      <para>fence-1.27-16 </para>
      <para>GFS-kernel-2.6.11.8-20050601.152643.FC4.2 </para>
      <para>gnbd-1.0-0.pre14.6 </para>
      <para>gulm-1.0-0.pre30.1 </para>
      <para>iddev-1.9-21 </para>
      <para>magma-1.0-0.pre21.7 </para>
      <para>magma-plugins-1.0-0.pre18.3 </para>
    </section>
  </section>
  <section>
    <title>Notes</title>
    <para>
      <application>system-config-mouse</application> configuration
      utility has been dropped in this release because synaptic and 3
      button mouse configuration is being done automatically and serial
      mice are not supported.
    </para>
    <para>
      Screensavers not installed by default anymore?  Explain
      why and provide commands to install them.
    </para>
<!-- FIXME
    <para>
      Gbenson agreed to justify any inclusion of Java packages in
      FC5. Send a mail. Should include this info before test1 release 
    </para>
-->
  </section>

</section>
<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-it.xml" "article" "section")
fill-column: 72
End:
-->


--- NEW FILE package-notes-it.xml ---
<!-- $Id: -->
<!--
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

 <!ENTITY BOILERPLATE "This header makes editing XML easier" >
 <!ENTITY DISTRO "DISTRO">
 <!ENTITY DISTROVER "DISTROVER">
 <!ENTITY FEX "FEX">
 <!ENTITY FP "FP">
 <!ENTITY FC "FC" >
 <!ENTITY LOCALVER "LOCALVER">
 <!ENTITY RHL "RHL">
 <!ENTITY SERVER-TOOLS SYSTEM "/dev/null">
 <!ENTITY KERNEL SYSTEM "/dev/null">
 <!ENTITY SECURITY SYSTEM "/dev/null">
 <!ENTITY SEL SYSTEM "/dev/null">
 <!ENTITY PRINTING SYSTEM "/dev/null">
 <!ENTITY DATABASE-SERVERS SYSTEM "/dev/null">
 <!ENTITY MULTIMEDIA SYSTEM "/dev/null">
 <!ENTITY WEB-SERVERS SYSTEM "/dev/null">
 <!ENTITY SAMBA SYSTEM "/dev/null">
 <!ENTITY XORG SYSTEM "/dev/null">
 <!ENTITY DEVELOPMENT-TOOLS SYSTEM "./development-tools.xml">

]>
-->
<section id="sn-package-notes">
  <title>Package-Specific Notes</title>
  <!--
  FIXME
  Needs updating of entire contents for FC5.
  -->
  <para>
    The following sections contain information regarding packages that
    have undergone significant changes for &DISTRO; &DISTROVER;.  For
    easier access, they are generally organized using the same groups
    used in Anaconda.
  </para>
  <caution>
    <title>Information Out-of-Date</title>
    <para>
      The content in this section needs to be updated for &DISTRO;
      &DISTROVER;
    </para>
  </caution>
  <section id="sn-basic-components">
    <title>Basic Components</title>
    <para>
      This section contains information related to basic system
      components.
    </para>
    <section>
      <title>&FEX; Repository</title>
      <para>
	&FEX; is part of the larger &FP; and is a volunteer-based
	community effort to create a repository of packages that
	compliment &FC;. The &FEX; repository is enabled by default from
	&FC; &LOCALVER; onwards.
      </para>
      <para>
	You can lean more about &FEX; from:
      </para>
      <para>
	<ulink
	  url="http://fedoraproject.org/wiki/Extras">http://fedoraproject.org/wiki/Extras</ulink>
      </para>
      <para>
	If you would like to install any software available from
	Fedora extras you can use <command>yum</command>.
      </para>
<screen>
<command>yum install <replaceable><packagename></replaceable></command>
</screen>
      <para>
	Where <replaceable><packagename></replaceable> is the name
	of the package you want to install.  For example, if you wanted
	to install the <filename>abiword</filename> package, the command
	<command>yum install abiword</command> automatically installs
	the package and all dependencies.
      </para>
    </section>
    <section id="sn-audit-daemon">
      <title>Audit Daemon <command>auditd</command> and Log
	Files</title>
      <para>
	The audit daemon, auditd, is now enabled by default.  When
	auditd is running, the kernel directs audit messages to
	<filename>/var/log/audit/audit.log</filename>.  The location of this file is
	specified in <filename>/etc/auditd.conf</filename>.
      </para>
      <para>
	AVC messages for &SEL; are sent using the audit infrastructure.
	These messages are now in
	<filename>/var/log/audit/audit.log</filename>.
      </para>
      <para>
	When auditd is not running, the kernel passes audit messages to
	syslog.  These logs are typically kept in <filename>/var/log/messages</filename> and
	are viewable using <command>dmesg</command>.
      </para>
      <para>
	Audit extensions are now compiled into PAM.  All programs that
	do grant entry to the system or change user account attributes
	will generate an audit message.
      </para>
      <para>
	To enable auditing within the kernel, you must pass the
	parameter <parameter>audit=1</parameter> to the kernel during
	boot.  Otherwise, you can use this command to enable auditing
	during run time:
      </para>
<screen>
<command>auditctl -e 1</command>
</screen>
    </section>
    <section id="sn-nptl">
      <title>LinuxThreads versus NPTL</title>
      <para>
	As the next step in removing support for the obsolete
	LinuxThreads library, code compiled and linked on &FC;
	&LOCALVER; now automatically uses the NPTL headers and
	libraries.
      </para>
      <para>
	In previous releases since &RHL; 9, the default threading was
	LinuxThreads since the interface is mostly forward compatible.
	The advantages of the NPTL interface is that the cancellation
	handling is faster (when <parameter>-fexception</parameter> is
	used, even in C code) and that the additional interfaces are now
	available without special compiler and linker parameters.  In
	other words, you do not need to use
	<option>-I/usr/include/nptl</option> and
	<option>-L/usr/lib{,64}/nptl</option> any longer.  Note that
	<parameter>lib{,64}</parameter> is to be interpreted as lib64 on
	platforms which place DSOs in <filename>lib64/</filename>
	directories, and <filename>lib/</filename> otherwise.
      </para>
      <para>
	In &FC; &LOCALVER; it is still possible to create code using the
	LinuxThreads definitions.  For this the
	<filename>linuxthreads-devel</filename> package must be
	installed and
      </para>
<screen>
<option>-I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads</option>
</screen>
      <para>
	must be passed to the compiler.
      </para>
      <para>
	Previously, you could select the version of glibc and the
	libpgthread DSH using run time environment variables.  You now
	need to also specify this variable in the environment:
      </para>
<screen>
<envar>LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads</envar>
</screen>
      <para>
	This additional variable is required because the run/time
	libraries have been moved out of the way.  There may be programs
	that will not work if the program uses an unfortunate
	<envar>DT_RPATH</envar> (which overwrites the
	<envar>LD_LIBRARY_PATH</envar> setting).
      </para>
      <para>
	All this makes it more cumbersome to run programs which depend
	on LinuxThreads.  But this is intentional.
      </para>
      <important>
	<title>Important</title>
	<para>
	  FC5 will not have LinuxThreads support and all programs have
	  to be converted to use NPTL by then.
	</para>
      </important>
      <para>
	In general, conversion to using NPTL has not been an issue.
      </para>
    </section>
    <section>
      <title>Enabling the <filename>slocate</filename> Database</title>
      <para>
	The database needed by the <command>locate</command> utility is
	no longer created by default. Enable the database creation by
	setting <computeroutput>DAILY_UPDATE</computeroutput> to
	<option>yes</option> in <filename>/etc/updatedb.conf</filename>
	if you want to use <command>locate</command>.
      </para>
    </section>
    <section>
      <title>Stricter Controls in <filename>openssh</filename></title>
      <para>
	The version of OpenSSH in &FC; &LOCALVER; is based on OpenSSH
	3.9 and includes strict permission and ownership checks for the
	user configuration file <filename>~/.ssh/config</filename>. If
	this file does not have appropriate ownership and permissions,
	<command>ssh</command> will exit.
      </para>
      <para>
	Check that <filename>~/.ssh/config</filename> is owned by the
	owner of <filename>~/</filename>, and that its permissions are
	set to mode 600.
      </para>
<screen>
ls -l ~/.ssh/config
-rw-------  1 username username 400 May  5 18:44 /home/username/.ssh/config
</screen>
      <para>
	The directory <filename>~/</filename> is command-line shorthand
	for the logged in user's home directory, usually
	<filename>/home/username/</filename>.
      </para>
      <para>
	In addition, OpenSSH is no longer configured to request X11
	forwarding by default when connecting to servers.  To enable X11
	forwarding, the <option>-X</option> or <option>-Y</option>
	option must be specified, or the <option>ForwardX11</option>
	option must be enabled in the <filename>~/.ssh/config</filename>
	file.
      </para>
      <para>
	The behavior of <command>ssh</command> clients that are invoked
	with the <option>-X</option> option has changed.  In OpenSSH 3.8
	and later, X11 forwarding is performed in a way that
	applications run as untrusted clients by default. Previously,
	X11 forwarding was performed so that applications always ran as
	trusted clients. Some applications may not function properly
	when run as untrusted clients. To forward X11 so that
	applications are run as trusted clients, invoke ssh with the
	<option>-Y</option> option instead of the <option>-X</option>
	option, or set <option>ForwardX11Trusted</option> in the
	<option>~/.ssh/config</option> file.
      </para>
    </section>
    <section id="sn-perl">
      <title>Perl Binary Compat Symlinks</title>
      <para>
	Binary compat symlinks for <filename>perl-5.8.0</filename>,
	<filename>perl-5.8.1</filename>, and
	<filename>perl-5.8.2</filename> have been removed.  If you have
	perl modules built with those older versions of perl, you need
	to rebuild using the <filename>perl-5.8.6</filename> contained
	in &FC; &LOCALVER;.
      </para>
    </section>
    &SERVER-TOOLS;
    &JAVA-PACKAGE;
  </section>
  <section id="sn-packages-core">
    <title>Core</title>
    <para>
      This section contains the most elemental components of &DISTRO;,
      including the kernel.
    </para>
    <section>
      <title>yum</title>
      <para>
	The sqllite database is now used by yum, and makes performance
	noticeably faster.
      </para>
      <para>
	The Fedora Extras repository is now enabled by default.
      </para>
    </section>
    &KERNEL;
    &SECURITY;
  </section>
  &DEVELOPMENT-TOOLS;
  &I18N;
  &PRINTING;
<!--  no content for this release
  &DATABASE-SERVERS; -->
  &MULTIMEDIA;
  &ENTERTAINMENT;
  &WEB-SERVERS;
  &SAMBA;
  &XORG;
  &ENTERTAINMENT;
</section>
<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-it.xml" "article" "section")
fill-column: 72
End:
-->


--- NEW FILE project-overview-it.xml ---
  <section id="sn-whatitis">
    <title>An Overview of the &PROJ;</title>
    <para>
      The goal of the &PROJ; 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 &DISTRO; approximately
      2-3 times a year, with a public release schedule.  The &RH;
      engineering team continues to participate in building &DISTRO;
      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 &PROJ; website:
    </para>
    <para>
      <ulink
	url="http://fedora.redhat.com/">http://fedora.redhat.com/</ulink>
    </para>
    <para>
      In addition to the website, the following mailing lists are
      available:
    </para>
    <itemizedlist>
      <listitem>
        <para>
	  fedora-list at redhat.com — For users of &DISTRO; releases
	</para>
      </listitem>
      <listitem>
        <para>
	  fedora-test-list at redhat.com — For testers of &DISTRO;
	  test releases
	</para>
      </listitem>
      <listitem>
        <para>
	  fedora-devel-list at redhat.com — For developers,
	  developers, developers
	</para>
      </listitem>
      <listitem>
        <para>
	  fedora-docs-list at redhat.com — For participants of the
	  Documentation Project
	</para>
      </listitem>
    </itemizedlist>
    <para>
      To subscribe to any of these lists, send an email with the word
      "subscribe" in the subject to
      <computeroutput><replaceable><listname></replaceable>-request</computeroutput>
      (where
      <computeroutput><replaceable><listname></replaceable></computeroutput>
      is one of the above list names.)
    </para>
    <para>
      Alternately, you can subscribe through the Web interface:
    </para>
    <para>
      <ulink url="http://www.redhat.com/mailman/listinfo/">http://www.redhat.com/mailman/listinfo/</ulink>
    </para>
    <para>
      If you have subscribed in the past to rhl-list, rhl-beta-list,
      rhl-devel-list, or rhl-docs-list, your subscriptions have been
      retained.
    </para>
    <para>
      The &PROJ; also includes an IRC (Internet Relay Chat) channel.  IRC is
      a real-time, text-based form of communication.  With it, you can have
      conversations with multiple people in an open channel or chat with someone
      privately one-on-one.
    </para>
    <para>
      To talk with other &PROJ; participants via IRC, access freenode IRC
      network.  Initially, you can use <filename>irc.freenode.net</filename> as
      the IRC server, although you may decide to select a server that is
      geographically closer to you.  Refer to the freenode website (<ulink
      url="http://www.freenode.net/">http://www.freenode.net/</ulink>) for more
      information.  &PROJ; participants frequent the
      <filename>#fedora</filename> channel, while &PROJ; developers can often be
      found on the <filename>#fedora-devel</filename> channel.  Some of the
      larger projects may have their own channels as well; this information can
      be found on the project pages.
    </para>
    <para>
      In order to talk on the <filename>#fedora</filename> channel, you
      will need to register your nickname (<firstterm>nick</firstterm>).
      Instructions are given when you <command>/join</command> the
      channel.
    </para>
    <note>
      <title>Note</title>
      <para>
	&RH; has no control over the &PROJ; IRC channels or their
	content.
      </para>
    </note>
  </section>
<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-it.xml" "article" "section")
fill-column: 72
End:
-->


--- NEW FILE README-it.xml ---
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

<!ENTITY % ALPHA "IGNORE">
<!ENTITY % X86 "INCLUDE">
<!ENTITY % IA64 "IGNORE">
<!ENTITY % S390 "IGNORE">
<!ENTITY % HA "IGNORE">
<!ENTITY % X86-64 "IGNORE">

<!ENTITY RH "Red Hat"> <!-- The generic term "Red Hat" -->
<!ENTITY RHL "&RH; Linux"> <!-- The generic term "Red Hat Linux" -->
<!ENTITY FORMAL-RHI "&RH;, Inc."> <!-- Formal version -->
<!ENTITY NAME "Fedora"> <!-- The project's (and software's) basic name -->
<!ENTITY PROJ "&NAME; Project"> <!-- The project's name -->
<!ENTITY DISTRO "&NAME; Core"> <!-- The software's name -->
<!ENTITY DISTROVER "4"> <!-- The software's version -->

]>

<article id="index" lang="en" arch="x86;x86_64" os="test;final">
  <articleinfo>
    <title>&DISTRO; &DISTROVER; README</title>
    <copyright>
      <year>2005</year>
      <holder>&FORMAL-RHI;</holder>
    </copyright>
    <legalnotice id="legalnotice">
      <para>The contents of this CD-ROM are Copyright © 2005 &PROJ; and
        others.  Refer to the End User License Agreement and individual
        copyright notices in each source package for distribution terms.</para>

      <para>&NAME;, &RH;, &RH; Network, the &RH; "Shadow Man" logo, RPM, Maximum
        RPM, the RPM logo, Linux Library, PowerTools, Linux Undercover,
        RHmember, RHmember More, Rough Cuts, Rawhide and all &RH;-based
        trademarks and logos are trademarks or registered trademarks of
        &FORMAL-RHI; in the United States and other countries.</para>

      <para>Linux is a registered trademark of Linus Torvalds.</para>

      <para>Motif and UNIX are registered trademarks of The Open Group.</para>

      <para>Intel and Pentium are registered trademarks of Intel
        Corporation. Itanium and Celeron are trademarks of Intel
        Corporation.</para>

      <para>AMD, AMD Athlon, AMD Duron, and AMD K6 are trademarks of Advanced
        Micro Devices, Inc.</para>

      <para>Windows is a registered trademark of Microsoft Corporation.</para>

      <para>SSH and Secure Shell are trademarks of SSH Communications Security,
        Inc.</para>

      <para>FireWire is a trademark of Apple Computer Corporation.</para>

      <para>All other trademarks and copyrights referred to are the property of
        their respective owners.</para>

      <para>The GPG fingerprint of the <computeroutput>"Fedora Project
        <fedora at redhat.com>"</computeroutput> key is:</para>

      <para>CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2</para>
    </legalnotice>
  </articleinfo>

  <section id="dir-org">
    <title>DIRECTORY ORGANIZATION</title>

    <para>&DISTRO; is delivered on multiple CD-ROMs consisting of installation
      CD-ROMs and source code CD-ROMs.</para>

    <para>The first installation CD-ROM can be directly booted into the
      installation on most modern systems, and contains the following directory
      structure (where <filename>/mnt/cdrom</filename> is the mount point of the
      CD-ROM):</para>

    <screen arch="x86">
      <!-- <remark os="test">(x86)</remark> -->
<computeroutput>
/mnt/cdrom
  |----> Fedora
  |        |----> RPMS         -- binary packages
  |        `----> base         -- information on this release of Fedora
  |                               Core used by the installation process
  |----> images                -- boot and driver disk images
  |----> isolinux              -- files necessary to boot from CD-ROM
  |----> README                -- this file
  |----> RELEASE-NOTES         -- the latest information about this release
  |                               of Fedora Core
  `----> RPM-GPG-KEY           -- GPG signature for packages from Red Hat
</computeroutput>
    </screen>
<!-- repetitive for the moment
    <screen arch="x86_64">
      <remark os="test">(x86_64)</remark>
<computeroutput>
/mnt/cdrom
  |- - - -> Fedora
  |        |- - - -> RPMS         - - binary packages
  |        `- - - -> base         - - information on this release of Fedora
  |                               Core used by the installation process
  |- - - -> images                - - boot disk ISO image
  |- - - -> isolinux              - - files necessary to boot from CD-ROM
  |- - - -> README                - - this file
  |- - - -> RELEASE-NOTES         - - the latest information about this release
  |                               of Fedora Core
  `- - - -> RPM-GPG-KEY           - - GPG signature for packages from Red Hat
</computeroutput>
  </screen>
    -->
    <para>The remaining Installation CD-ROMs are similar to Installation CD-ROM
      1, except that only the <filename>Fedora</filename> subdirectory is
      present.</para>

    <para>The directory layout of each source code CD-ROM is as follows:</para>

    <screen>
<computeroutput>
/mnt/cdrom
  |----> SRPMS                 -- source packages
  `----> RPM-GPG-KEY           -- GPG signature for packages from Red Hat
</computeroutput>
    </screen>

    <para>If you are setting up an installation tree for NFS, FTP, or HTTP
      installations, you need to copy the <filename>RELEASE-NOTES</filename>
      files and all files from the <filename>Fedora</filename> directory on
      discs 1-3.  On Linux and Unix systems, the following process will properly
      configure the /target/directory on your server (repeat for each disc):</para>

    <orderedlist>
      <listitem>
        <para>Insert disc</para>
      </listitem>

      <listitem>
        <para><command>mount /mnt/cdrom</command></para>
      </listitem>

      <listitem>
        <para><command>cp -a /mnt/cdrom/Fedora
            /target/directory</command></para>
      </listitem>

      <listitem>
        <para><command>cp /mnt/cdrom/RELEASE-NOTES* /target/directory</command>
          (Do this only for disc 1)</para>
      </listitem>

      <listitem>
        <para><command>umount /mnt/cdrom</command></para>
      </listitem>
    </orderedlist>
  </section>

  <section id="installing">
    <title>INSTALLING</title>

    <para>Many computers can now automatically boot from CD-ROMs. If you have
      such a machine (and it is properly configured) you can boot the &DISTRO;
      CD-ROM directly.  After booting, the &DISTRO; installation program will
      start, and you will be able to install your system from the CD-ROM.</para>

    <para arch="x86;x86_64"><!-- <remark os="test">(x86;x86_64)</remark> --> The
      <filename>images/</filename> directory contains the file
      <filename>boot.iso</filename>.  This file is an ISO image that can be used
      to boot the &DISTRO; installation program.  It is a handy way to start
      network-based installations without having to use multiple diskettes.  To
      use <filename>boot.iso</filename>, your computer must be able to boot from
      its CD-ROM drive, and its BIOS settings must be configured to do so.  You
      must then burn <filename>boot.iso</filename> onto a recordable/rewriteable
      CD-ROM.</para>

    <para arch="x86;x86_64"><!-- <remark os="test">(x86;x86_64)</remark> --> Another image
      file contained in the <filename>images/</filename> directory is
      <filename>diskboot.img</filename>.  This file is designed for use with USB
      pen drives (or other bootable media with a capacity larger than a diskette
      drive).  Use the <command>dd</command> command to write the image.</para>

    <note arch="x86;x86_64">

      <title>Note</title>
      <!-- <remark os="test">(x86;x86_64)</remark> -->

      <para>The ability to use this image file with a USB pen drive depends on
        the ability of your system's BIOS to boot from a USB device.</para>
        </note>
  </section>

  <section id="get-help">
    <title>GETTING HELP</title>

    <para>For those that have web access, see <ulink
        url="http://fedora.redhat.com">http://fedora.redhat.com</ulink>.  In
        particular, access to &PROJ; mailing lists can be found at:</para>

    <para><ulink
    url="https://listman.redhat.com/mailman/listinfo/">https://listman.redhat.com/mailman/listinfo/</ulink></para>
  </section>

  <section id="export-ctl">
    <title>EXPORT CONTROL</title>

    <para>The communication or transfer of any information received with this
      product may be subject to specific government export approval.  User shall
      adhere to all applicable laws, regulations and rules relating to the
      export or re-export of technical data or products to any proscribed
      country listed in such applicable laws, regulations and rules unless
      properly authorized.  The obligations under this paragraph shall survive
      in perpetuity.</para>
  </section>
<!--
  <section id="s1-test" os="test">
    <title>README Feedback Procedure</title>

    <para>(This section will disappear when the final &DISTRO; release is
      created.)</para>

    <para>If you feel that this README could be improved in some way, submit a
      bug report in &RH;'s bug reporting system:</para>

    <para><ulink
    url="https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi">https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi</ulink></para>

    <para>When posting your bug, include the following information in the
      specified fields:</para>

    <itemizedlist>
      <listitem>
        <para><guilabel>Product:</guilabel> &DISTRO;</para>
      </listitem>

      <listitem>
        <para><guilabel>Version:</guilabel> Not really important (I'm using
          "devel")</para>
      </listitem>

      <listitem>
        <para><guilabel>Component:</guilabel> fedora-release</para>
      </listitem>

      <listitem>
        <para><guilabel>Summary:</guilabel> A short description of what could be
          improved.  If it includes the word "README", so much the
          better.</para>
      </listitem>

      <listitem>
        <para><guilabel>Description:</guilabel> A more in-depth description of
          what could be improved.</para>
      </listitem>

      <listitem>
        <para><guilabel>Blocks:</guilabel> 114406 (The README blocker bug
          number)</para>
      </listitem>
    </itemizedlist>

    <para>A quick way of seeing what sorts of bugs have been posted against the
      README is to look at the bugs listed in the <guilabel>Bug 114406 depends
      on:</guilabel> field of the &DISTRO; release notes blocker bug:</para>

    <para><ulink
        url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=114406">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=114406</ulink></para>

    <para>If you are interested in following the discussion of any of these
      bugs, feel free to add yourself to the bug's CC list.  That way, you'll
      get email whenever there are any changes to the bug.</para>

    <para>As bugs are posted for the various parts of the README file,
      subsequent test versions of these release notes will contain links similar
      to this one:</para>

    <remark os="test">%%% <ulink
        url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=114408">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=114408</ulink>
        %%%</remark>

    <para>These links point to Bugzilla entries for the information preceding
  the link.  This makes it easier for people to contribute — just
      point your browser at the link, add your comments to the bug, and commit
      your changes.</para>
  </section>
-->
<!--
  <ackno>(
    <emphasis arch="x86">x86</emphasis>
    <emphasis arch="x86_64">x86_64</emphasis>
    )</ackno>
-->
</article>


--- NEW FILE RELEASE-NOTES-master-it.xml ---
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 [

<!ENTITY RH "Red Hat">
<!ENTITY FORMAL-RHI "&RH;, Inc.">
<!ENTITY RHN "&RH; Network">
<!ENTITY RHL "Red Hat Linux"> 
<!ENTITY RHEL "&RH; Enterprise Linux">
<!ENTITY PROD "&RHEL;">
<!ENTITY PRODVER "@VERSION@">

<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">
<!ENTITY SYSTEM "./.xml">

]>

<!-- if you add an arch to build, you must add it to this master list also -->
<article id="index" lang="en" arch="i386;ia64;s390;s390x;x86_64;ppc">
  <articleinfo>
    <title>&PROD; @VARIANTUPPER@ &PRODVER; Release Notes</title>
    <copyright>
      <year>2003</year>
      <holder>&FORMAL-RHI;</holder>
    </copyright>
  </articleinfo>

  <sect1 id="s1-overview">
    <title>Overview</title>
  
    <para>The following topics are covered in these release notes:</para>

    <itemizedlist>
      <listitem>
        <para>Booting Anaconda</para>
      </listitem>

      <listitem arch="s390;s390x">
        <para>Parameter file notes</para>
      </listitem>

      <listitem>
        <para>Installation-related notes</para>
      </listitem>

      <listitem>
        <para>Notes on input methods</para>
      </listitem>

      <listitem>
        <para>General notes</para>
      </listitem>

      <listitem>
        <para>Kernel notes</para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 id="booting-anaconda">
    <title>Booting Anaconda</title>

    <para>This section describes the process necessary to boot
      <application>Anaconda</application>, the &PROD; installation
      program.</para>

    <para arch="ppc">For the <trademark class="registered">IBM</trademark>
      <trademark>eServer</trademark> <trademark>pSeries</trademark>:</para>

    <para arch="i386;ia64;x86_64;ppc">The first CD-ROM is bootable, and can
      be used to start the installation process.  If a CD-ROM-based installation
      is not desired (for example, if you want to install &PROD; &PRODVER; over a
      network connection), a CD-ROM image file containing only those files
      required to start the installation process is also available as
      <filename>boot.iso</filename> in the <filename>images/</filename>
      directory on the first CD-ROM.</para>
                                                                                
    <para arch="ppc">A network boot image (named
      <filename>netboot.img</filename>) is available, and is located in the
      <filename>images/</filename> directory on Installation CD 1.  Consult the
      documentation that came with your system for instructions on setting up
      network boot.  Kernel command line arguments (such as anaconda options)
      must be passed from the Open Firmware prompt.  For example, if there is a
      devalias named <command>network</command> for the device that is
      configured for network booting, the following command line would load a
      driver disk from an HTTP server:</para>
                                                                                
    <para arch="ppc"><command>boot network
        dd=http://server.example.com/path/to/driverdisk.img</command></para>
                                                                                
    <para arch="ppc">Additional documentation for configuring netboot on pSeries can be
      found here:</para>

    <para arch="ppc"><ulink
      url="http://people.redhat.com/msw/mirror/penguinppc.org/~hollis/linux/rs6k-netboot.shtml">http://people.redhat.com/msw/mirror/penguinppc.org/~hollis/linux/rs6k-netboot.shtml</ulink></para>

    <para arch="ppc">For the IBM eServer <trademark>iSeries</trademark>:</para>

    <para arch="ppc">You must direct <trademark
      class="registered">OS/400</trademark> to boot the stream file
      <filename>ppc/iSeries/boot.img</filename>, which is located on the first
      CD-ROM.  You can either point directly at the CD-ROM or copy the file to a
      location in IFS.  When the installation is complete, it will boot from
      side C, but this will only work until you vary off your LPAR.  After
      varying off your LPAR, you must change your IPL source to side B to
      continue booting &PROD;.</para>

    <para arch="s390;s390x">You must download the
      <filename>kernel.img</filename> and <filename>initrd.img</filename> files
      from the <filename>images/</filename> directory into CMS.  You can then
      use these with a parameter file (described in the following section) to
      start your installation.  Once the Linux kernel has booted, use ssh to
      access your VM and start the installation process.  When the installation
      finishes, you must use a command similar to <command>#cp ipl
      0200</command> to bootstrap (or IPL) the Linux installation on the DASD at
      0200.</para>
  </sect1>

  <sect1 id="s1-parm-file-notes" arch="s390;s390x">
    <title>Parameter File Notes</title>

    <para>The IBM <trademark class="registered">S/390</trademark> and IBM
        eServer <trademark class="registered">zSeries</trademark> architectures
        use a special parameter file to set up networking before the
        installation program (<application>anaconda</application>) can be
        started.  This section describes the contents of the parameter
        file.</para>

    <para>The parameter file should contain no more than 80 characters per
      line.</para>
 
    <para>The VM reader has a limit of 11 lines for the parameter file (for a
      total of 880 characters).</para>
 
    <para>The DASD and the tape IPL have a limit of 896 characters.</para>

    <para>The following parameters are required, and should always be
      present:</para>

    <itemizedlist>
      <listitem>
        <para><command>DASD=<replaceable><dasd-list></replaceable></command></para>

        <para>Where
          <command><replaceable><dasd-list></replaceable></command>
          represents the list of DASD devices to be used by &PROD;.  The list
          can consist of one or more DASD numbers separated by commas, and can
          also contain ranges, which are specified by two DASD numbers separated
          by a hyphen.  Both constructs can be combined in a single list, as in
          the following example:</para>

        <para><command>DASD=10A8,10A9,10AA,10A3-10A6</command></para>

        <para>NOTE: Although autoprobing for DASDs is done if this parameter is
          omitted, &RH; highly recommend including the DASD= parameter as the
          device numbers (and therefore the device names) can vary when new DASD
          is added to the &PROD; guest. This can result in an unusable
          system.</para>
      </listitem>

      <listitem>
        <para><command>root=<replaceable><file-system></replaceable></command></para>

        <para>Where
          <command><replaceable><file-system></replaceable></command>
          represents the device on which the root file system can be found.  For
          for installation purposes, it should be set to
          <command>/dev/ram0</command>, which is the ramdisk containing the
          &PROD; installation program.</para>
      </listitem>
    </itemizedlist>

    <para>The following parameters are required to set up networking:</para>

    <itemizedlist>
      <listitem>
        <para><command>CHANDEV=<replaceable><device></replaceable>,<replaceable><input></replaceable>,<replaceable><output></replaceable></command></para>

        <para>where:</para>

        <para>·
          <command><replaceable><device></replaceable></command> is the
          type of device (for example, <command>ctc0</command>,
          <command>escon0</command>, or <command>lcs0</command>)</para>

        <para>·
          <command><replaceable><input></replaceable></command> is the
          input port for this device</para>

        <para>·
          <command><replaceable><output></replaceable></command> is the
          output port for this device</para>

        <para>For example:</para>

        <para><command>CHANDEV=ctc0,0x600,0x601</command></para>
        <para><command>CHANDEV=escon0,0x605,0x608</command></para>

        <para>To force a specific CTC protocol, additional parameters can be
          added. For example:</para>

        <para><command>CHANDEV=ctc0,0x600,0x601,0,<replaceable><n></replaceable></command></para>
        <para>where <replaceable><n></replaceable> is one of the
          following:</para>

        <para>· <command>0</command> for compatibility mode (used with
          non-Linux peers other than S/390 and zSeries operating systems)</para>

        <para>· <command>1</command> for extended mode</para>

        <para>· <command>2</command> for CTC-based tty (only supported on
          Linux-to-Linux connections)</para>

        <para>· <command>3</command> for compatibility mode with S/390
          and zSeries operating systems</para>
      </listitem>

      <listitem>
        <para><command>IUCV=<replaceable><userid></replaceable></command></para>

        <para>Where <command><replaceable><userid></replaceable></command>
          represents the ID of the guest machines you want to connect to.  Note
          that the ID must be written in capital letters.  For example, an IUCV
          connection to the VM TCP/IP service machine would be written
          as:</para>

        <para><command>IUCV=TCPIP</command></para>
      </listitem>
    </itemizedlist>
 
    <para>The following parameters are optional:</para>

    <itemizedlist>
      <listitem>
        <para><command>HOSTNAME=<replaceable><string></replaceable></command></para>

        <para>where <command><replaceable><string></replaceable></command>
          is the hostname of the newly-installed Linux guest.</para>
      </listitem>

      <listitem>
        <para><command>NETTYPE=<replaceable><type></replaceable></command></para>

        <para>where <command><replaceable><type></replaceable></command>
          must be one of the following: <command>ctc</command>,
          <command>escon</command>, <command>tr</command>,
          <command>hsi</command>, <command>iucv</command>, or
          <command>eth</command>.</para>
      </listitem>

      <listitem>
        <para><command>IPADDR=<replaceable><IP></replaceable></command></para>

        <para>where <command><replaceable><IP></replaceable></command> is
          the IP address of the new Linux guest.</para>
      </listitem>

      <listitem>
        <para><command>NETWORK=<replaceable><network></replaceable></command></para>

        <para>where
          <command><replaceable><network></replaceable></command> is the
          address of your network.</para>
      </listitem>

      <listitem>
        <para><command>NETMASK=<replaceable><netmask></replaceable></command></para>

        <para>where
          <command><replaceable><netmask></replaceable></command> is the
          netmask.</para>
      </listitem>

      <listitem>
        <para><command>BROADCAST=<replaceable><broadcast></replaceable></command></para>

        <para>where
          <command><replaceable><broadcast></replaceable></command> is the
          broadcast address.</para>
      </listitem>

      <listitem>
        <para><command>GATEWAY=<replaceable><gw></replaceable></command></para>

        <para>where <command><replaceable><gw></replaceable></command> is
          either the gateway-IP for your eth device or the IP address of the
          ctc/escon/iucv point-to-point partner.</para>
      </listitem>

      <listitem>
        <para><command>MTU=<replaceable><mtu></replaceable></command></para>

        <para>where <command><replaceable><mtu></replaceable></command> is
          the Maximum Transmission Unit (MTU) for this connection.</para>
      </listitem>

      <listitem>
        <para><command>DNS=<replaceable><server1></replaceable>:<replaceable><server2></replaceable>:…:<replaceable><serverN></replaceable></command></para>

        <para>where
          <command><replaceable><server1></replaceable>:<replaceable><server2></replaceable>:…:<replaceable><serverN></replaceable></command>
          is a list of DNS servers, separated by colons.  For example:</para>

        <para><command>DNS=10.0.0.1:10.0.0.2</command></para>
      </listitem>

      <listitem>
        <para><command>SEARCHDNS=<replaceable><domain1></replaceable>:<replaceable><domain2></replaceable>:…:<replaceable><domainN></replaceable></command></para>

        <para>where
          <command><replaceable><domain1></replaceable>:<replaceable><domain2></replaceable>:…:<replaceable><domainN></replaceable></command>
          is a list of the search domains, separated by colons.  For
          example:</para>

        <para><command>SEARCHDNS=example.com:example.org</command></para>
      </listitem>
    </itemizedlist>

    <para>The following parameter for installations using a qeth device is
      optional:</para>

    <itemizedlist>
      <listitem>
        <para><command>QETHPARM=</command></para>

        <para>Use this option to specify additional parameters for your QETH
          device (for CHANDEV) such as:</para>

        <para><command>add_parms,0x10,{lo_devno,hi_devno},portname:<replaceable><port_name></replaceable></command></para>
      </listitem>
    </itemizedlist>

    <para>The following parameter for kickstart installation is optional:</para>

    <itemizedlist>
      <listitem>
        <para><command>RUNKS=<replaceable><value></replaceable></command></para>

        <para>Where <command><replaceable><value></replaceable></command>
          is <command>1</command> if you want to run the installation program in
          non-interactive mode in the 3270 terminal, or <command>0</command>
          otherwise.</para>

        <para>NOTE: Make sure that your kickstart file contains all required
          parameters before you use this option.</para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 id="inst-notes">
    <title>Installation-Related Notes</title>

    <para>This section describes issues related to the &PROD; installation
      program <application>Anaconda</application>.</para>

    <itemizedlist>
      <listitem>
        <para>The sequence for processing CD-ROMs has changed for &PROD;
          &PRODVER;.  The first CD-ROM is required when booting the installation
          program, and again after subsequent CD-ROMs have been
          processed.</para>
      </listitem>

      <listitem>
        <para>The &PROD; installation program has the ability to test the
            integrity of the installation media. It works with the CD, hard
            drive ISO, and NFS ISO installation methods. &RH; recommends that
            you test all installation media before starting the installation
            process, and before reporting any installation-related bugs (many of
            the bugs reported are actually due to improperly-burned CDs). To use
            this test, type <command>linux mediacheck</command> at the
            <prompt>boot:</prompt> prompt.</para>
      </listitem>

      <listitem arch="s390;s390x">
        <para>The Object-code-only (OCO) driver necessary to support the IBM
          3590 Tape Drive on the IBM S/390(R) and IBM eServer zSeries(R)
          architectures is available for download from IBM here:</para>
 
        <para>http://www10.software.ibm.com/developerworks/opensource/linux390/special_oco_rh_2.4.shtml</para>

        <para>NOTE: You must verify that the driver you download is the correct
          one for the version of the kernel running on your system.</para>
      </listitem>

      <listitem arch="s390;s390x">
        <para>A new storage option is available on the s390 and zSeries
          architectures: a SCSI subsystem.  To that end, generic SCSI support is
          enabled and a driver (known as <command>zfcp</command>) is
          supplied.</para>
                                                                                
        <para>The generic SCSI subsystem on &PROD; &PRODVER; does not use the
          REPORT LUNs command at this time; therefore use small LUN numbers for
          virtual volumes.  In addition, the following line must be supplied in
          <filename>/etc/modules.conf</filename>:</para>

        <para><command>options scsi_mod
            max_scsi_luns=<replaceable><NNN></replaceable></command></para>

        <para>(Where <command><replaceable><NNN></replaceable></command>
          should be a number larger than the largest LUN number used.)  NOTE:
          Larger values slow the bootstrapping process somewhat.</para>
      </listitem>

      <listitem arch="i386">
        <para>&PROD; &PRODVER; includes a new kernel known as the
          <firstterm>hugemem</firstterm> kernel.  This kernel supports a 4GB per
          process user space (versus 3GB for the other kernels), and a 4GB
          direct kernel space. Using this kernel allows &PROD; to run on systems
          with up to 64GB of main memory.  The hugemem kernel is required in
          order to use all the memory in system configurations containing more
          than 16GB of memory.  The hugemem kernel can also benefit
          configurations running with less memory (if running an application
          that could benefit from the larger per process user space, for
          example.)</para>

        <para>To remind you of this issue, the &PROD; &PRODVER; kernel displays a
          message at boot time if your system configuration contains more than
          16GB of memory.  After the system has booted, the following command
          can be used to see if your system displayed the message:</para>

        <para><command>dmesg | less</command></para>

        <para>NOTE: To provide a 4GB address space for both kernel and user
          space, the kernel must maintain two separate virtual memory address
          mappings.  This introduces overhead when transferring from user to
          kernel space; for example, in the case of system calls and interrupts.
          The impact of this overhead on overall performance is highly
          application dependent.</para>

        <para>Also note that, because some drivers were not originally written
          to work well in large-memory environments, &RH; only supports a
          validated subset of drivers when the hugemem kernel is used.  Drivers
          that have been validated by &RH; for use with the hugemem kernel are
          contained in the <filename>kernel-hugemem</filename> package.  Drivers
          that have not been validated, but are still provided, are available in
          the <filename>kernel-hugemem-unsupported</filename> RPM.  To see the
          list of drivers in these RPMs, use the following command:</para>

        <para><command>rpm -qlp
            <replaceable><kernel-rpm></replaceable></command></para>

        <para>(Where <command><replaceable><
              kernel-rpm></replaceable></command> is the complete filename of
              the appropriate hugemem RPM.  Note that these RPMs can be found on
              CD-ROM #2, in the <filename>RedHat/RPMS/</filename>
              directory.)</para>

        <para>Should you decide that the hugemem kernel's additional overhead
          and the subset of available drivers present no problem for your
          hardware configuration and system environment, and you wish to use the
          hugemem kernel, you must first install it.  To install the hugemem
          kernel, enter the following command while logged in as root:</para>

        <para><command>rpm -ivh
            <replaceable><kernel-rpm></replaceable></command></para>

        <para>(Where
          <command><replaceable><kernel-rpm></replaceable></command> is
          the name of the hugemem kernel RPM file —
          <filename>kernel-hugemem-2.4.21-3.EL.i686.rpm</filename>,
          for example.)</para>

        <para>After the installation is complete, reboot your system, making
          sure to select the newly-installed hugemem kernel.  After testing your
          system for proper operation while running the hugemem kernel, you
          should modify the <filename>/boot/grub/grub.conf</filename> file so
          that the hugemem kernel is booted by default.</para>
      </listitem>

      <listitem arch="i386">
        <para>&PROD; &PRODVER; can be installed on the IBM eServer <trademark
          class="registered">xSeries</trademark> 440 and 445.  However, the
          installation process supports configurations containing no more than
          one chassis, and no attached RXE-100 Remote Expansion Enclosures.  If
          your system configuration does not conform to these requirements, you
          can remove any additional chassis and/or RXE-100s, and then perform
          the installation.  Once the installation is complete, the chassis
          and/or RXE-100s can then be re-installed, and will operate normally
          under &PROD;.</para>
      </listitem>

      <listitem arch="ppc">
        <para>Support for some Input/Output Processors/Adapters (IOP/IOA)
          present in some iSeries and pSeries systems require the use of the
          IBMSIS driver.  This driver can be found on the &PROD; &PRODVER;
          Extras CD, and can be loaded as driver media when the &PROD;
          installation process is started.</para>

        <para>Loading the IBMSIS driver via CD-ROM using a non-IDE CD-ROM drive
          (including the iSeries virtual CD-ROM drive) is possible by adding the
          following command to the boot command line:</para>

        <para><command>dd=cdrom</command></para>

        <para>You will then be prompted if you have any driver media for
          additional drivers after all drivers included on the CD-ROM are
          loaded.  Note that this is in addition to the other methods of using
          driver media as described in the <citetitle>&PROD; &PRODVER;
          Installation Guide for the IBM eServer iSeries and IBM eServer pSeries
          Architectures</citetitle>.</para>

        <para>After installation, IBMSIS users should install the
          <filename>ibmsis</filename> and <filename>ibmsis-utils</filename>
          packages from the &PROD; Extras CD.</para>
                                                                                
        <para>After an upgrade to a new version of the kernel, the IBMSIS driver
          must be rebuilt and installed.  The <command>ibmsistool</command>
          program (provided in the <filename>ibmsis</filename> package on the
          &PROD; &PRODVER; Extras CD) largely automates this process.  The
          <filename>kernel-source</filename> package that corresponds to the new
          kernel must be installed, as it provides the headers needed to build
          IBMSIS.  For example, after installing the 2.4.21-3.EL kernel and
          corresponding <filename>kernel-source</filename> packages, the
          following command would update the IBMSIS driver:
        </para>
                                                                                
        <para><command>/usr/sbin/ibmsistool -v 2.4.21-3.EL build
            install</command></para>
      </listitem>

      <listitem>
        <para>&PROD; &PRODVER; now includes support for <firstterm>Logical
            Volume Management</firstterm> (LVM).  LVM is a means of allocating disk
          space into one or more logical volumes, which can then be used to
            implement easily-resizable file systems.</para>
      </listitem>

      <listitem arch="i386">
        <para>While most present-day computers are able to start the
          installation process by booting directly from the first &PROD;
          distribution CD, some hardware configurations require the use of a
          boot diskette.  If your hardware requires a boot diskette, you should
          be aware of the following change.</para>

        <para>&PROD; &PRODVER; uses a different boot diskette layout than
          previous releases of &PROD;.  There is now a single boot diskette
          image file (<filename>bootdisk.img</filename>) that is used to boot
          all systems requiring a boot diskette.</para>

        <para>If you are performing anything other than an installation from an
          IDE or USB device, you will be asked to insert a driver diskette
          created from one of the following image files:</para>

        <para>· <filename>drvnet.img</filename> — For network
          installations</para>

        <para>· <filename>drvblock.img</filename> — For SCSI
          installations</para>

        <para>· <filename>pcmciadd.img</filename> — For PCMCIA
          installations</para>

        <para>As with previous releases of &PROD;, these image files can be found
          in the <filename>images/</filename> directory on the first installation
          CD.</para>
      </listitem>

      <listitem arch="s390;s390x">
        <para>Due to the page-oriented nature of the 3270-style console, output
          to <filename>/dev/console</filename> can fill the screen.  If the
          screen is filled, the &PROD; environment stops operating until the
          screen is cleared.  The screen can be cleared using one of two
          different methods:</para>

        <para>· By issuing the keystrokes necessary to clear the screen
          (For example,
          <keycombo><keycap>Alt</keycap><keycap>C</keycap></keycombo> for the
          <application>x3270</application> terminal emulator, and
          <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> for the
          <command>c3270</command> terminal emulator.)</para>

        <para>· By waiting for the screen to be automatically cleared.
          The default wait time is 60 seconds; however, this can be changed by
          using the following command:</para>

        <para><command>#cp term more
            <replaceable><alarm-time></replaceable>
            <replaceable><clear-time></replaceable></command></para>

        <para>Where
            <command><replaceable><alarm-time></replaceable></command>
            represents the number of seconds between the time the screen fills
            and the time the terminal alarm should be sounded, and
            <command><replaceable><clear-time></replaceable></command> is
            the number of seconds between the time the terminal alarm is sounded
            and the screen is automatically cleared.  Both the
            <command><replaceable><alarm-time></replaceable></command> and
            <command><replaceable><clear-time></replaceable></command>
            parameters must be numbers between 0 and 255.</para>

        <para>NOTE: This aspect of the 3270-style console is most likely to be
          an issue whenever a large amount of output is sent to
          <filename>/dev/console</filename>.  Therefore, the console's screen is
          most likely to fill at the following times:</para>

        <para>· During the &PROD; installation process</para>

        <para>· When &PROD; is booted</para>

        <para>· <command>syslog</command> messages are sent to the
          console</para>
      </listitem>

      <listitem arch="i386;ia64;x86_64;ppc">
        <para>Text mode installations using a serial terminal work best when the
          terminal supports UTF-8.  Under UNIX and Linux, Kermit supports UTF-8.
          For Windows, Kermit '95 works well.  Non-UTF-8 capable terminals will
          work as long as only English is used during installation.  An enhanced
          serial display can be used by passing "<command>utf8</command>" as a
          boot-time option to the installation program.  For example:</para>

        <para><command>linux console=ttyS0 utf8</command></para>
      </listitem>

      <listitem>
        <para>The firewall configuration screen in the &PROD; installation
          program has been simplified.  The previous
          "<guilabel>High</guilabel>", "<guilabel>Medium</guilabel>", and
          "<guilabel>No firewall</guilabel>" settings have been replaced by a
          more straightforward on/off-style control.  In addition, the default
          firewall configuration is now stateful, making it more secure.  The
          new design also makes it possible for users of NIS authentication,
          NFS, and DNS to deploy a firewall with no additional customization
          required (although customization by specifying port and protocol is
          still possible).</para>

        <para>NOTE: This change also applies to the <application>Security Level
          Configuration Tool</application>
          (<command>redhat-config-securitylevel</command>).</para>
      </listitem>

      <listitem>
        <para>Installation via VNC is now supported.  To initiate a VNC-based
          installation, pass <command>vnc</command> as a boot-time option.  If
          necessary, a password can be set by adding
          "<command>vncpassword=<replaceable><password></replaceable></command>"
          to the boot-time options.  The VNC display will be
          "<command><replaceable><host></replaceable>:1</command>", where
          <command><replaceable><host></replaceable></command> is the
          hostname or IP address of the system installing &PROD;.</para>

        <para>It is also possible for the &PROD; installation program to
          initiate a connection to a listening VNC client.  This is done by
          using the <command>vncconnect</command> boot-time option:</para>

        <para><command>linux vnc
            vncconnect=<replaceable><client></replaceable>[:<replaceable><port></replaceable>]</command></para>

        <para>(Where
          <command><replaceable><client></replaceable></command> is the
          hostname or IP address of the system running the listening VNC client,
          and <command><replaceable><port></replaceable></command> is an
          optional port specification that may be specified if the VNC client is
          not listening on port 5500, which the default port for this type of
          connection).  The following examples show the how the boot-time option
          is specified for standard and non-standard ports:</para>

        <para><command>linux vnc
            vncconnect=pigdog.example.com</command></para>

        <para><command>linux vnc
            vncconnect=pigdog.example.com:27910</command></para>

        <para>The system that is to run the listening VNC client must then
          launch the appropriate software to run the VNC client in its listening
          mode.  For the VNC client supplied with &PROD; &PRODVER;, the
          following command is sufficient:</para>

        <para><command>vncviewer -listen</command></para>

        <para>In addition, a new kickstart directive has been added to support
          VNC-based installations:</para>

        <para><command>vnc [--password
            <replaceable><password></replaceable>] [--connect
            <replaceable><host></replaceable>[:<replaceable><port></replaceable>]]</command></para>

        <para>(Where <command>--password
            <replaceable><password></replaceable></command> is an optional
            parameter for specifying a VNC password, and <command>[--connect
            <replaceable><host></replaceable>[:<replaceable><port></replaceable>]]</command>
            is an optional parameter for specifying the host (and optionally,
            port) of a system running a listening VNC client.</para>

        <para>NOTE: If you specify any of the VNC-related boot-time options,
          they will override the corresponding options present in the kickstart
          file.</para>

        <para arch="ppc">&PROD; &PRODVER; for the iSeries and pSeries
          architectures includes support for installation using the VNC remote
          display system, and support for accessing virtual consoles via telnet
          for installation on iSeries.  VNC and telnet clients for a variety of
          platforms are available for download from:</para>
                                                                                
        <para arch="ppc">http://www.ibm.com/servers/eserver/iseries/linux/products.html</para>
      </listitem>

      <listitem arch="i386">
        <para>The XFree86 open source vmware video driver is provided as a
          convenience to our customers and is not supported in any way by
          &FORMAL-RHI; However, any problem reports with the XFree86 open source
          vmware video driver received by &RH; will be forwarded to the
          appropriate VMware staff, so that they can investigate.  Bug fixes
          that become available for this driver may be reviewed by &RH; for
          potential inclusion in future errata and products as time
          permits.</para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 id="input-methods">
    <title>Input Methods</title>

    <para>This section contains general information related to the use of input
      methods.</para>

    <para>An input method allows users to enter non-Western characters into
      common applications such as word-processing, email and instant messaging.
      &PROD; comes with input method support for the following languages:</para>

    <itemizedlist>
      <listitem>
        <para>Chinese (Simplified and Traditional)</para>
      </listitem>

      <listitem>
        <para>Japanese</para>
      </listitem>

      <listitem>
        <para>Korean</para>
      </listitem>
    </itemizedlist>

    <para>The following entries describe the use of input methods for each of
      these languages.</para>

    <itemizedlist>
      <listitem>
        <para>Simplified Chinese</para>
                                                                                
        <para>To enter Simplified Chinese characters, you use the miniChinput
          input method.  To activate the input method, press
          <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></keycombo>.</para>
                                                                                
        <para>The miniChinput input method supports the following
          modules:</para>

        <para>· intelligent pinyin input</para>

        <para>· gbk pinyin input</para>

        <para>· shuang pin input</para>

        <para>· internal code (gb18030 code) input</para>
                                                                                
        <para>The <filename>miniChinput</filename> package is installed by
          default if Simplified Chinese language support is selected during
          installation.</para>
      </listitem>
                                                                                
      <listitem>
        <para>Traditional Chinese</para>
                                                                                
        <para>To enter Traditional Chinese characters, you use the xcin input
          method.  To activate the input method, press
          <keycombo><keycap>Ctrl</keycap><keycap>Space</keycap></keycombo>.
          Pressing
          <keycombo><keycap>Shift</keycap><keycap>Ctrl</keycap></keycombo> or
          <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Num</keycap></keycombo>
          allows you to change between input modules.</para>
                                                                                
        <para>The xcin input method supports the following modules:</para>

        <para>· CJ</para>

        <para>· Simplex</para>

        <para>· Phone</para>

        <para>· CantonPing</para>

        <para>· Bimsphone</para>

        <para>· Bimspinyin</para>

        <para>· Array30</para>

        <para>· Cantonping (no intonation)</para>
                                                                                
        <para>The <filename>xcin</filename> package is installed by default if
          Traditional Chinese language support is selected during
          installation.</para>
      </listitem>

      <listitem>
        <para>Japanese</para>
                                                                                
        <para>To enter Japanese characters, you use the Canna, FreeWnn or skk
          input methods.  To activate the input method, press
          <keycombo><keycap>Shift</keycap><keycap>Space</keycap></keycombo>.</para>
                                                                                
        <para>The following modules are supported:</para>

        <para>· romaji</para>

        <para>· kana (only Canna — depends on the configuration
          file)</para>
                                                                                
        <para>The <filename>Canna</filename>, <filename>FreeWnn</filename>, and
          <filename>skkinput</filename> packages are installed by default if
          Japanese language support is selected during installation.</para>
      </listitem>

      <listitem>
        <para>Korean</para>
                                                                                
        <para>To enter Korean characters, you use the ami input method.  To
          activate the input method, press
          <keycombo><keycap>Shift</keycap><keycap>Space</keycap></keycombo>.</para>
                                                                                
        <para>The <filename>ami</filename> package is installed by default if
          Korean language support is selected during installation.</para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 id="general-notes">
    <title>General Notes</title>

    <para>This section contains general notes relating to post-installation
      issues.</para>

    <itemizedlist>
      <listitem arch="ia64">
        <para>&PROD; &PRODVER; for the Itanium 2 Architecture contains the
          <filename>fpswa.efi</filename> binary, which is an EFI (Extensible
          Firmware Interface) driver invoked by the operating system's kernel
          whenever the processor issues FPSWA (Floating-Point Software
          Assistance) requests for floating-point operations that are not fully
          implemented in hardware. The handler provides the result of the
          operation in these cases. Presently, Itanium processors issue FPSWA
          requests mainly when very small numbers (denormalized, or tiny
          numbers) are consumed or produced by floating-point instructions. To
          avoid the performance penalty caused by calls to the handler when tiny
          numbers are produced, the flush-to-zero mode can be turned on, but at
          the cost of a slightly less accurate computation.</para>
                                                                                
        <para>FPSWA is licensed, patented and copyrighted protected material by
          Intel or its supplier under the laws of the United states and other
          countries and international treaty provisions. FPSWA is subject to the
          applicable end user license agreement which can be accessed at
          http://www.redhat.com/licenses/.</para>
      </listitem>

      <listitem>
        <para>The Apache HTTP server has been updated to version 2.0. The
          updated package replaces version 1.3 and has been renamed to
          <filename>httpd</filename>.</para>

        <para>· The <command>auth_ldap</command>,
          <command>mod_put</command>, <command>mod_roaming</command>,
          <command>mod_auth_any</command>, <command>mod_bandwidth</command>,
          <command>mod_throttle</command>, and <command>mod_dav</command>
          modules have been removed.</para>

        <para>· WebDAV functionality is now included with the
          <filename>httpd</filename> package.</para>

        <para>NOTE: Some changes to existing configuration files are needed.
          Third-party Apache modules may also require updating.  Refer to the
          migration guide at
          <filename>/usr/share/doc/httpd-*/migration.html</filename> for more
          details.</para>
      </listitem>

      <listitem arch="i386">
        <para>&PROD; &PRODVER; supports booting over the network using the PXE
          (Pre-Boot Execution Environment) protocol.  As in previous releases it
          is possible to configure &PROD; &PRODVER; as an installation server,
          which makes kernels and image files available for the purpose of
          starting network installations.</para>

        <para>Also available in &PROD; &PRODVER; is support for diskless
          environments.  A diskless server (similar to an installation server)
          makes kernels and image files available to diskless client systems.
          After booting, the diskless client systems mount a root file system
          via NFS, eliminating the need for locally-attached storage.</para>

        <para>The <application>Network Booting Tool</application>
          (<command>redhat-config-netboot</command>) is a graphical
          configuration tool allows you to configure both environments.</para>
      </listitem>

      <listitem>
        <para>The LPRng print spooler has been replaced by CUPS, and the
          <application>Printer Configuration Tool</application>
          (<command>redhat-config-printer</command>) is the recommended tool for
          configuring it.  It may be launched from the <guimenu>System
          Settings</guimenu> menu, using the <guimenuitem>Printing</guimenuitem>
          menu entry.</para>
      </listitem>

      <listitem>
        <para>The <application>Security Level Configuration Tool</application>
            (<command>redhat-config-securitylevel</command>) has been
            simplified.  The previous "<guilabel>High</guilabel>",
            "<guilabel>Medium</guilabel>", and "<guilabel>No
            firewall</guilabel>" settings have been replaced by a more
            straightforward on/off-style control.  In addition, the default
            firewall configuration is now stateful, making it more secure.  The
            new design also makes it possible for users of NIS authentication,
            NFS, and DNS to deploy a firewall with no additional customization
            required (although customization by specifying port and protocol is
            still possible).</para>

        <para>NOTE: This change also applies to the &PROD; installation
          program.</para>
      </listitem>

      <listitem>
        <para><application>GNOME Print Manager</application>, a simple graphical
          print queue management tool, is now included.  It may be launched from
          the <guimenu>System Tools</guimenu> menu, using the <guimenuitem>Print
          Manager</guimenuitem> menu entry.  In addition, when a print job is in
          the queue, an icon will appear in the panel's system notification
          area.</para>
      </listitem>

      <listitem arch="i386;ia64;x86_64;s390x;ppc">
        <para>&PROD; &PRODVER; includes the setarch utility.  Setarch makes it
          possible to change the output produced by the <command>uname</command>
          command.  This is useful for a number of reasons, such as running
          32-bit applications (those written to expect a particular value from
          <command>uname -m</command>) in 64-bit environments.</para>

        <para>The format for the setarch command is:</para>

        <para><command>setarch <replaceable><arch></replaceable>
            <replaceable><command></replaceable></command></para>

        <para>(Where <command><replaceable><arch></replaceable></command>
          represents the desired architecture string (such as
          <command>i386</command>), and
          <command><replaceable><command></replaceable></command>
          represents the command to be run while the architecture has been
          modified.)  Note that
          <command><replaceable><command></replaceable></command> can be
          omitted, in which case <command>/bin/sh</command> is run.</para>

        <para>In addition, some applications (such as older versions of Java)
          are written to assume a 3GB virtual address space; when run on systems
          with larger virtual address spaces (such as 64-bit AMD64-based
          systems, or 32-bit systems running the hugemem kernel) such
          applications can malfunction.  The setarch utility makes it possible
          to emulate a 3GB virtual address space, allowing such applications to
          run properly:</para>

        <para><command>setarch -3 java</command></para>
      </listitem>

      <listitem arch="ia64">
        <para>Accelerated 3D rendering with DRI has been disabled in &PROD;
          &PRODVER; for the IA64 architecture.  On this architecture,the agpgart
          kernel driver does not function properly; since the DRI subsystem
          depends on this driver, no 3D acceleration is possible.  Note,
          however, that this does not affect unaccelerated 3D rendering or
          third-party drivers that provide their own agpgart
          implementation.</para>
      </listitem>

      <listitem>
        <para>&PROD; &PRODVER; includes the Native POSIX Thread Library (NPTL),
          a new implementation of POSIX threads for Linux. This library provides
          performance improvements and increased scalability.</para>

        <para>This thread library is designed to be binary compatible with the
          old LinuxThreads implementation; however, applications that rely on
          the places where the LinuxThreads implementation deviates from the
          POSIX standard will need to be fixed.  Notable differences include:</para>

        <para>· Signal handling has changed from per-thread signal
          handling to POSIX process signal handling.</para>

        <para>· <command>getpid()</command> returns the same value in all
          threads.</para>

        <para>· Thread handlers registered with
          <command>pthread_atfork</command> are not run if
          <command>vfork()</command> is used.</para>

        <para>· No manager thread.</para>

        <para arch="i386">Applications that are known to have problems using
          NPTL include:</para>

        <para arch="i386">- Sun JRE prior to version 1.4.1</para>
        <para arch="i386">- IBM JRE</para>

        <para>If an application does not work properly with NPTL, it can be run
          using the old LinuxThreads implementation by setting the following
          environment variable:</para>

        <para><envar>LD_ASSUME_KERNEL=<replaceable><kernel-version></replaceable></envar></para>

        <para>The following versions are available:</para>

        <para>· 2.4.19 — Linuxthreads with floating stacks</para>

        <para arch="i386">· 2.2.5 — Linuxthreads without floating
          stacks</para>

        <para>Note that software using <command>errno</command>,
          <command>h_errno</command>, and <command>_res</command> must
          <command>#include</command> the appropriate header file
          (<filename>errno.h</filename>, <filename>netdb.h</filename>, and
          <filename>resolv.h</filename> respectively) before they are used.
          However, <envar>LD_ASSUME_KERNEL=2.4.19</envar> can be used as a
          workaround until the software can be fixed.</para>
      </listitem>

      <listitem>
        <para>Multi-threaded C++ programs using thread cancellation might need
          to be forced to use the LinuxThreads library using the
          <envar>LD_ASSUME_KERNEL=2.4.19</envar> environment variable setting.
          Otherwise, the program will terminate abnormally if the cancellation
          is acted on (since the generated exception is not caught).</para>
                                                                                
        <para>Newly-written C++ code that uses functions from the C runtime
          environment might have to be adjusted to take the cancellation into
          account.  This can be done by one of the following methods:</para>
                                                                                
        <para>· Not marking the C++ function with
          <command>throw()</command> (so that callers are aware that an
          exception might be thrown) and by compiling the code with exceptions.
          This is the default compilation option; users should not specify
          <command>-fno-exceptions</command> when compiling.</para>
                                                                                
        <para>· Disabling cancellation completely before entering the
          functions that call the cancel-able C runtime functions.  This can be
          done with the following call:</para>
                                                                                
        <para><command>pthread_setcancelstate (PTHREAD_CANCEL_DISABLE,
            &oldstate)</command></para>
                                                                                
        <para>After the C functions are called cancellation can be enabled again
          with the following call:</para>
                                                                                
        <para><command>pthread_setcancelstate (oldstate, NULL)</command></para>
                                                                                
        <para>NOTE: At this point the cancellations are acted upon and therefore
          the function calling pthread_setcancelstate() must be compiled with
          exceptions enabled and must be marked as throwing exceptions.</para>
      </listitem>

      <listitem>
        <para>A new system message has been added to &PROD; &PRODVER;:</para>

        <para><computeroutput>application bug:
            <replaceable><app-name></replaceable>(<replaceable><app-pid></replaceable>)
            has SIGCHLD set to SIG_IGN but calls wait().  (see the NOTES section
            of 'man 2 wait'). Workaround activated.</computeroutput></para>

        <para>This message (which is displayed on the system console and/or in
          the system log files) indicates that the application is not completely
          standards compliant with respect to its handling of child processes.
          If you notice this message, you should alert the application's
          developers.</para>
      </listitem>

      <listitem>
        <para>&PROD; &PRODVER; includes the capability of producing Position
          Independent Executables (PIE) for C, C++, and Java.  This feature is
          enabled with the <command>-fpie</command> and <command>-fPIE</command>
          GCC options to compile, which are similar in usage to the
          <command>-fpic</command> and <command>-fPIC</command> options,
          respectively, and at link time with the <command>-pie</command>
          option.</para>
      </listitem>

      <listitem>
        <para>The <command>fileutils</command>, <command>textutils</command>,
          <command>sh-utils</command>, and <command>stat</command> packages have
          been replaced by the newer <command>coreutils</command> package.</para>
      </listitem>

      <listitem>
        <para>The RPMs containing the <application>Network Administration
            Tool</application> (<command>redhat-config-network</command>) have
            changed names and functions.  The
            <filename>redhat-config-network</filename> RPM contains the tool's
            graphical user interface, while
            <filename>redhat-config-network-tui</filename> contains the tool
            itself (along with its text-based user interface).</para>
      </listitem>

      <listitem>
        <para>Support for XHTML1 — the reformulation of HTML in XML
          — has been improved.  This has been done by adding the
          <command>xhtml1-dtd</command> package, installing the DTDs in the
          system catalog, and adding native support in the
          <command>libxml2</command> and <command>xsltproc</command>
          tools.</para>
      </listitem>

      <listitem>
        <para>The XML toolkit have been extended to support Relax-NG validation,
          and streaming of large files.</para>
      </listitem>

      <listitem>
        <para>The OProfile system-wide profiler has been added to &PROD;
          &PRODVER;.  OProfile is a programmer's tool for analyzing system
          performance, using special hardware built into many modern computers.
          Documentation for OProfile exists in the <command>oprofile</command>
          package; after installing &PROD; &PRODVER;, issue the command
          <command>rpm -qd oprofile</command> to obtain a listing of the
          available documentation.  Visit the OProfile website at
          http://oprofile.sourceforge.net for more details.</para>

        <para>NOTE: The kernel support for OProfile in &PROD; &PRODVER; is based
          on the backported code from the 2.5 development kernel.  Therefore, if
          you refer to the OProfile documentation, keep in mind that features
          listed as being 2.5-specific actually apply to the &PROD; kernel, even
          though the kernel version is 2.4.  Likewise, this means that features
          listed as being specific to the 2.4 kernel do <emphasis>not</emphasis>
          apply to the &PROD; kernel.</para>
      </listitem>

      <listitem>
        <para>At the present time, the X Window System makes use of two font
          subsystems, each with different characteristics:</para>

        <para>· The original (15+ year old) subsystem is referred to as
          the "core X font subsystem".  Fonts rendered by this subsystem are not
          anti-aliased, are handled by the X server, and have names like:</para>

        <para>-misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1</para>

        <para>The newer font subsystem is known as "fontconfig", and allows
          applications direct access to the font files.  Fontconfig is often
          used along with the "Xft" library, which allows applications to render
          fontconfig fonts to the screen with antialiasing.  Fontconfig uses
          more human-friendly names like:</para>

        <para>Luxi Sans-10</para>

        <para>Over time, fontconfig/Xft will replace the core X font subsystem.
          At the present time, applications using the Qt 3 or GTK 2 toolkits
          (which would include KDE and GNOME applications) use the fontconfig
          and Xft font subsystem; most everything else uses the core X
          fonts.</para>

        <para>In the future, &RH; may support only fontconfig/Xft in place of
          the XFS font server as the default local font access method.</para>

        <para>NOTE: One exception to the font subsystem usage outlined above is
          OpenOffice.org, which uses its own font rendering technology.</para>

        <para>If you wish to add new fonts to your &PROD; &PRODVER; system, you
          must be aware that the steps necessary depend on which font subsystem
          is to use the new fonts.  For the core X font subsystem, you
          must:</para>

        <para>1. Create the <filename>/usr/share/fonts/local/</filename>
          directory (if it does not already exist):</para>

        <para><command>mkdir /usr/share/fonts/local/</command></para>

        <para>2. Copy the new font file into
          <filename>/usr/share/fonts/local/</filename></para>

        <para>3. Update the font information by issuing the following commands
          (note that, due to formatting restrictions, the following commands may
          appear on more than one line; in use, each commands should be entered
          on a single line):</para>

        <para><command>ttmkfdir -d /usr/share/fonts/local/ -o
            /usr/share/fonts/local/fonts.scale</command></para>

        <para><command>mkfontdir /usr/share/fonts/local/</command></para>

        <para>4. If you had to create
          <filename>/usr/share/fonts/local/</filename>, you must then add it to
          the X font server (xfs) path:</para>

        <para><command>chkfontpath --add
            /usr/share/fonts/local/</command></para>

        <para>Adding new fonts to the fontconfig font subsystem is more
          straightforward; the new font file only needs to be copied into the
          <filename>/usr/share/fonts/</filename> directory (individual users can
          modify their personal font configuration by copying the font file into
          the <filename>~/.fonts/</filename> directory).</para>

        <para>After the new font has been copied, use
          <command>fc-cache</command> to update the font information cache:</para>

        <para><command>fc-cache
            <replaceable><directory></replaceable></command></para>

        <para>(Where
          <command><replaceable><directory></replaceable></command> would
          be either the <filename>/usr/share/fonts/</filename> or
          <filename>~/.fonts/</filename> directories.)</para>

        <para>Individual users may also install fonts graphically, by browsing
          <command>fonts:///</command> in <application>Nautilus</application>,
          and dragging the new font files there.</para>

        <para>NOTE: If the font filename ends with "<filename>.gz</filename>",
          it has been compressed with <command>gzip</command>, and must be
          decompressed (with the <command>gunzip</command> command) before the
          fontconfig font subsystem can use the font.</para>
      </listitem>

      <listitem>
        <para>Due to the transition to the new font system based on
          fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes
          made via the <guilabel>Font Preferences</guilabel> dialog.  For these
          applications, a font can be configured by adding the following lines
          to the file <filename>~/.gtkrc.mine</filename>:</para>


        <para><command>style "user-font" {</command></para>
        <para><command>fontset =
            "<replaceable><font-specification></replaceable>"</command></para>
        <para><command>}</command></para>
        <para><computeroutput> </computeroutput></para>
        <para><computeroutput>widget_class "*" style "user-font"</computeroutput></para>

        <para>(Where
          <command><replaceable><font-specification></replaceable></command>
          represents a font specification in the style used by traditional X
          applications, such as
          "<computeroutput>-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*</computeroutput>".)</para>
      </listitem>

      <listitem>
        <para>By default, the Sendmail mail transport agent (MTA) does not
          accept network connections from any host other than the local
          computer.  If you want to configure Sendmail as a server for other
          clients, you must edit <filename>/etc/mail/sendmail.mc</filename> and
          change the <parameter>DAEMON_OPTIONS</parameter> line to also listen
          on network devices (or comment out this option entirely using the
          <command>dnl</command> comment delimiter).  You must then regenerate
          <filename>/etc/mail/sendmail.cf</filename> by running the following
          command (as root):</para>

        <para><command>make -C /etc/mail</command></para>

        <para>Note that you must have the <filename>sendmail-cf</filename>
          package installed for this to work.</para>
      </listitem>

      <listitem>
        <para>The default FTP server in &PROD; &PRODVER; is now
          <command>vsftpd</command>, and runs as a SysV service.</para>
      </listitem>

      <listitem>
        <para>Change to <command>fdisk</command>'s interpretation of partition
          size multipliers</para>

        <para>The <command>fdisk</command> command now has a different
          interpretation of the size multipliers that may be used when creating
          new disk partitions.  The size suffixes <command>K</command>,
          <command>M</command>, and <command>G</command> now refer to multiples
          of thousands, millions, and billions of bytes, respectively.  This is
          more consistent with the disk size specifications provided by disk
          drive manufacturers.</para>

        <para>Therefore, if a user wants to create a 512MB partition, the size
          value specified with an "M" suffix would be 512*1024*1024
          (536,870,912), rounded up to a multiple of a million (537,000,000),
          and then divided by a million (537), resulting in a size specification
          of <command>+537M</command>.</para>
      </listitem>

      <listitem>
        <para>While compatibility for executables and dynamic shared objects
          (DSOs, also known as shared libraries) created on earlier &RHL; and
          &PROD; is supported, the same does not apply to object
          (<filename>.o</filename>) files.  Object files created on earlier
          versions can be used on &PROD; &PRODVER; to create new executables or
          DSOs only if they were built without including any system header
          files.</para>

        <para>Otherwise, the only way to use these files is to link the object
          files to the compatibility version of glibc (part of the
          <filename>compat-glibc</filename> package).  Any newly-generated
          object file must use the headers from the compatibility package.  For
          example, to compile object files, add the following to the beginning
          of the compiler command line:</para>

        <para><command>-I/usr/lib/i386-redhat-linux7/include</command></para>

        <para>To link the resulting executable or DSO add the following to the
          command line:</para>

        <para><command>-L/usr/lib/i386-redhat-linux7/lib</command></para>

        <para>Any mixture of old object files and those compiled against the
          current system headers can have negative results.  Linking old object
          files with the regular system libraries may result in completely
          unusable executables or executables with subtle bugs (such as memory
          corruption).</para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 id="kernel-notes">
    <title>Kernel Notes</title>

    <para>This section contains notes relating to the &PROD; &PRODVER;
      kernel.</para>

    <itemizedlist>
      <listitem>
        <para>The &PROD; &PRODVER; kernel makes use of a new kernel packaging
          technique.  Due to the almost limitless variety of available hardware,
          it is not possible for &RH; to fully support all hardware components.
          Therefore, while kernel modules for fully-supported hardware remain in
          the standard <filename>kernel</filename> packages, a series of new
          <firstterm>unsupported</firstterm> kernel packages are included with
          &PROD; &PRODVER;.</para>

        <para>For each kernel package shipped there is a corresponding
          unsupported kernel package.  For example, the unsupported kernel
          package for
          <filename>kernel-smp-2.4.21-3.EL.i686.rpm</filename>
          is
          <filename>kernel-smp-unsupported-2.4.21-3.EL.i686.rpm</filename>.</para>

        <para>NOTE: The unsupported kernel packages are not installed by the
          &PROD; installation program; therefore, in order to use unsupported
          kernel modules, you must manually install the unsupported kernel
          package corresponding to the kernel your system uses.</para>

        <para>After installing the appropriate unsupported kernel package, you
          must use the following command to update the module dependency tree
          and your initrd:</para>

        <para><command>/sbin/new-kernel-pkg --mkinitrd --depmod --install
            <replaceable><kernel-version></replaceable></command></para>

        <para>(Where
          <command><replaceable><kernel-version></replaceable></command>
          represents the version of the installed kernel.)</para>

        <para>Drivers contained within the unsupported kernel packages are
          provided on a best-effort basis. This means that updates and upstream
          fixes may or may not be incorporated over time, and are not covered by
          the same support expectations as the fully supported drivers. Custom
          support arrangements covering drivers in the unsupported package may
          be worked out with Red Hat in some situations.</para>
      </listitem>

      <listitem>
        <para>The &PROD; &PRODVER; kernel includes more accurate process timing
          functionality.  This new process timing mode uses timestamps to
          provide more accurate timing of idle and process times.  When enabled,
          this information is available via the usual monitoring tools (such as
          <command>top</command>, <command>vmstat</command>, and
          <command>procinfo</command>), and the <command>getrusage</command>
          system call.</para>

        <para>To enable timestamp-based process timing, you must boot your
          system using the following boot-time option:</para>

        <para><command>process_timing=<replaceable><value></replaceable></command></para>

        <para>Where <command><replaceable><value></replaceable></command>
          can be one or more of the following, with multiple values separated by
          commas:</para>

        <para>· <command>irq</command> — Use timestamps to account
          for IRQ interrupts</para>

        <para>· <command>softirq</command> — Use timestamps to
          account for softirq time in the kernel</para>

        <para>· <command>process</command> — Allow processes to
          enable timestamp-based process timing on themselves (It is then
          disabled for all processes by default)</para>

        <para>· <command>all_process</command> — Force
          timestamp-based process timing on all processes (including the idle
          tasks)</para>

        <para>· <command>everything</command> — Same as specifying
          <command>irq,softirq,all_process</command></para>

        <para>If the system is booted with the <command>process</command>
          option, no processes initially have timestamp-based process timing
          enabled by default.  However, processes can use the
          <command>prctl()</command> system call to both determine and modify
          their process timing mode.  The system call to determine the process
          timing mode is:</para>

        <para><command>mode = prctl(PR_GET_TIMING, 0, 0, 0, 0);</command></para>

        <para>The system call to set the process timing mode is:</para>

        <para><command>status = prctl(PR_SET_TIMING,
            <replaceable><mode></replaceable>, 0, 0, 0)</command></para>

        <para>(Where <command><replaceable><mode></replaceable></command>
          is <command>PR_TIMING_STATISTICAL</command> for enabling the
          traditional process timing mode, or
          <command>PR_TIMING_TIMESTAMP</command> for enabling timestamp-based
          process timing mode .)  Note that enabling one process timing mode
          automatically disables the other.</para>

        <para>NOTE: The <command>prctl()</command> system call can only be used
          on systems booted with the <command>process</command> value.
          Otherwise, the system call will return <command>-EINVAL</command>.
          This includes attempts to disable timestamp-based process timing on
          systems booted with the <command>all_process</command> option.</para>

        <para>A child process's timing mode is inherited from its parent;
          however, the child can use the <command>prctl()</command> system call
          to modify its own process timing mode (subject to the conditions
          outlined in the previous note).</para>
      </listitem>

      <listitem>
        <para>The BusLogic driver (for certain Mylex SCSI host bus adapters) is
          provided in the standard kernel packages, but it is only supported
          when the kernel is a guest operating system within
          <trademark>VMWare</trademark> virtual machine software. This is
          because VMWare presents an emulated SCSI adapter to the BusLogic
          driver, and this environment has been thoroughly tested and supported
          by VMWare, Inc. The BusLogic driver is not supported on physical SCSI
          host adapters because this driver has not been maintained in the
          official Linux kernel for several years, and has not received
          extensive testing in the &RHEL; kernel.</para>
      </listitem>

      <listitem>
        <para>The qla1280 driver (for the Qlogic ISP1x80/1x160 SCSI adapters)
          has not been maintained in the official Linux kernel for many years.
          As a result, although this driver works correctly with the Intel x86
          architecture, it does not work correctly with other architectures.
          Therefore, &RH; only supports the qla1280 driver on Intel x86
          platforms.</para>
      </listitem>

      <listitem arch="ia64;s390;s390x;x86_64;ppc">
        <para>The netdump facility is currently disabled.  The
          <filename>netdump</filename> package is included so that, if the
          netdump facility is enabled in a future kernel update, netdump
          functionality will be available after the netdump-capable kernel is
          installed.</para>
      </listitem>

      <listitem arch="i386">
        <para>Systems based on the Intel I865/I875 chipsets and utilizing these
          chipsets' ICH5 integrated AC97 audio functionality may experience a
          failure to produce any sound when running &PROD; &PRODVER;.</para>

        <para>The ICH5 integrated AC97 audio subsystem can be identified by
          reviewing the output from the following command:</para>

        <para><command>/sbin/lspci -n</command></para>

        <para>The PCI vendor:device code for the ICH5 AC97 audio is
          8086:24d5.</para>
      </listitem>

      <listitem arch="i386">
        <para>Systems based on the Intel I865/I875 chipsets and utilizing these
          chipsets' ICH5 Serial ATA (SATA) functionality should configure the
          BIOS settings for their SATA devices to "enhanced" or "native" mode.
          "Legacy" or "combined" mode SATA is supported, but discouraged.</para>

        <para>NOTE: Not all BIOS implementations offer the ability to change
          these settings.</para>
      </listitem>

      <listitem>
        <para>New kernel support has been added to provide IPv6 capabilities.
          This support is consistent with the upstream 2.6-based implementation
          as of 2.6.0-test3.</para>
                                                                           
        <para>Note that &RH; will not be implementing additional IPv6 features
          (such as any of the draft standards for Mobile IP) for this release of
          &PROD;; our goal is to focus exclusively on bugs in existing
          features.</para>
      </listitem>

      <listitem>
        <para>EA (Extended Attributes) and ACL (Access Control Lists)
          functionality is now available for ext3 file systems.  In
          addition, ACL functionality is available for NFS.</para>

        <para>&PROD; &PRODVER; contains a kernel providing EA and ACL support
          for the ext3 file system.  Protocol extensions were also added to NFS
          to support ACL-related operations for NFS-exported file
          systems.</para>

        <para>To enable ACLs on a locally-mounted file system, the file system
          must be mounted with the <command>-o acl</command> mount option.  By
          default, the NFS server makes use of ACLs if the underlying file
          system supports them.  To disable this feature, you must specify the
          <command>no_acl</command> export option.</para>

        <para>EAs are used intrinsically for ACL support.  To use EAs
          separately, the file system must be mounted with the <command>-o
          user_xattr</command> mount option.</para>

        <para>The support for this comes in several packages:</para>

        <para>· kernel — Provides support for storing EAs and ACLs
          on disk for ext3 file systems, as well the system calls to manipulate
          EAs and ACLs.  Finally, the kernel package provides the mechanisms to
          enforce ACLs on file access.</para>

        <para>· e2fsprogs — Includes knowledge of the new on-disk
          extended attribute formats so that <command>fsck</command> can check
          file systems using the new feature.</para>

        <para>· attr, libattr — Provides access to extended
          attributes attached to files.</para>

        <para>· acl, libacl — Provides tools to set, modify, and
          query the ACLs set on files.</para>

        <para>· libattr-devel, libacl-devel — Libraries and include
          files to build programs using the acl and attr libraries.</para>

        <para>· star — An archiving tool which can create and
          unpack both <command>tar</command> and <command>pax</command> format
          archives, and which can backup and restore EAs and ACLs.</para>

        <para>NOTE: The options available for <command>star</command> are not
          completely equivalent with those available for <command>tar</command>;
          therefore, make sure you review the <command>star</command> man
          page.</para>

        <para>· samba — Samba can export ACL functionality in this
          release.  Refer to the samba documentation for information on how to
          enable this in your configuration.</para>

        <para>In addition, the <command>coreutils</command> package has been
          updated so that the <command>cp</command> and <command>mv</command>
          commands copy the ACLs and EAs associated with a file.</para>

        <para>For more information on setting and reading ACLs, refer to the
          <command>setfacl</command> and <command>getfacl</command> man pages.
          General information about ACLs can be found in the
          <command>acl</command> man page.</para>

        <para>NOTE: The normal <command>tar</command> and
          <command>dump</command> commands will <emphasis>not</emphasis> backup
          ACLs and EAs.</para>

        <para>Compatibility with older systems:</para>

        <para>Any ext3 file system that has not had any ACLs or EAs set on it
          will work unchanged on older kernels, and can be checked using older
          e2fsprogs utilities.</para>

        <para>Once an EA or an ACL has been set on any file on a given file
          system, that file system will acquire the <command>ext_attr</command>
          attribute.  This attribute can be observed by using the following
          command:</para>

        <para><command>tune2fs -l
            <replaceable><filesystemdevice></replaceable></command></para>

        <para>A file system that has acquired the <command>ext_attr</command>
          attribute can be mounted with older kernels, but obviously those
          kernels are incapable of enforcing any ACLs that have been set.</para>

        <para>NOTE: Older versions of the file system checking program
          <command>e2fsck</command> refuse to check any file system with the
          <command>ext_attr</command> attribute.  This corresponds to versions
          of the <command>e2fsprogs</command> package prior to 1.22.</para>
      </listitem>

      <listitem>
        <para>The &PROD; &PRODVER; kernel now includes support for NFS over TCP.
          To use NFS over TCP, you must include the "<command>-o tcp</command>"
          option to <command>mount</command> when mounting the NFS-exported file
          system on the client system.</para>

        <para>NOTE: The default transport protocol for NFS remains UDP. Use the
          <command>mount</command> command with the "<command>-o tcp</command>"
          option to mount an NFS-exported file system using TCP; otherwise, UDP
          will be used by default.</para>
      </listitem>

      <listitem>
        <para>In this kernel, the following command has been added to scan for
          new devices on all attached SCSI host adapters:</para>

        <para><command>echo "scsi scan-new-devices" >
            /proc/scsi/scsi</command></para>

        <para>This is currently a non-standard addition. In future kernels a
          different parameter may be used to provide the same capability, or the
          semantics of the same parameter
          (<computeroutput>scan-new-devices</computeroutput>) may change, as
          &RH; tracks the official Linux kernel in this area.</para>
      </listitem>

      <listitem arch="ppc">
        <para>Logical Partitions on iSeries platforms that have been configured
          to use more than one processor (either directly or from a shared pool)
          may wish to share interrupt processing across all processors.  Doing
          so may improve performance for some workloads. By default, &PROD; will
          only service interrupts on one processor in the LPAR.  To change this
          behavior, the following boot-time option must be entered:</para>

        <para><command>spread_lpevents=<replaceable><N></replaceable></command></para>

        <para>Where <command><replaceable><N></replaceable></command>
          represents the number of processors in the LPAR that should process
          interrupts.  This number should be less than or equal to
          either:</para>

        <para>· The number of virtual processors (if a shared processor
          pool is being used)</para>

        <para>· The number of direct processors assigned to the LPAR</para>
      </listitem>

      <listitem>
        <para>Change in permission semantics for user-mode memory locking</para>
                                                                                
        <para>&PROD; &PRODVER; now allows non-root processes to use user-mode
          memory locking system calls within the bounds of their
          <command>RLIMIT_MEMLOCK</command> resource limit.  The default limit
          is one physical page per process.  Limits can be reassigned by the
          system administrator on a per user-id, per group-id, or system-wide
          basis via the <filename>/etc/security/limits.conf</filename> file.
          Root processes are no longer constrained by this resource
          limit.</para>
                                                                                
        <para>The system calls affected by this change in semantics are
          <command>mlock(2)</command>, <command>munlock(2)</command>,
          <command>mlockall(2)</command>, <command>munlockall(2)</command>, and
          <command>shmctl(2)</command>.</para>
      </listitem>
    </itemizedlist>
  </sect1>
  <ackno>(
    <emphasis arch="i386">x86</emphasis>
    <emphasis arch="ia64">ia64</emphasis>
    <emphasis arch="s390">s390</emphasis>
    <emphasis arch="s390x">s390x</emphasis>
    <emphasis arch="x86_64">amd64</emphasis>
    <emphasis arch="ppc">ppc</emphasis>
    )</ackno>
</article>


--- NEW FILE splash-it.xml ---
<section id="sn-splash">
  <title>Welcome to &FC; &LOCALVER;</title>
  <caution>
    <title>Information Out-of-Date</title>
    <para>
      The content in this section needs to be updated for &DISTRO;
      &DISTROVER;
    </para>
  </caution>
  <para>
    &FC; is a completely free, user friendly, and secure general purpose
    platform based on Linux.  The &FP; is an open source project that
    pioneers leading edge technology and concepts sponsored by &RH; and
    supported by the &FED; community.
  </para>
  <tip>
    <title>Latest Release Notes on the Web</title>
    <para>
      These release notes may be updated.  Visit <ulink
	url="http://fedora.redhat.com/docs/release-notes/">http://fedora.redhat.com/docs/release-notes/</ulink>
      to view the latest release notes for &DISTRO; &DISTROVER;.
    </para>
  </tip>

<!-- save for when the FIG is actually updated
  <note>
    <title>Installation Guide Updated</title>
    <para>
      New for this release is the <citetitle>&FC; &LOCALVER;
	&IG;</citetitle>.  This guide is useful for users of all levels
      and can be found at this URL:
    </para>
    <para>
      <ulink url="http://fedora.redhat.com/docs/fedora-install-guide-en/">http://fedora.redhat.com/docs/fedora-install-guide-en/</ulink>
    </para>
  </note>  
-->
  <para>
    Refer to these webpages to find out more information about &FED;:
  </para>
  <itemizedlist>
<!-- FIXME Return when the section is updated
    <listitem>
      <para>
	<xref linkend="sn-new-in-fc"/>
      </para>
    </listitem>
-->
    <listitem>
      <para>
	<xref linkend="sn-intro"/> — Technical release notes
      </para>
    </listitem>
    <listitem>
      <para>
	Help and Support (<ulink
	  url="http://fedora.redhat.com/participate/communicate/">http://fedora.redhat.com/participate/communicate/</ulink>) 
      </para>
    </listitem>
    <listitem>
      <para>
	Participate in the &FP; (<ulink
	  url="http://fedora.redhat.com/participate/">http://fedora.redhat.com/participate/</ulink>) 
      </para>
    </listitem>
    <listitem>
      <para>
	About the &FP; (<ulink
	  url="http://fedora.redhat.com/about/">http://fedora.redhat.com/about/</ulink>)
      </para>
    </listitem>
  </itemizedlist>
<!-- commented out until the content can be updated
  <section id="sn-new-in-fc">
    <title>New in &FC; &LOCALVER;</title>
    <para>
      &FC; &LOCALVER; is the latest version of the free and popular &FC;
      platform with a number of unique features and significant
      improvements over previous versions.  This section provides an
      overview of the major highlights in this release.
    </para>
    <itemizedlist>
      <listitem>
	<para>
	  Desktop Enhancements — The &FED; desktop brings to you
	  the latest software such as GNOME 2.10 and KDE 3.4 with a new
	  look and feel.  GNOME has the new simple and elegant Clearlooks
	  default theme that is inspired by the classic Red Hat
	  Bluecurve theme, as shown in <xref
	  linkend="ex-desktop-screenshot-clearlooks"/>.
	</para>
	<example id="ex-desktop-screenshot-clearlooks">
	  <title>New desktop featuring Clearlooks and Evince</title>
	  <mediaobject id="txt-fedora-desktop-screenshot">
	    <imageobject>
	      <imagedata fileref="./figs/Fedora_Desktop.eps" format="EPS"/>
	    </imageobject>
	    <imageobject>
	      <imagedata fileref="./figs/Fedora_Desktop.png" format="PNG"/>
	    </imageobject>
	    <textobject>
	      <para>
		Screenshot of Fedora desktop showing Firefox in the
		background and the new universal document viewer Evince
		in the foreground.  Evince is displaying Lawrence
		Lessig's Free Culture.
	      </para>
	    </textobject>
	  </mediaobject>
	</example>      
      </listitem>
      <listitem>
	<para>
	  Improved Productivity
	</para>
	<itemizedlist>
	  <listitem>
	    <para>
	      Evince (<ulink
		url="http://www.gnome.org/projects/evince/">http://www.gnome.org/projects/evince/</ulink>) 
	      is a document viewer for multiple document formats such as
	      pdf, postscript, and many others.  Evince replaces a whole
	      category of document viewers with a single simple
	      application.
	    </para>
	  </listitem>
	  <listitem>
	    <para>
	      OpenOffice.org 2.0 (<ulink
		url="http://www.openoffice.org/product2/index.html">http://www.openoffice.org/product2/index.html</ulink>) 
	      is an office productivity suite.  This latest version
	      includes several enhancements such as improved Microsoft
	      Office compatibility, completely revamped Impress
	      presentation software, and native support for the
	      OpenDocument format. This version also introduces Base, a
	      fully integrated database management software. You can
	      find the extensive list of new features at <ulink
		url="http://marketing.openoffice.org/2.0/featureguide.html">http://marketing.openoffice.org/2.0/featureguide.html</ulink>.</para>
	  </listitem>
	  <listitem>
	    <para>
	      Eclipse 3.1 is an open and extensible software development
	      platform that is an Integrated Development Environment
	      (<acronym>IDE</acronym>) useful for programming in any
	      language. 
	    </para>
	  </listitem>
	</itemizedlist>
      </listitem>
      <listitem>
	<para>
	  Support for PowerPC (PPC) Architecture — Refer to <xref
	    linkend="sn-hardware-reqs-ppc"/> and <xref
	    linkend="sn-install-notes-ppc"/>.
	</para>
      </listitem>
      <listitem>
	<para>
	  Improved Security — &SEL; is a security architecture
	  that protects applications and users through finely grained
	  mandatory security controls.  The default targeted policy has
	  been improved to cover 80 additional daemons. You can read
	  more in the technical release notes
	  <xref linkend="sn-overview"/>.
	</para>
      </listitem>
      <listitem>
	<para>
	  Integrated Clustering Technology — Global File System
	  (<acronym>GFS</acronym>) is an open source clustering file
	  system that allows a cluster of Linux servers to share a
	  common storage pool. &FC; &LOCALVER; has integrated GFS within
	  the system to manage your storage in an efficient way.  You
	  can read more at <ulink
	    url="http://www.redhat.com/software/rha/gfs/">http://www.redhat.com/software/rha/gfs/</ulink> 
	  and <ulink
	    url="http://www.redhat.com/docs/manuals/enterprise/">http://www.redhat.com/docs/manuals/enterprise/</ulink>.
	</para>
      </listitem>
      <listitem>
	<para>
	  Built-in Virtualization — Xen is a virtual machine that
	  can securely run multiple operating systems in their own
	  sandboxed domains.  Xen has been integrated into &FC; to work
	  in a seamless fashion.  You can read more about Xen at <ulink
	    url="http://fedora.redhat.com/projects/virtualization/">http://fedora.redhat.com/projects/virtualization/</ulink>.
	</para>
      </listitem>
      <listitem>
	<para>
	  Solid Platform — &FC; &LOCALVER; includes and integrates
	  the latest 4.0 version of GNU Compiler Collection, which has a
	  rewritten optimization infrastructure and improved support for
	  a native open source Java software stack.  This stack includes
	  parts of OpenOffice.org 2.0., Eclipse, and Apache Jakarta,
	  among others.
	</para>
      </listitem>
    </itemizedlist>
  </section>
  <section id="sn-why-no-mp3">
    <title>MP3 Codecs and Other Patented or Closed Source Software</title>
    <para>
      This section is a brief explanation of why certain software is not
      included in &FC; or &FEX;.  This information was drawn directly
      from the canonical wiki page:
    </para>
    <para>
      <ulink
	url="http://fedoraproject.org/wiki/ForbiddenItems">http://fedoraproject.org/wiki/ForbiddenItems</ulink>
    </para>
    <para>
      A frequent question of the &FP; is why certain items are not
      included in &FC; or &FEX;. This briefly explains some of the
      reasons.
    </para>
    <para>
      Other items, such as file systems support, requires community
      participation.  For more information, refer to <ulink
	url="http://fedoraproject.org/wiki/Wishlist">http://fedoraproject.org/wiki/Wishlist</ulink>
    </para>
    <variablelist>
      <varlistentry>
	<term>NTFS</term>
	<listitem>
	  <para>
	    NTFS Support is not included in the &FC; kernel because of
	    patent concerns. Using a file system natively supported by
	    Linux such as ext3 is a better option. If you must share
	    files between Windows and Linux on a single system, use
	    FAT/FAT32 (vfat) instead. For sharing across a network,
	    Samba is a good option.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>MP3 encode/decode functionality</term>
	<listitem>
	  <para>
	    MP3 support is not included in any &FC; application because
	    MP3 is heavily patented in several regions including the
	    United States. The patent holder is unwilling to give an
	    unrestricted patent grant, as required by the GPL. Other
	    platforms might have paid the royalty and/or included
	    proprietary software. Other Linux distributions not based in
	    a region affected by the patent might ship MP3
	    decoders/encoders. However, &FC; cannot and does not ship
	    MP3 decoders/encoders in order to serve the goal of shipping
	    only free and open source software. Using other open source
	    formats such as Ogg Vorbis (a lossy codec that has better
	    quality than MP3) or FLAC (a lossless codec) is highly
	    recommended.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>NVIDIA 3D drivers</term>
	<listitem>
	  <para>
	    The NVIDIA 3D drivers are closed source. &FC; does not
	    include proprietary binaries. Consider using an Intel or any
	    other manufacturer that supports open source cards with full
	    specifications and/or source code.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>ATI 3D drivers</term>
	<listitem>
	  <para>
	    The ATI 3D drivers are closed source. &FC; does not include
	    proprietary binaries. Consider using an Intel or any other
	    manufacturer that supports open source cards with full
	    specifications and/or source code.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>RealPlayer</term>
	<listitem>
	  <para>
	    RealPlayer is a closed source application. &FC; does not
	    include proprietary binaries. Consider using open source
	    codecs that do not have patent restrictions.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>DVD video playback</term>
	<listitem>
	  <para>
	    DVD video playback (of CSS encrypted DVDs) may violate the
	    US DMCA (refer to <ulink
	      url="http://en.wikipedia.org/wiki/DMCA">http://en.wikipedia.org/wiki/DMCA</ulink>) 
	    because it may be considered circumventing an encryption
	    mechanism. Additionally, MPEG2 is a patented codec, so even
	    DVDs without encryption cannot be played. Consider using
	    open source unencrypted mediums such as Ogg Theora formats.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>Mono</term>
	<listitem>
	  <para>
	    Mono packages are not currently included due to potential
	    legal issues. (Pending more input.) Applications can be
	    written in other languages that are open source, such as
	    Python, Perl, or Ruby. Java is cross-platform and GCJ is a
	    relatively mature open source implementation of it. These
	    are not direct one-to-one equivalents with .NET but might
	    serve your purpose.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>Cryptology (mcrypt)</term>
	<listitem>
	  <para>
	    Some cryptology related packages such as mcrypt are not
	    included within &FC; due to US export restrictions. Consider
	    using non-restricted cryptographical methods instead.
	  </para>
	</listitem>
      </varlistentry>
      <varlistentry>
	<term>szip</term>
	<listitem>
	  <para>
	    The szip license is too restrictive for inclusion in &FEX;.
	    Use other open source alternatives.
	  </para>
	</listitem>
      </varlistentry>
    </variablelist>
    <para>
      In conclusion:
    </para>
    <itemizedlist>
      <listitem>
	<para> If it is proprietary, it cannot be included in &FED;.
	</para>
      </listitem>
      <listitem>
	<para>
	  If it is legally encumbered, it cannot be included in &FED;.
	</para>
      </listitem>
      <listitem>
	<para>
	  If it violates US Federal law, it cannot be included in &FED;.
	</para>
      </listitem>
    </itemizedlist>
    <para>
      Of course, the logical followup is: "But I want to get foo and do
      bar, how can I do one of the items listed above?"
    </para>
    <para>
      The unofficial <ulink
	url="http://fedorafaq.org">http://fedorafaq.org</ulink> provides
      useful answers on commonly asked questions. However, these are
      completely unsupported by the &FP;. The &FP; encourages using free
      and open source software.
    </para>
    <para>
      The binary only drivers can be acquired from the vendors. You can
      find many interesting things with Google.
    </para>
  </section>
-->
</section>
<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
fill-column: 72
End:
-->


--- NEW FILE xorg-it.xml ---
<section id="sn-xwindows">
  <title>X Window System (Graphics)</title>
  <caution>
    <title>Information Out-of-Date</title>
    <para>
      The content in this section needs to be updated for &DISTRO;
      &DISTROVER;
    </para>
  </caution>
  <para>
    This section contains information related to the X Window System
    implementation provided with &DISTRO;.
  </para>
  <section id="sn-xwindows-xorg">
    <title><filename>xorg-x11</filename></title>
    <para>
      Users new to the X.org X11 implementation should take note of a
      few differences between it and the XFree86.org X11 implementation
      which shipped in previous &RH; and &FED; operating systems. In
      particular, the names of some files have changed:
    </para>
    <para>
      X Server Binary:
    </para>
    <itemizedlist>
      <listitem>
	<para>XFree86 X11: <filename>XFree86</filename></para>
      </listitem>
      <listitem>
	<para>X.org X11: <filename>Xorg</filename></para>
      </listitem>
    </itemizedlist>
    <para>
      X Server Configuration File:
    </para>
    <itemizedlist>
      <listitem>
	<para>XFree86 X11:
	  <filename>/etc/X11/XF86Config</filename></para>
      </listitem>
      <listitem>
	<para>X.org X11: <filename>/etc/X11/xorg.conf</filename></para>
      </listitem>
    </itemizedlist>
    <para>
      X Server Log File:
    </para>
    <itemizedlist>
      <listitem>
	<para>XFree86 X11:
	  <filename>/var/log/XFree86.<replaceable>$DISPLAY</replaceable>.log</filename></para>
      </listitem>
      <listitem>
	<para>X.org X11:
	  <filename>/var/log/Xorg.<replaceable>$DISPLAY</replaceable>.log</filename></para>
      </listitem>
    </itemizedlist>
    <para>
      When configuring or troubleshooting your X server
      configuration, be sure that you are using the correct
      files.
    </para>
    <para>
      There has been some confusion regarding font-related issues
      under the X Window System in recent versions of &DISTRO; (and
      versions of &RHL; before it.)  At the present time, there are two
      font subsystems, each with different characteristics:
    </para>
    <itemizedlist>
      <listitem>
	<para>The original (15+ year old) subsystem is referred to as
	  the <firstterm>core X font subsystem</firstterm>.  Fonts
	  rendered by this subsystem are not anti-aliased, are handled
	  by the X server, and have names such as:
	  <computeroutput>-misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1</computeroutput>
	</para>
      </listitem>
      <listitem>
	<para>
	  The newer font subsystem is known as
	  <firstterm>fontconfig</firstterm>, and allows applications
	  direct access to the font files.  Fontconfig is often used
	  along with the <filename>Xft</filename> library, which allows
	  applications to render fontconfig fonts to the screen with
	  antialiasing. Fontconfig uses more human-friendly names such
	  as: <computeroutput>Luxi Sans-10</computeroutput>
	</para>
      </listitem>
    </itemizedlist>
    <para>
      Over time, fontconfig and <filename>Xft</filename> will replace
      the core X font subsystem.  At the present time, applications
      using the Qt 3 or GTK 2 toolkits (which would include KDE and
      GNOME applications) use the fontconfig and Xft font subsystem;
      almost everything else uses the core X fonts.
    </para>
    <para>
      In the future, &FC; may support only fontconfig/Xft in
      place of the XFS font server as the default local font access
      method.
    </para>
    <note>
      <title>Note</title>
      <para>
	An exception to the font subsystem usage outlined above is
	OpenOffice.org, which uses its own font rendering technology.
      </para>
    </note>
    <para>
      The steps to add new fonts to &DISTRO; &DISTROVER; depend on the
      fonts subsystem this is going to use the new fonts.  For the core X
      font subsystem:
    </para>

    <procedure>
      <step>
	<para>
	  Create the <filename>/usr/share/fonts/local/</filename>
	  directory (if it doesn't already exist):
	</para>
<screen>
<command>mkdir /usr/share/fonts/local/</command>
</screen>
      </step>
      <step>
	<para>
	  Copy the new font file into
	  <filename>/usr/share/fonts/local/</filename>
	</para>
      </step>
      <step>
	<para>
	  Update the font information by issuing the following commands
	  (note that, due to formatting restrictions, the following
	  commands may appear on more than one line; in use, each
	  command should be entered on a single line):
	</para>
<screen>
<command>ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale</command>
<command>mkfontdir /usr/share/fonts/local/</command>
</screen>
      </step>
      <step>
	<para>
	  If you had to create
	  <filename>/usr/share/fonts/local/</filename>, you must then
	  add it to the X font server (<command>xfs</command>) path:
	</para>
<screen>
<command>chkfontpath --add /usr/share/fonts/local/</command>
</screen>
      </step>
    </procedure>
    <para>
      Adding new fonts to the fontconfig font subsystem is more
      straightforward; the new font file only needs to be copied into
      the <filename>/usr/share/fonts/</filename> directory (individual
      users can modify their personal font configuration by copying the
      font file into the <filename>~/.fonts/</filename> directory).
    </para>
    <para>
      After the new font has been copied, use
      <command>fc-cache</command> to update the font information cache:
    </para>
<screen>
<command>fc-cache <replaceable><directory></replaceable></command>
</screen>
    <para>
      (Where
      <command><replaceable><directory></replaceable></command>
      would be either the <filename>/usr/share/fonts/</filename> or
      <filename>~/.fonts/</filename> directories.)
    </para>
    <para>
      Individual users may also install fonts graphically, by browsing
      <command>fonts:///</command> in
      <application>Nautilus</application>, and dragging the new font
      files there.
    </para>
    <note>
      <title>Note</title>
      <para>
	If the font filename ends with "<filename>.gz</filename>", it
	has been compressed with <command>gzip</command>, and must be
	decompressed (with the <command>gunzip</command> command) before
	the fontconfig font subsystem can use the font.
      </para>
    </note>      
    <para>
      Due to the transition to the new font system based on
      fontconfig/Xft, GTK+ 1.2 applications are not affected by any
      changes made via the <guilabel>Font Preferences</guilabel> dialog.
      For these applications, a font can be configured by adding the
      following lines to the file <filename>~/.gtkrc.mine</filename>:
    </para>
<screen>    
<computeroutput>style "user-font" {
fontset = "<replaceable><font-specification></replaceable>"
}
widget_class "*" style "user-font"</computeroutput>
</screen>
    <para>
      (Where
      <command><replaceable><font-specification></replaceable></command> 
      represents a font specification in the style used by traditional X
      applications, such as
      "<computeroutput>-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*</computeroutput>".)
    </para>
  </section>
</section>

<!--
Local variables:
mode: xml
sgml-parent-document:("RELEASE-NOTES-it.xml" "article" "section")
fill-column: 72
End:
-->




More information about the Fedora-docs-commits mailing list