Branch 'fc3' - built_html/Release_Notes_for_32-bit_x86_Systems built_html/Release_Notes_for_64-bit_x86_Systems

Rüdiger Landmann rlandmann at fedoraproject.org
Sun May 30 11:36:32 UTC 2010


 built_html/Release_Notes_for_32-bit_x86_Systems/css/content.css                 |  214 ++++
 built_html/Release_Notes_for_32-bit_x86_Systems/css/docbook.css                 |  140 ++
 built_html/Release_Notes_for_32-bit_x86_Systems/css/fedora.css                  |  456 ++++++++
 built_html/Release_Notes_for_32-bit_x86_Systems/css/layout.css                  |  346 ++++++
 built_html/Release_Notes_for_32-bit_x86_Systems/css/print.css                   |   86 +
 built_html/Release_Notes_for_32-bit_x86_Systems/css/s_code.js                   |  285 +++++
 built_html/Release_Notes_for_32-bit_x86_Systems/index.html                      |  535 ++++++++++
 built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/caution.png   |binary
 built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/important.png |binary
 built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/note.png      |binary
 built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/tip.png       |binary
 built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/warning.png   |binary
 built_html/Release_Notes_for_64-bit_x86_Systems/css/content.css                 |  214 ++++
 built_html/Release_Notes_for_64-bit_x86_Systems/css/docbook.css                 |  140 ++
 built_html/Release_Notes_for_64-bit_x86_Systems/css/fedora.css                  |  456 ++++++++
 built_html/Release_Notes_for_64-bit_x86_Systems/css/layout.css                  |  346 ++++++
 built_html/Release_Notes_for_64-bit_x86_Systems/css/print.css                   |   86 +
 built_html/Release_Notes_for_64-bit_x86_Systems/css/s_code.js                   |  285 +++++
 built_html/Release_Notes_for_64-bit_x86_Systems/index.html                      |  502 +++++++++
 built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/caution.png   |binary
 built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/important.png |binary
 built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/note.png      |binary
 built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/tip.png       |binary
 built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/warning.png   |binary
 24 files changed, 4091 insertions(+)

New commits:
commit 02d89edd6ca4f800a2c4de70b2f9e73834345369
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Sun May 30 21:35:54 2010 +1000

    add built html

diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/content.css b/built_html/Release_Notes_for_32-bit_x86_Systems/css/content.css
new file mode 100644
index 0000000..5f11807
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/css/content.css
@@ -0,0 +1,214 @@
+.name-project, .name-release, .name-version {
+}
+
+/* Front page H1 */
+#page-main h1 {
+	font-size: 1.35em;
+}
+
+#page-main h1.center {
+	text-align: center;
+}
+
+h1, h2, h3, h4 {
+	/*
+	font-style: italic;
+	*/
+	font-family: "Dejavu Sans",sans-serif;
+}
+h1 {
+	font-size: 1.75em;
+}
+
+h2 {
+	font-size: 1.25em;
+}
+
+h3 {
+	font-size: 1.1em;
+}
+
+hr {
+	border: 0;
+	border-bottom: 1px solid #ccc;
+}
+
+.fedora-side-right-content {
+	padding: 0 5px 1.5em;
+}
+#fedora-side-right h1, #fedora-side-right h2, #fedora-side-right h3 {
+	margin: 0;
+	padding: 0 4pt 0;
+	font-size: 1em;
+	letter-spacing: 2pt;
+	border-bottom: 1px solid #bbb;
+}
+#fedora-side-right hr {
+	border-bottom: 1px solid #aaa;
+	margin: 0.5em 0;
+}
+
+table tr {
+	font-size: 0.9em; 
+}
+
+
+#link-offsite {
+}
+.link-offsite-notation {
+	font-size: 0.9em;
+	color: #777;
+	padding-left: 1pt;
+	text-decoration: none !important;
+}
+#fedora-content .link-offsite-notation {
+	color: #999;
+}
+#link-redhat {
+}
+#fedora-content #link-redhat {
+}
+#link-internal {
+}
+
+#fedora-content li {
+	padding: 1pt;
+}
+#fedora-content h1 {
+	margin-top: 0;
+}
+
+#fedora-content a img {
+	margin: 1px;
+	border: 0;
+}
+#fedora-content a:hover img {
+	margin: 0;
+	border: 1px solid #f00;
+}
+#fedora-content a img.noborder {
+	margin: 0;
+	border: 0;
+}
+#fedora-content a:hover img .noborder {
+	margin: 0;
+	border: 0;
+}
+
+#fedora-project-maintainers p, #fedora-project-contributors p, #fedora-project-bugs p {
+	margin-left: 5pt;
+}
+
+#fedora-project-download dt {
+	font-weight: bold;
+	margin-top: 8pt;
+	margin-left: 5pt;
+}
+#fedora-project-download dd {
+	padding: 0;
+	margin: 10px 20px 0;
+}
+#fedora-project-screenshots a img {
+	margin: 5px;
+}
+#fedora-project-screenshots a:hover img {
+	margin: 4px;
+}
+#fedora-project-todo ul {
+	border: 1px solid #cad4e9;
+	margin: 0 1em;
+	padding: 0;
+	list-style: none;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-project-todo li {
+	margin: 0;
+	padding: 6px 8px;
+}
+#fedora-project-todo li.odd {
+	background-color: #ecf0f7;
+}
+#fedora-project-todo li.even {
+	background-color: #f7f9fc;
+}
+
+#fedora-list-packages {
+	border-collapse: collapse;
+	border: 1px solid #cad4e9;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-list-packages tr.odd td {
+	background-color: #ecf0f7;
+}
+#fedora-list-packages tr.even td {
+	background-color: #f7f9fc;
+}
+#fedora-list-packages th,
+#fedora-list-packages td {
+	margin: 0;
+	padding: 6px 8px;
+}
+#fedora-list-packages td.column-2 {
+	text-align: center;
+}
+#fedora-list-packages th {
+	background-color: #cad4e9;
+	color: #000;
+	font-weight: bold;
+	text-align: center;
+
+}
+
+/* pre.screen is for DocBook HTML output */
+code.screen, pre.screen {
+	font-family: monospace;
+	font-size: 1em;
+	display: block;
+	padding: 10px;
+	border: 1px solid #bbb;
+	background-color: #eee;
+	color: #000;
+	overflow: auto;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+	margin: 0.5em 2em;
+}
+#fedora-project code.screen {
+	margin: 0;
+}
+
+code.command, code.filename {
+	font-family: monospace;
+}
+
+code.citetitle {
+	font-family: sans-serif;
+	font-style: italic;
+}
+
+strong.application {
+	font-weight: bold;
+}
+.indent {
+	margin: 0 2em;
+}
+.fedora-docs-nav {
+	text-align: center;
+	position: relative;
+	padding: 1em;
+	margin-top: 2em;
+	border-top: 1px solid #ccc;
+}
+.fedora-docs-nav a {
+	padding: 0 1em;
+}
+.fedora-docs-nav-left {
+	position: absolute;
+	left: 0;
+}
+.fedora-docs-nav-right {
+	position: absolute;
+	right: 0;
+}
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/docbook.css b/built_html/Release_Notes_for_32-bit_x86_Systems/css/docbook.css
new file mode 100644
index 0000000..0716b28
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/css/docbook.css
@@ -0,0 +1,140 @@
+#fedora-content li p {
+	margin: 0.2em;
+}
+
+#fedora-content div.table table {
+	width: 95%;
+	background-color: #DCDCDC; 
+	color: #000000;
+	border-spacing: 0;
+}
+
+#fedora-content div.table table th {
+	border: 1px solid #A9A9A9;	
+	background-color: #A9A9A9;
+	color: #000000;
+}
+
+#fedora-content div.table table td {
+	border: 1px solid #A9A9A9; 
+	background-color: #DCDCDC;
+	color: #000000;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+
+}
+
+div.note table, div.tip table, div.important table, div.caution table, div.warning table {
+	width: 95%;
+	border: 2px solid #B0C4DE;
+	background-color: #F0F8FF;
+	color: #000000;
+	/* padding inside table area */
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 0.5em;
+}
+
+/* "Just the FAQs, ma'm." */
+.qandaset table {
+	border-collapse: collapse;
+}
+.qandaset {
+}
+.qandaset tr.question {
+}
+.qandaset tr.question td {
+	font-weight: bold;
+	padding: 0 0.5em;
+	margin: 0;
+}
+.qandaset tr.answer td {
+	padding: 0 0.5em 1.5em;
+	margin: 0;
+}
+.qandaset tr.question td, .qandaset tr.answer td {
+	vertical-align: top;
+}
+.qandaset strong {
+	text-align: right;
+}
+
+.article .table table {
+	border: 0;
+	margin: 0 auto;
+	border-collapse: collapse;
+}
+.article .table table th {
+	padding: 5px;
+	text-align: center;
+}
+
+div.example {
+        padding: 10px;
+        border: 1px solid #bbb;
+        margin: 0.5em 2em;
+}
+
+.segmentedlist {
+}
+.segmentedlist .title {
+	font-weight: bold;
+	margin-bottom: 0.5em;
+	margin-top: 1.5em;
+}
+.segmentedlist table {
+	border-collapse: collapse;
+	margin-bottom: 2em;
+}
+.segmentedlist tr {
+	border: 1px solid #22437f;
+}
+.segmentedlist tr.segtitle {
+        background: #33649f;
+	color: #fefefe;
+	font-weight: bold;
+}
+.segmentedlist th {
+	text-align: left;
+	padding: 0.5em 5em 0.5em 0.5em;
+}
+.segmentedlist td {
+	padding: 0.5em 5em 0.5em 0.5em;
+}
+.itemizedlist ul li { 
+        margin-left: 2em;
+        padding-left: 10px;
+}
+.orderedlist ol li { 
+        margin-left: 2.5em;
+        padding-left: 15px;
+}
+.toc dl dt { 
+        margin-left: 1em;
+        padding-left: 5px;
+}
+.toc dd {  
+        margin-left: 1em;
+}
+.titlepage h1 {
+        margin-left: 0em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h2 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h3 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h4 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h5 {
+        margin-left: 0.2em;
+        padding: 10px 0px 3px 0px;
+        border-bottom: 1px dotted #000;
+}
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/fedora.css b/built_html/Release_Notes_for_32-bit_x86_Systems/css/fedora.css
new file mode 100644
index 0000000..da73645
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/css/fedora.css
@@ -0,0 +1,456 @@
+*
+{
+  margin: 0;
+  padding: 0;
+}
+
+html, body
+{
+  height: 100%;
+}
+
+body
+{
+  font-size: 76%;
+  background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y;
+}
+
+a img
+{
+  border: none;
+}
+
+pre
+{
+  font-size: 2.6ex;
+}
+
+#wrapper
+{
+  font: normal 1em/1.5 sans-serif;
+  margin-left: 18px;
+  min-height: 100%;
+  background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y;
+  padding-right: 18px;
+  overflow: hidden;
+}
+
+#head
+{
+  position: relative;
+  border-top: 10px solid #337ACC;
+  padding: 1ex 2ex 75px;
+  background: #FFFFFF url(../images/line.png) 0 100% repeat-x;
+}
+
+#head h1 a
+{
+  display: block;
+  text-indent: -9999px;
+  background: url(../images/fedora-logo.png) 20px 50% no-repeat;
+  height: 73px;
+  width: 138px;
+  overflow: hidden;
+  text-decoration: none;
+}
+
+#sidebar
+{
+  float: left;
+  width: 230px;
+  margin: 2ex 0;
+  background: #FFFFFF;
+  padding-bottom: 100px;
+}
+
+#banner img
+{
+  display: block;
+  width: 200px;
+  margin: 0 auto;
+}
+
+#fedora-side-nav
+{
+  margin: 0 1.5ex;
+  padding: 0 1.5ex;
+}
+
+#fedora-side-nav-label
+{
+  font-size: 0.9em;
+  border-bottom: 1px dotted #AAAAAA;
+  color: #444444;
+  margin: 2ex 0 1ex;
+  text-transform: uppercase;
+  font-weight: normal;
+}
+
+#fedora-side-nav, #fedora-side-left ul
+{
+  list-style: url(../images/arrow.png);
+  margin-left: 15px;
+}
+
+#fedora-side-nav li
+{
+  margin: 0.25ex 1ex;
+  color: #777777;
+  font-size: 0.8em;
+}
+
+#fedora-side-nav a
+{
+  font-weight: bold;
+  margin-right: 0.75ex;
+  color: #729FCF;
+  font-size: 1.1em;
+  display: block;
+}
+
+.home #nav-home a, .get #nav-get a, .join #nav-join a, .help #nav-help a
+{
+  color: #777777;
+  text-decoration: none;
+}
+
+#content
+{
+  margin-left: 250px;
+  padding: 1ex 2ex 120px;
+  color: #666666;
+  background: #FFFFFF;
+  display: inline-block;
+}
+
+#content p, #content ul, #content ol
+{
+  font-size: 1em;
+}
+
+/* Blame IE6 and the guillotine bug for this one */
+#content { display: block; }
+
+#content h2
+{
+  font-size: 1.6em;
+}
+
+#content h3
+{
+  color: #337acc;
+  margin: 1.5ex 0 0.5ex;
+  font-size: 1.4em;
+}
+
+#content table
+{
+  border-collapse: collapse;
+}
+
+#content table th
+{
+  background: #DDDDDD;
+}
+
+#content table th, #content table td
+{
+  border: 1px solid #000000;
+  padding: 0.6ex;
+}
+
+#content p
+{
+  margin: 1ex 5ex 1ex 0;
+}
+
+#content ul
+{
+  list-style: square;
+  margin: 0 3ex 2ex;
+}
+
+#content img
+{
+  margin: 2ex 0;
+}
+
+#content a
+{
+  color: #337ACC;
+}
+
+#content .download
+{
+  list-style-image: url(../images/arrow.png);
+  list-style-position: outside;
+  margin: 1.6ex 3ex;
+}
+
+#content .download li
+{
+  color: #777777;
+  font-size: 1.1em;
+  background: #EFEFEF;
+  padding: 1ex;
+  border-bottom: 1px dotted #AAAAAA;
+}
+
+#content .download a
+{
+  font-weight: bold;
+}
+
+#content .roles
+{
+  margin: 0!important;
+  list-style: none!important;
+  display: inline;
+}
+
+#content .roles li
+{
+  float: left;
+  margin-bottom: 0.5ex;
+}
+
+#content .roles a
+{
+  line-height: 1;
+  width: 130px;
+  height: 150px;
+  text-align: center;
+  display: block;
+  text-decoration: none;
+}
+
+#content .roles a:hover
+{
+  background-color: #EFEFEF;
+}
+
+#footer
+{
+  position: relative;
+  font: normal 0.8em/1.5 sans-serif;
+  text-align: center;
+  background: #FFFFFF url(../images/line-bottom.png) 0 0 repeat-x;
+  margin: -90px 0 0;
+  border-bottom: 10px solid #337ACC;
+  height: 80px;
+  color: #AAAAAA;
+}
+
+#bottom
+{
+  margin-left: 18px;
+  padding-right: 18px;
+}
+
+#footer ul
+{
+  list-style: none;
+}
+
+#footer li
+{
+  display: inline;
+  border-left: 1px solid #AAAAAA;
+  padding: 0 0.75ex;
+  margin-left: -1px;
+}
+
+#footer li.first
+{
+  border-left: none;
+}
+
+#footer a
+{
+  color: #223344;
+}
+
+#footer a:hover
+{
+  color: #112233;
+}
+
+#footer p
+{
+  margin: 0 1.5ex;
+}
+
+#footer .copy
+{
+  padding-top: 3ex;
+}
+
+#screenshot-banner {
+  text-align: left;
+}
+
+input, textarea, select
+{
+  border: #AAA 1px solid;
+}
+
+input, textarea, option
+{
+  padding: 2px 5px 2px 5px;
+}
+
+#content #sponsors
+{
+  list-style: none;
+  margin: 0;
+  padding: 0;
+  overflow: auto;
+}
+
+#content #sponsors li
+{
+  text-align: center;
+  float: left;
+  width: 150px;
+  height: 100px;
+  margin: 0 1ex;
+}
+
+#content #sponsors li img
+{
+  display: block;
+}
+
+#content ul.downloadbox
+{
+  overflow: hidden;
+  list-style: none;
+  margin: 0 2ex;
+  padding: 6ex 2ex 4ex 180px;
+  border-radius: 1.5ex;
+  -webkit-border-radius: 1.5ex;
+  -moz-border-radius: 1.5ex;
+  background: #C0DBDD 30px 50% no-repeat;
+  font-size: 0.9em;
+  display: inline-block;
+}
+
+#content ul.installdvd { background-image: url(../images/installdvd.png); }
+#content ul.gnomelive { background-image: url(../images/gnomelive.png); }
+#content ul.kdelive { background-image: url(../images/kdelive.png); }
+
+.downloadbox li
+{
+  width: 32ex;
+  float: left;
+  padding: 0 0 2ex;
+}
+
+.downloadbox li li
+{
+  width: auto;
+  float: none;
+  padding: 0;
+}
+
+
+#content pre.command
+{
+  font-size: 1.3em;
+  border: solid #DDDDDD;
+  border-width: 1px 1px 1px 5px;
+  background: #F2F5F6;
+  padding: 0.5ex 2ex;
+}
+
+
+#content p.note
+{
+  padding: 1ex 2ex;
+  border: 1px solid #DDDDDD;
+  background: #F2F5F6;
+}
+
+#content p.warning
+{
+  padding: 1ex 2ex;
+  border: 1px solid #DDDDDD;
+  background: #FF6666;
+  color: #000000;
+}
+
+#content p.warning a
+{
+  color: #00154F;
+}
+#content ul#resources
+{
+  list-style: none;
+}
+
+#content ul#resources a
+{
+  padding-left: 20px;
+  background: url(../images/arrow.png) 0 50% no-repeat;
+}
+
+#content ul#resources li
+{
+  padding-left: 70px;
+  margin-bottom: 3.5ex;
+}
+
+ul#resources li.resource-docs
+{
+  background: url(../images/icon-docs.png) 0 50% no-repeat;
+}
+
+ul#resources li.resource-communicate
+{
+  background: url(../images/icon-communicate.png) 0 50% no-repeat;
+}
+
+ul#resources li.resource-download
+{
+  background: url(../images/icon-download.png) 0 50% no-repeat;
+}
+
+#content img.smirk
+{
+  margin: 0 1ex 0 0;
+}
+
+#content p.joinlink
+{
+  border: 1px solid #DDDDDD;
+  background: #EEEEEE;
+  padding: 1ex 5ex 1ex 5ex;
+  text-align: center;
+  font-size: 120%;
+  font-weight: bold;
+}
+
+#content #subprojects
+{
+  margin-right: 5ex;
+  padding-top: 1ex;
+}
+
+body.toc_embeded {
+	/*for web hosting system only*/
+	margin-left: 300px;
+}
+
+object.toc, iframe.toc {
+	/*for web hosting system only*/
+	border-style:none;
+	position:fixed;
+	width:290px;
+	height:99.99%;
+	top:0;
+	left:0;
+	z-index: 100;
+	border-style:none;
+	border-right:1px solid #999;
+}
+
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/lang.css b/built_html/Release_Notes_for_32-bit_x86_Systems/css/lang.css
new file mode 100644
index 0000000..e69de29
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/layout.css b/built_html/Release_Notes_for_32-bit_x86_Systems/css/layout.css
new file mode 100644
index 0000000..532e5fb
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/css/layout.css
@@ -0,0 +1,346 @@
+body {
+	font-size: 0.9em;
+	font-family: "Dejavu Sans",sans-serif;
+	margin: 0;
+	padding: 0;
+	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
+	background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y;
+}
+
+a:link {
+	color: #900;
+}
+a:visited {
+	color: #48468f;
+}
+a:hover {
+	color: #f20;
+}
+a[name] {
+	color: inherit;
+	text-decoration: inherit;
+}
+
+#fedora-header {
+	background-color: #fff;
+	height: 50px;
+}
+#fedora-header img {
+	border: 0;
+	vertical-align: middle;
+}
+#fedora-header-logo {
+	/* position is offset by the header padding amount */
+	position: absolute;
+	left: 26px;
+	top: 13px;
+	z-index: 3;
+}
+#fedora-header-logo img {
+	width: 110px;
+	height: 40;
+}
+#fedora-header-items {
+	/* position is offset by the header padding amount */
+	position: absolute;
+	right: 10px;
+	top: 15px;
+	text-align: right;
+	display: inline;
+}
+#fedora-header-items a {
+	color: #000;
+	text-decoration: none;
+	padding: 7px;
+	font-size: 0.8em;
+}
+#fedora-header-items a:hover, #fedora-header-search-button:hover {
+	color: #f20;
+	cursor: pointer;
+}
+#fedora-header-items img {
+	margin-right: 1px;
+	width: 28px;
+	height: 28px;
+}
+#fedora-header-search {
+	height: 25px;
+}
+#fedora-header-search-entry {
+	vertical-align: top;
+	margin: 0.65em 4px 0 10px;
+	padding: 2px 4px;
+	background-color: #f5f5f5;
+	border: 1px solid #999;
+	font-size: 0.8em !important;
+}
+#fedora-header-search-entry:focus {
+	background-color: #fff;
+	border: 1px solid #555;
+}
+#fedora-header-search-button {
+	font-size: 0.8em !important;
+	vertical-align: top;
+	margin-top: 0.2em;
+	border: 0;
+	padding: 7px;
+	background: #fff url('/images/header-search.png') no-repeat left;
+	padding-left: 21px;
+}
+#fedora-header-items form {
+	float: right;
+}
+#fedora-header-items input {
+	font-size: 0.85em;
+}
+#fedora-nav {
+	margin: 0;
+	padding: 0;
+	/*background-color: #22437f;*/
+	font-size: 0;
+	height: 5px;
+	/*border-top: 1px solid #000;*/
+	border-bottom: 1px solid #f5f5f5;
+}
+#fedora-nav ul {
+	margin: 0;
+	padding: 0;
+}
+#fedora-nav li {
+	display: inline;
+	list-style: none;
+	padding: 0 5pt;
+}
+#fedora-nav li + li {
+	padding-left: 8pt;
+	border-left: 1px solid #99a5bf;
+}
+#fedora-nav a {
+	color: #c5ccdb;
+	text-decoration: none;
+}
+#fedora-nav a:hover {
+	color: #fff;
+}
+
+#fedora-side-left {
+	position: absolute;
+	z-index: 2;
+	width: 11em;
+	/* Space down for the approx line height (fonts) */
+	left: 25px;
+}
+#fedora-side-right {
+	position: absolute;
+	z-index: 1;
+	width: 13em;
+	right: 12px;
+	padding-top: 3px;
+	}
+#fedora-side-left, #fedora-side-right {
+	top: 27px;
+	/* add to the top margin to compensate for the fixed sizes */
+	margin-top: 75px;
+	color: #555;
+	font-size: 0.9em;
+}
+#fedora-side-right ul {
+	list-style: square inside;
+	padding: 0;
+	margin: 0;
+}
+
+/* Left-side naviagation */
+/*#fedora-side-nav-label {
+	display: none;
+}
+#fedora-side-nav {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+	border: 1px solid #5976b2;
+	border-top: 0;
+	background-color: #22437f;
+	
+}
+#fedora-side-nav li {
+	margin: 0;
+	padding: 0;
+	border-top: 1px solid #5976b2;
+	/ IE/Win gets upset if there is no bottom border... Go figure. /
+	border-bottom: 1px solid #22437f;
+}
+#fedora-side-nav a {
+	margin: 0;
+	color: #c5ccdb;
+	display: block;
+	text-decoration: none;
+	padding: 4px 6px;
+}
+#fedora-side-nav a:hover {
+	background-color: #34548f;
+	color: #fff;
+}
+#fedora-side-nav ul {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+}
+#fedora-side-nav ul li {
+	border-top: 1px solid #34548e;
+	background-color: #34548e;
+	/ IE/Win gets upset if there is no bottom border... Go figure. /
+	border-bottom: 1px solid #34548e;
+}
+#fedora-side-nav ul li:hover {
+	border-bottom: 1px solid #34548f;
+}
+#fedora-side-nav ul li a {
+	padding-left: 12px;
+	color: #a7b2c9;
+}
+#fedora-side-nav ul li a:hover {
+	background-color: #46659e;
+}
+#fedora-side-nav ul ul li a {
+	padding-left: 18px;
+}
+#fedora-side-nav strong a {
+	font-weight: normal;
+	color: #fff !important;
+	background-color: #10203b;
+}
+#fedora-side-nav strong a:hover {
+	background-color: #172e56 !important;
+}*/
+
+ 
+/*.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {
+	background-color: #fff;
+	position: relative;
+	width: 19px;
+	height: 19px;
+	/ The following line is to render PNGs with alpha transparency within IE/Win, using DirectX /
+	/ Work-around for IE6/Mac borkage (Part 1) /
+	display: none;
+}
+
+.fedora-corner-tl, .fedora-corner-bl { float: left; left: 0px; }
+.fedora-corner-tr, .fedora-corner-br { float: right; right: 0px; }
+.fedora-corner-tl, .fedora-corner-tr { top: 0px; }
+.fedora-corner-bl, .fedora-corner-br { bottom: 0px; margin-top: -19px; / Opera fix (part 1) / top: -18px;}
+
+html>body .fedora-corner-tl { background: #fff url("/images/corner-tl.png") no-repeat left top; }
+html>body .fedora-corner-tr { background: #fff url("/images/corner-tr.png") no-repeat right top; }
+html>body .fedora-corner-bl { background: #fff url("/images/corner-bl.png") no-repeat left bottom; }
+html>body .fedora-corner-br { background: #fff url("/images/corner-br.png") no-repeat right bottom; }
+
+.fedora-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-tl.png',sizingMethod='scale'); }
+.fedora-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-tr.png',sizingMethod='scale'); }
+.fedora-corner-br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-br.png',sizingMethod='scale'); }
+.fedora-corner-bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-bl.png',sizingMethod='scale'); }*/
+
+/* \*/
+.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {
+	/* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
+	display: block;
+}
+/* */
+
+.fedora-corner-bl, .fedora-corner-br {
+	top: 0px;
+}
+
+.content { margin: 0 1em }
+
+#fedora-sidelist {
+	position: relative;
+	bottom: 3px;
+	margin: 0;
+	padding: 3px !important;
+	border: 1px solid #bbb;
+	background-color: #ccc;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-sidelist strong a {
+	font-weight: normal;
+	background-color: #555;
+	color: #fff;
+}
+#fedora-sidelist strong a:hover {
+	background-color: #333;
+	color: #fff;
+}
+#fedora-sidelist li {
+	list-style-position: outside;
+	font-size: 0.9em;
+	list-style: none;
+	border: 1px solid #ccc;
+	border-width: 1px 0;
+	padding: 0;
+	list-style: none;
+}
+#fedora-sidelist li a {
+	text-decoration: none;
+	display: block;
+	padding: 6px 8px;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-sidelist li a:hover {
+	background-color: #999;
+	color: #eee;
+}
+
+#fedora-footer {
+	font-size: 0.75em;
+	text-align: center;
+	color: #777;
+	margin-bottom: 2em;
+}
+#fedora-printable {
+	text-align: center;
+	margin: 1em 0;
+	font-size: 0.85em;
+}
+#fedora-printable a {
+	text-decoration: none;
+	padding: 5px 0;
+	padding-left: 18px;
+	background: transparent url("/images/printable.png") no-repeat left;
+}
+#fedora-printable a:hover {
+	text-decoration: underline;
+}
+
+div.display-table table {
+	width: 75%;
+	border-style: none;
+	color: #000000;
+	/* padding inside table area */
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 0.5em;
+}
+
+.display-table-cell-shaded {
+	background-color: #cccccc;
+	color: #000000;
+        width: 67%;
+        vertical-align: top;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+}
+
+.display-table-cell-boxed {
+	border: 1px solid #cccccc; 
+	background-color: #ffffff;
+	color: #000000;
+        width: 33%;
+        vertical-align: top;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+}
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/print.css b/built_html/Release_Notes_for_32-bit_x86_Systems/css/print.css
new file mode 100644
index 0000000..0be9bea
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/css/print.css
@@ -0,0 +1,86 @@
+body {
+	background: white;
+	color: black;
+	font-size: 10pt;
+	font-family: sans-serif;
+	line-height: 1.25em;
+}
+
+div {
+	border: 1px solid white;
+}
+li {
+	border: 1px solid white;
+	margin: 0;
+}
+li p {
+	display: inline;
+}
+
+h1 {
+	font-size: 16pt;
+}
+h2 {
+	font-size: 12pt;
+}
+h3,h4,h5 {
+	font-size: 10pt;
+}
+img {
+	border: 1px solid white;
+	background-color: white;
+}
+hr {
+	border: 1px dotted gray;
+	border-width: 0 0 1 0;
+	margin: 1em;
+}
+table {
+	border-collapse: collapse;
+}
+td,th {
+	border: 1px solid gray;
+	padding: 8pt;
+	font-size: 10pt;
+}
+th {
+	font-weight: bold;
+}
+#fedora-header, #fedora-footer {
+	text-align: center;
+}
+#fedora-header-items, #fedora-side-left, #fedora-side-right {
+	display: none;
+}
+
+#fedora-project-download dt {
+	font-weight: bold;
+	margin-top: 8pt;
+	margin-left: 5pt;
+}
+#fedora-project-download dd {
+	padding: 0;
+	margin: 10px 20px 0;
+}
+
+code.screen, pre.screen {
+	font-family: monospace;
+	font-size: 1em;
+	display: block;
+	padding: 5pt;
+	border: 1px dashed gray;
+	margin: 0.5em 2em;
+}
+#fedora-project code.screen {
+	margin: 0;
+}
+
+/*
+#fedora-content a:link:after, #fedora-content a:visited:after {
+	content: " (" attr(href) ") ";
+	font-size: 80%;
+}
+*/
+.navheader table, .navheader table td {
+	border: 0 !important;
+}
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/css/s_code.js b/built_html/Release_Notes_for_32-bit_x86_Systems/css/s_code.js
new file mode 100644
index 0000000..567a548
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/css/s_code.js
@@ -0,0 +1,285 @@
+/* SiteCatalyst code version: H.1.
+Copyright 1997-2005 Omniture, Inc. More info available at
+http://www.omniture.com */
+/************************ ADDITIONAL FEATURES ************************
+     Dynamic Account Selection
+*/
+/* Specify the Report Suite ID(s) to track here */
+var s_account="redhatglobal"
+var s=s_gi(s_account)
+/************************** CONFIG SECTION **************************/
+/* You may add or alter any code config here. */
+s.dynamicAccountSelection=true
+s.dynamicAccountList=""
+/* Link Tracking Config */
+s.trackDownloadLinks=true
+s.trackExternalLinks=true
+s.trackInlineStats=true
+s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls"
+s.linkInternalFilters="javascript:,redhat.com"
+s.linkLeaveQueryString=false
+s.linkTrackVars="None"
+s.linkTrackEvents="None"
+
+/* WARNING: Changing the visitor namespace will cause drastic changes
+to how your visitor data is collected.  Changes should only be made
+when instructed to do so by your account manager.*/
+s.visitorNamespace="redhat"
+
+/* Plugin Config */
+s.usePlugins=true
+function s_doPlugins(s) {
+	/* Add calls to plugins here */
+	/* External Campaign Tracking */
+	if(!s.campaign)
+		s.campaign=s.getQueryParam('sc_cid');
+	/* Internal Campaign Tracking */
+	if(!s.eVar1)
+		s.eVar1=s.getQueryParam('intcmp');
+}
+s.doPlugins=s_doPlugins
+/************************** PLUGINS SECTION *************************/
+/* You may insert any plugins you wish to use here.                 */
+
+/*
+ * Plugin: getQueryParam 1.3 - Return query string parameter values
+ */
+s.getQueryParam=new Function("qp","d",""
++"var s=this,v='',i,t;d=d?d:'';while(qp){i=qp.indexOf(',');i=i<0?qp.l"
++"ength:i;t=s.gcgi(qp.substring(0,i));if(t)v+=v?d+t:t;qp=qp.substring"
++"(i==qp.length?i:i+1)}return v");
+s.gcgi=new Function("k",""
++"var v='',s=this;if(k&&s.wd.location.search){var q=s.wd.location.sea"
++"rch.toLowerCase(),qq=q.indexOf('?');q=qq<0?q:q.substring(qq+1);v=s."
++"pt(q,'&','cgif',k.toLowerCase())}return v");
+s.cgif=new Function("t","k",""
++"if(t){var s=this,i=t.indexOf('='),sk=i<0?t:t.substring(0,i),sv=i<0?"
++"'True':t.substring(i+1);if(sk.toLowerCase()==k)return s.epa(sv)}ret"
++"urn ''");
+
+/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
+var s_objectID;function s_c2fe(f){var x='',s=0,e,a,b,c;while(1){e=
+f.indexOf('"',s);b=f.indexOf('\\',s);c=f.indexOf("\n",s);if(e<0||(b>=
+0&&b<e))e=b;if(e<0||(c>=0&&c<e))e=c;if(e>=0){x+=(e>s?f.substring(s,e):
+'')+(e==c?'\\n':'\\'+f.substring(e,e+1));s=e+1}else return x
++f.substring(s)}return f}function s_c2fa(f){var s=f.indexOf('(')+1,e=
+f.indexOf(')'),a='',c;while(s>=0&&s<e){c=f.substring(s,s+1);if(c==',')
+a+='","';else if(("\n\r\t ").indexOf(c)<0)a+=c;s++}return a?'"'+a+'"':
+a}function s_c2f(cc){cc=''+cc;var fc='var f=new Function(',s=
+cc.indexOf(';',cc.indexOf('{')),e=cc.lastIndexOf('}'),o,a,d,q,c,f,h,x
+fc+=s_c2fa(cc)+',"var s=new Object;';c=cc.substring(s+1,e);s=
+c.indexOf('function');while(s>=0){d=1;q='';x=0;f=c.substring(s);a=
+s_c2fa(f);e=o=c.indexOf('{',s);e++;while(d>0){h=c.substring(e,e+1);if(
+q){if(h==q&&!x)q='';if(h=='\\')x=x?0:1;else x=0}else{if(h=='"'||h=="'"
+)q=h;if(h=='{')d++;if(h=='}')d--}if(d>0)e++}c=c.substring(0,s)
++'new Function('+(a?a+',':'')+'"'+s_c2fe(c.substring(o+1,e))+'")'
++c.substring(e+1);s=c.indexOf('function')}fc+=s_c2fe(c)+';return s");'
+eval(fc);return f}function s_gi(un,pg,ss){var c="function s_c(un,pg,s"
++"s){var s=this;s.wd=window;if(!s.wd.s_c_in){s.wd.s_c_il=new Array;s."
++"wd.s_c_in=0;}s._il=s.wd.s_c_il;s._in=s.wd.s_c_in;s._il[s._in]=s;s.w"
++"d.s_c_in++;s.m=function(m){return (''+m).indexOf('{')<0};s.fl=funct"
++"ion(x,l){return x?(''+x).substring(0,l):x};s.co=function(o){if(!o)r"
++"eturn o;var n=new Object,x;for(x in o)if(x.indexOf('select')<0&&x.i"
++"ndexOf('filter')<0)n[x]=o[x];return n};s.num=function(x){x=''+x;for"
++"(var p=0;p<x.length;p++)if(('0123456789').indexOf(x.substring(p,p+1"
++"))<0)return 0;return 1};s.rep=function(x,o,n){var i=x.indexOf(o),l="
++"n.length>0?n.length:1;while(x&&i>=0){x=x.substring(0,i)+n+x.substri"
++"ng(i+o.length);i=x.indexOf(o,i+l)}return x};s.ape=function(x){var s"
++"=this,i;x=x?s.rep(escape(''+x),'+','%2B'):x;if(x&&s.charSet&&s.em=="
++"1&&x.indexOf('%u')<0&&x.indexOf('%U')<0){i=x.indexOf('%');while(i>="
++"0){i++;if(('89ABCDEFabcdef').indexOf(x.substring(i,i+1))>=0)return "
++"x.substring(0,i)+'u00'+x.substring(i);i=x.indexOf('%',i)}}return x}"
++";s.epa=function(x){var s=this;return x?unescape(s.rep(''+x,'+',' ')"
++"):x};s.pt=function(x,d,f,a){var s=this,t=x,z=0,y,r;while(t){y=t.ind"
++"exOf(d);y=y<0?t.length:y;t=t.substring(0,y);r=s.m(f)?s[f](t,a):f(t,"
++"a);if(r)return r;z+=y+d.length;t=x.substring(z,x.length);t=z<x.leng"
++"th?t:''}return ''};s.isf=function(t,a){var c=a.indexOf(':');if(c>=0"
++")a=a.substring(0,c);if(t.substring(0,2)=='s_')t=t.substring(2);retu"
++"rn (t!=''&&t==a)};s.fsf=function(t,a){var s=this;if(s.pt(a,',','isf"
++"',t))s.fsg+=(s.fsg!=''?',':'')+t;return 0};s.fs=function(x,f){var s"
++"=this;s.fsg='';s.pt(x,',','fsf',f);return s.fsg};s.c_d='';s.c_gdf=f"
++"unction(t,a){var s=this;if(!s.num(t))return 1;return 0};s.c_gd=func"
++"tion(){var s=this,d=s.wd.location.hostname,n=s.cookieDomainPeriods,"
++"p;if(d&&!s.c_d){n=n?parseInt(n):2;n=n>2?n:2;p=d.lastIndexOf('.');wh"
++"ile(p>=0&&n>1){p=d.lastIndexOf('.',p-1);n--}s.c_d=p>0&&s.pt(d,'.','"
++"c_gdf',0)?d.substring(p):''}return s.c_d};s.c_r=function(k){var s=t"
++"his;k=s.ape(k);var c=' '+s.d.cookie,i=c.indexOf(' '+k+'='),e=i<0?i:"
++"c.indexOf(';',i),v=i<0?'':s.epa(c.substring(i+2+k.length,e<0?c.leng"
++"th:e));return v!='[[B]]'?v:''};s.c_w=function(k,v,e){var s=this,d=s"
++".c_gd(),l=s.cookieLifetime,t;v=''+v;l=l?(''+l).toUpperCase():'';if("
++"e&&l!='SESSION'&&l!='NONE'){t=(v!=''?parseInt(l?l:0):-60);if(t){e=n"
++"ew Date;e.setTime(e.getTime()+(t*1000))}}if(k&&l!='NONE'){s.d.cooki"
++"e=k+'='+s.ape(v!=''?v:'[[B]]')+'; path=/;'+(e&&l!='SESSION'?' expir"
++"es='+e.toGMTString()+';':'')+(d?' domain='+d+';':'');return s.c_r(k"
++")==v}return 0};s.eh=function(o,e,r,f){var s=this,b='s_'+e+'_'+s._in"
++",n=-1,l,i,x;if(!s.ehl)s.ehl=new Array;l=s.ehl;for(i=0;i<l.length&&n"
++"<0;i++){if(l[i].o==o&&l[i].e==e)n=i}if(n<0){n=i;l[n]=new Object}x=l"
++"[n];x.o=o;x.e=e;f=r?x.b:f;if(r||f){x.b=r?0:o[e];x.o[e]=f}if(x.b){x."
++"o[b]=x.b;return b}return 0};s.cet=function(f,a,t,o,b){var s=this,r;"
++"if(s.isie&&a.apv>=5)eval('try{r=s.m(f)?s[f](a):f(a)}catch(e){r=s.m("
++"t)?s[t](e):t(e)}');else{if(s.ismac&&s.u.indexOf('MSIE 4')>=0)r=s.m("
++"b)?s[b](a):b(a);else{s.eh(s.wd,'onerror',0,o);r=s.m(f)?s[f](a):f(a)"
++";s.eh(s.wd,'onerror',1)}}return r};s.gtfset=function(e){var s=this;"
++"return s.tfs};s.gtfsoe=new Function('e','var s=s_c_il['+s._in+'];s."
++"eh(window,\"onerror\",1);s.etfs=1;var c=s.t();if(c)s.d.write(c);s.e"
++"tfs=0;return true');s.gtfsfb=function(a){return window};s.gtfsf=fun"
++"ction(w){var s=this,p=w.parent,l=w.location;s.tfs=w;if(p&&p.locatio"
++"n!=l&&p.location.host==l.host){s.tfs=p;return s.gtfsf(s.tfs)}return"
++" s.tfs};s.gtfs=function(){var s=this;if(!s.tfs){s.tfs=s.wd;if(!s.et"
++"fs)s.tfs=s.cet('gtfsf',s.tfs,'gtfset',s.gtfsoe,'gtfsfb')}return s.t"
++"fs};s.ca=function(){var s=this,imn='s_i_'+s.fun;if(s.d.images&&s.ap"
++"v>=3&&!s.isopera&&(s.ns6<0||s.apv>=6.1)){s.ios=1;if(!s.d.images[imn"
++"]&&(!s.isns||(s.apv<4||s.apv>=5))){s.d.write('<im'+'g name=\"'+imn+"
++"'\" height=1 width=1 border=0 alt=\"\">');if(!s.d.images[imn])s.ios"
++"=0}}};s.mr=function(sess,q,ta){var s=this,ns=s.visitorNamespace,unc"
++"=s.rep(s.fun,'_','-'),imn='s_i_'+s.fun,im,b,e,rs='http'+(s.ssl?'s':"
++"'')+'://'+(s.ssl?'smtrcs':'mtrcs')+'.redhat.com/b/ss/'+s.un+'/1/H"
++".1-pDv-2/'+sess+'?[AQB]&ndh=1'+(q?q:'')+(s.q?s.q:'')+'&[AQE]';if(s."
++"isie&&!s.ismac){if(s.apv>5.5)rs=s.fl(rs,4095);else rs=s.fl(rs,2047)"
++"}if(s.ios){im=s.wd[imn]?s.wd[imn]:s.d.images[imn];if(!im)im=s.wd[im"
++"n]=new Image;im.src=rs;if(rs.indexOf('&pe=')>=0&&(!ta||ta=='_self'|"
++"|ta=='_top'||(s.wd.name&&ta==s.wd.name))){b=e=new Date;while(e.getT"
++"ime()-b.getTime()<500)e=new Date}return ''}return '<im'+'g sr'+'c="
++"\"'+rs+'\" width=1 height=1 border=0 alt=\"\">'};s.gg=function(v){v"
++"ar s=this;return s.wd['s_'+v]};s.glf=function(t,a){if(t.substring(0"
++",2)=='s_')t=t.substring(2);var s=this,v=s.gg(t);if(v)s[t]=v};s.gl=f"
++"unction(v){var s=this;s.pt(v,',','glf',0)};s.gv=function(v){var s=t"
++"his;return s['vpm_'+v]?s['vpv_'+v]:s[v]};s.havf=function(t,a){var s"
++"=this,b=t.substring(0,4),x=t.substring(4),n=parseInt(x),k='g_'+t,m="
++"'vpm_'+t,q=t,v=s.linkTrackVars,e=s.linkTrackEvents;s[k]=s.gv(t);if("
++"s.lnk||s.eo){v=v?v+','+s.vl_l:'';if(v&&!s.pt(v,',','isf',t))s[k]=''"
++";if(t=='events'&&e)s[k]=s.fs(s[k],e)}s[m]=0;if(t=='pageURL')q='g';e"
++"lse if(t=='referrer')q='r';else if(t=='charSet'){q='ce';if(s[k]&&s."
++"em==2)s[k]='UTF-8'}else if(t=='visitorNamespace')q='ns';else if(t=="
++"'cookieDomainPeriods')q='cdp';else if(t=='cookieLifetime')q='cl';el"
++"se if(t=='visitVariableProvider')q='vvp';else if(t=='currencyCode')"
++"q='cc';else if(t=='channel')q='ch';else if(t=='campaign')q='v0';els"
++"e if(s.num(x)) {if(b=='prop')q='c'+n;else if(b=='eVar')q='v'+n;else"
++" if(b=='hier'){q='h'+n;s[k]=s.fl(s[k],255)}}if(s[k]&&t!='linkName'&"
++"&t!='linkType')s.qav+='&'+q+'='+s.ape(s[k]);return ''};s.hav=functi"
++"on(){var s=this;s.qav='';s.pt(s.vl_t,',','havf',0);return s.qav};s."
++"lnf=function(t,h){t=t?t.toLowerCase():'';h=h?h.toLowerCase():'';var"
++" te=t.indexOf('=');if(t&&te>0&&h.indexOf(t.substring(te+1))>=0)retu"
++"rn t.substring(0,te);return ''};s.ln=function(h){var s=this,n=s.lin"
++"kNames;if(n)return s.pt(n,',','lnf',h);return ''};s.ltdf=function(t"
++",h){t=t?t.toLowerCase():'';h=h?h.toLowerCase():'';var qi=h.indexOf("
++"'?');h=qi>=0?h.substring(0,qi):h;if(t&&h.substring(h.length-(t.leng"
++"th+1))=='.'+t)return 1;return 0};s.ltef=function(t,h){t=t?t.toLower"
++"Case():'';h=h?h.toLowerCase():'';if(t&&h.indexOf(t)>=0)return 1;ret"
++"urn 0};s.lt=function(h){var s=this,lft=s.linkDownloadFileTypes,lef="
++"s.linkExternalFilters,lif=s.linkInternalFilters;lif=lif?lif:s.wd.lo"
++"cation.hostname;h=h.toLowerCase();if(s.trackDownloadLinks&&lft&&s.p"
++"t(lft,',','ltdf',h))return 'd';if(s.trackExternalLinks&&(lef||lif)&"
++"&(!lef||s.pt(lef,',','ltef',h))&&(!lif||!s.pt(lif,',','ltef',h)))re"
++"turn 'e';return ''};s.lc=new Function('e','var s=s_c_il['+s._in+'],"
++"b=s.eh(this,\"onclick\");s.lnk=s.co(this);s.t();s.lnk=0;if(b)return"
++" this[b](e);return true');s.bc=new Function('e','var s=s_c_il['+s._"
++"in+'];if(s.d&&s.d.all&&s.d.all.cppXYctnr)return;s.eo=e.srcElement?e"
++".srcElement:e.target;s.t();s.eo=0');s.ot=function(o){var a=o.type,b"
++"=o.tagName;return (a&&a.toUpperCase?a:b&&b.toUpperCase?b:o.href?'A'"
++":'').toUpperCase()};s.oid=function(o){var s=this,t=s.ot(o),p=o.prot"
++"ocol,c=o.onclick,n='',x=0;if(!o.s_oid){if(o.href&&(t=='A'||t=='AREA"
++"')&&(!c||!p||p.toLowerCase().indexOf('javascript')<0))n=o.href;else"
++" if(c){n=s.rep(s.rep(s.rep(s.rep(''+c,\"\\r\",''),\"\\n\",''),\"\\t"
++"\",''),' ','');x=2}else if(o.value&&(t=='INPUT'||t=='SUBMIT')){n=o."
++"value;x=3}else if(o.src&&t=='IMAGE')n=o.src;if(n){o.s_oid=s.fl(n,10"
++"0);o.s_oidt=x}}return o.s_oid};s.rqf=function(t,un){var s=this,e=t."
++"indexOf('='),u=e>=0?','+t.substring(0,e)+',':'';return u&&u.indexOf"
++"(','+un+',')>=0?s.epa(t.substring(e+1)):''};s.rq=function(un){var s"
++"=this,c=un.indexOf(','),v=s.c_r('s_sq'),q='';if(c<0)return s.pt(v,'"
++"&','rqf',un);return s.pt(un,',','rq',0)};s.sqp=function(t,a){var s="
++"this,e=t.indexOf('='),q=e<0?'':s.epa(t.substring(e+1));s.sqq[q]='';"
++"if(e>=0)s.pt(t.substring(0,e),',','sqs',q);return 0};s.sqs=function"
++"(un,q){var s=this;s.squ[un]=q;return 0};s.sq=function(q){var s=this"
++",k='s_sq',v=s.c_r(k),x,c=0;s.sqq=new Object;s.squ=new Object;s.sqq["
++"q]='';s.pt(v,'&','sqp',0);s.pt(s.un,',','sqs',q);v='';for(x in s.sq"
++"u)s.sqq[s.squ[x]]+=(s.sqq[s.squ[x]]?',':'')+x;for(x in s.sqq)if(x&&"
++"s.sqq[x]&&(x==q||c<2)){v+=(v?'&':'')+s.sqq[x]+'='+s.ape(x);c++}retu"
++"rn s.c_w(k,v,0)};s.wdl=new Function('e','var s=s_c_il['+s._in+'],r="
++"true,b=s.eh(s.wd,\"onload\"),i,o,oc;if(b)r=this[b](e);for(i=0;i<s.d"
++".links.length;i++){o=s.d.links[i];oc=o.onclick?\"\"+o.onclick:\"\";"
++"if((oc.indexOf(\"s_gs(\")<0||oc.indexOf(\".s_oc(\")>=0)&&oc.indexOf"
++"(\".tl(\")<0)s.eh(o,\"onclick\",0,s.lc);}return r');s.wds=function("
++"){var s=this;if(s.apv>3&&(!s.isie||!s.ismac||s.apv>=5)){if(s.b&&s.b"
++".attachEvent)s.b.attachEvent('onclick',s.bc);else if(s.b&&s.b.addEv"
++"entListener)s.b.addEventListener('click',s.bc,false);else s.eh(s.wd"
++",'onload',0,s.wdl)}};s.vs=function(x){var s=this,v=s.visitorSamplin"
++"g,g=s.visitorSamplingGroup,k='s_vsn_'+s.un+(g?'_'+g:''),n=s.c_r(k),"
++"e=new Date,y=e.getYear();e.setYear(y+10+(y<1900?1900:0));if(v){v*=1"
++"00;if(!n){if(!s.c_w(k,x,e))return 0;n=x}if(n%10000>v)return 0}retur"
++"n 1};s.dyasmf=function(t,m){if(t&&m&&m.indexOf(t)>=0)return 1;retur"
++"n 0};s.dyasf=function(t,m){var s=this,i=t?t.indexOf('='):-1,n,x;if("
++"i>=0&&m){var n=t.substring(0,i),x=t.substring(i+1);if(s.pt(x,',','d"
++"yasmf',m))return n}return 0};s.uns=function(){var s=this,x=s.dynami"
++"cAccountSelection,l=s.dynamicAccountList,m=s.dynamicAccountMatch,n,"
++"i;s.un.toLowerCase();if(x&&l){if(!m)m=s.wd.location.host;if(!m.toLo"
++"werCase)m=''+m;l=l.toLowerCase();m=m.toLowerCase();n=s.pt(l,';','dy"
++"asf',m);if(n)s.un=n}i=s.un.indexOf(',');s.fun=i<0?s.un:s.un.substri"
++"ng(0,i)};s.t=function(){var s=this,trk=1,tm=new Date,sed=Math&&Math"
++".random?Math.floor(Math.random()*10000000000000):tm.getTime(),sess="
++"'s'+Math.floor(tm.getTime()/10800000)%10+sed,yr=tm.getYear(),vt=tm."
++"getDate()+'/'+tm.getMonth()+'/'+(yr<1900?yr+1900:yr)+' '+tm.getHour"
++"s()+':'+tm.getMinutes()+':'+tm.getSeconds()+' '+tm.getDay()+' '+tm."
++"getTimezoneOffset(),tfs=s.gtfs(),ta='',q='',qs='';s.uns();if(!s.q){"
++"var tl=tfs.location,x='',c='',v='',p='',bw='',bh='',j='1.0',k=s.c_w"
++"('s_cc','true',0)?'Y':'N',hp='',ct='',pn=0,ps;if(s.apv>=4)x=screen."
++"width+'x'+screen.height;if(s.isns||s.isopera){if(s.apv>=3){j='1.1';"
++"v=s.n.javaEnabled()?'Y':'N';if(s.apv>=4){j='1.2';c=screen.pixelDept"
++"h;bw=s.wd.innerWidth;bh=s.wd.innerHeight;if(s.apv>=4.06)j='1.3'}}s."
++"pl=s.n.plugins}else if(s.isie){if(s.apv>=4){v=s.n.javaEnabled()?'Y'"
++":'N';j='1.2';c=screen.colorDepth;if(s.apv>=5){bw=s.d.documentElemen"
++"t.offsetWidth;bh=s.d.documentElement.offsetHeight;j='1.3';if(!s.ism"
++"ac&&s.b){s.b.addBehavior('#default#homePage');hp=s.b.isHomePage(tl)"
++"?\"Y\":\"N\";s.b.addBehavior('#default#clientCaps');ct=s.b.connecti"
++"onType}}}else r=''}if(s.pl)while(pn<s.pl.length&&pn<30){ps=s.fl(s.p"
++"l[pn].name,100)+';';if(p.indexOf(ps)<0)p+=ps;pn++}s.q=(x?'&s='+s.ap"
++"e(x):'')+(c?'&c='+s.ape(c):'')+(j?'&j='+j:'')+(v?'&v='+v:'')+(k?'&k"
++"='+k:'')+(bw?'&bw='+bw:'')+(bh?'&bh='+bh:'')+(ct?'&ct='+s.ape(ct):'"
++"')+(hp?'&hp='+hp:'')+(p?'&p='+s.ape(p):'')}if(s.usePlugins)s.doPlug"
++"ins(s);var l=s.wd.location,r=tfs.document.referrer;if(!s.pageURL)s."
++"pageURL=s.fl(l?l:'',255);if(!s.referrer)s.referrer=s.fl(r?r:'',255)"
++";if(s.lnk||s.eo){var o=s.eo?s.eo:s.lnk;if(!o)return '';var p=s.gv('"
++"pageName'),w=1,t=s.ot(o),n=s.oid(o),x=o.s_oidt,h,l,i,oc;if(s.eo&&o="
++"=s.eo){while(o&&!n&&t!='BODY'){o=o.parentElement?o.parentElement:o."
++"parentNode;if(!o)return '';t=s.ot(o);n=s.oid(o);x=o.s_oidt}oc=o.onc"
++"lick?''+o.onclick:'';if((oc.indexOf(\"s_gs(\")>=0&&oc.indexOf(\".s_"
++"oc(\")<0)||oc.indexOf(\".tl(\")>=0)return ''}ta=o.target;h=o.href?o"
++".href:'';i=h.indexOf('?');h=s.linkLeaveQueryString||i<0?h:h.substri"
++"ng(0,i);l=s.linkName?s.linkName:s.ln(h);t=s.linkType?s.linkType.toL"
++"owerCase():s.lt(h);if(t&&(h||l))q+='&pe=lnk_'+(t=='d'||t=='e'?s.ape"
++"(t):'o')+(h?'&pev1='+s.ape(h):'')+(l?'&pev2='+s.ape(l):'');else trk"
++"=0;if(s.trackInlineStats){if(!p){p=s.gv('pageURL');w=0}t=s.ot(o);i="
++"o.sourceIndex;if(s.gg('objectID')){n=s.gg('objectID');x=1;i=1}if(p&"
++"&n&&t)qs='&pid='+s.ape(s.fl(p,255))+(w?'&pidt='+w:'')+'&oid='+s.ape"
++"(s.fl(n,100))+(x?'&oidt='+x:'')+'&ot='+s.ape(t)+(i?'&oi='+i:'')}}if"
++"(!trk&&!qs)return '';var code='';if(trk&&s.vs(sed))code=s.mr(sess,("
++"vt?'&t='+s.ape(vt):'')+s.hav()+q+(qs?qs:s.rq(s.un)),ta);s.sq(trk?''"
++":qs);s.lnk=s.eo=s.linkName=s.linkType=s.wd.s_objectID='';return cod"
++"e};s.tl=function(o,t,n){var s=this;s.lnk=s.co(o);s.linkType=t;s.lin"
++"kName=n;s.t()};s.ssl=(s.wd.location.protocol.toLowerCase().indexOf("
++"'https')>=0);s.d=document;s.b=s.d.body;s.n=navigator;s.u=s.n.userAg"
++"ent;s.ns6=s.u.indexOf('Netscape6/');var apn=s.n.appName,v=s.n.appVe"
++"rsion,ie=v.indexOf('MSIE '),i;if(v.indexOf('Opera')>=0||s.u.indexOf"
++"('Opera')>=0)apn='Opera';s.isie=(apn=='Microsoft Internet Explorer'"
++");s.isns=(apn=='Netscape');s.isopera=(apn=='Opera');s.ismac=(s.u.in"
++"dexOf('Mac')>=0);if(ie>0){s.apv=parseInt(i=v.substring(ie+5));if(s."
++"apv>3)s.apv=parseFloat(i)}else if(s.ns6>0)s.apv=parseFloat(s.u.subs"
++"tring(s.ns6+10));else s.apv=parseFloat(v);s.em=0;if(String.fromChar"
++"Code){i=escape(String.fromCharCode(256)).toUpperCase();s.em=(i=='%C"
++"4%80'?2:(i=='%U0100'?1:0))}s.un=un;s.uns();s.vl_l='charSet,visitorN"
++"amespace,cookieDomainPeriods,cookieLifetime,visitVariableProvider,p"
++"ageName,pageURL,referrer,currencyCode,purchaseID';s.vl_t=s.vl_l+',c"
++"hannel,server,pageType,campaign,state,zip,events,products,linkName,"
++"linkType';for(var n=1;n<51;n++)s.vl_t+=',prop'+n+',eVar'+n+',hier'+"
++"n;s.vl_g=s.vl_t+',trackDownloadLinks,trackExternalLinks,trackInline"
++"Stats,linkLeaveQueryString,linkDownloadFileTypes,linkExternalFilter"
++"s,linkInternalFilters,linkNames';if(pg)s.gl(s.vl_g);if(!ss){s.wds()"
++";s.ca()}}",
+l=window.s_c_il,n=navigator,u=n.userAgent,v=n.appVersion,e=v.indexOf(
+'MSIE '),m=u.indexOf('Netscape6/'),a,i,s;if(l)for(i=0;i<l.length;i++){
+s=l[i];s.uns();if(s.un==un)return s;else if(s.pt(s.un,',','isf',un)){
+s=s.co(s);s.un=un;s.uns();return s}}if(e>0){a=parseInt(i=v.substring(e
++5));if(a>3)a=parseFloat(i)}else if(m>0)a=parseFloat(u.substring(m+10)
+);else a=parseFloat(v);if(a>=5&&v.indexOf('Opera')<0&&u.indexOf(
+'Opera')<0){eval(c);return new s_c(un,pg,ss)}else s=s_c2f(c);return s(
+un,pg,ss)}
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/index.html b/built_html/Release_Notes_for_32-bit_x86_Systems/index.html
new file mode 100644
index 0000000..cd0564f
--- /dev/null
+++ b/built_html/Release_Notes_for_32-bit_x86_Systems/index.html
@@ -0,0 +1,535 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+	<head>
+		<title>Fedora Project, sponsored by Red Hat</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<link rel="stylesheet" type="text/css" media="print" href="/css/print.css">
+		<style type="text/css" media="screen">
+			@import url("./css/fedora.css");
+			@import url("./css/layout.css");
+			@import url("./css/content.css");
+			@import url("./css/docbook.css");
+			
+		</style>
+		<meta name="MSSmartTagsPreventParsing" content="TRUE">
+		<link rel="shortcut icon" href="/images/favicon.ico">
+		<link rel="icon" href="/images/favicon.ico">
+	</head>
+
+	<body class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div>
+	<div id="wrapper">
+
+		<div id="fedora-middle-two">
+			<div class="fedora-corner-tr">&nbsp;</div>
+			<div class="fedora-corner-tl">&nbsp;</div>
+			<div id="fedora-content">
+		
+<div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>Fedora Core 3 x86 Release Notes</h1></div><div><p class="copyright">Copyright © 2004 Red Hat, Inc.</p></div><div><div class="legalnotice"><div class="para">
+		The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at <a href="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</a>. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
+	</div><div class="para">
+		Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
+	</div><div class="para">
+		Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
+	</div><div class="para">
+		For guidelines on the permitted uses of the Fedora trademarks, refer to <a href="https://fedoraproject.org/wiki/Legal:Trademark_guidelines">https://fedoraproject.org/wiki/Legal:Trademark_guidelines</a>.
+	</div><div class="para">
+		<span class="trademark">Linux</span>® is the registered trademark of Linus Torvalds in the United States and other countries.
+	</div><div class="para">
+		<span class="trademark">Java</span>®  is a registered trademark of Oracle and/or its affiliates.
+	</div><div class="para">
+		<span class="trademark">XFS</span>® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
+	</div><div class="para">
+		All other trademarks are the property of their respective owners.
+	</div><p>The GPG fingerprint of the <tt class="computeroutput">"Fedora Project
+        &lt;fedora at redhat.com&gt;"</tt> key is:</p><p>CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2</p></div></div></div><div></div><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-intro"></a>Introduction</h2></div></div><div></div></div><p>The Fedora Project is an openly-developed project designed by Red Hat, open for
+      general participation, led by a meritocracy, and following a set of
+      project objectives.  The results from this project include Fedora Core, a
+      complete, general-purpose operating system built exclusively from open
+      source software.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>Fedora Core is not a supported product of Red Hat, Inc.</p></div><p>For more information, refer to the Fedora Project overview later in this
+      document.</p><p>The following topics related to Fedora Core 3 are covered in
+      this document:</p><div class="itemizedlist"><ul type="disc"><li><p>Introduction (this section)</p></li><li><p>Hardware requirements</p></li><li><p>Overview of this release</p></li><li><p>Installation-related notes</p></li><li><p>Package-specific notes</p></li><li><p>Packages added/removed/deprecated</p></li><li><p>An overview of the Fedora Project</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-hardware-reqs"></a>Hardware Requirements</h2></div></div><div></div></div><p>The following information represents the minimum hardware requirements
+      necessary to successfully install Fedora Core 3.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The compatibility/availability of other hardware components (such as
+        video and network cards) may be required for specific installation modes
+        and/or post-installation usage.</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849752"></a>CPU Requirements</h3></div></div><div></div></div><p>This section lists the CPU specifications required by Fedora Core
+        3.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title"> Note</h3><p> The following CPU specifications
+          are stated in terms of Intel processors.  Other processors (notably,
+          offerings from AMD, Cyrix, and VIA) that are compatible with and
+          equivalent to the following Intel processors may also be used with
+          Fedora Core.</p></div><div class="itemizedlist"><ul type="disc"><li><p> Minimum: Pentium-class</p><p> Fedora Core 3 is
+            optimized for Pentium 4 CPUs, but also supports earlier CPUs (such
+            as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD
+            and VIA variants).  This approach has been taken because
+            Pentium-class optimizations actually result in reduced performance
+            for non-Pentium-class processors, and Pentium 4 scheduling is
+            sufficiently different (while making up the bulk of today's
+            processors) to warrant this change.</p></li><li><p> Recommended for text-mode: 200
+            MHz Pentium-class or better</p></li><li><p> Recommended for graphical: 400
+            MHz Pentium II or better</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849723"></a>Hard Disk Space Requirements</h3></div></div><div></div></div><p>This section lists the disk space required to install Fedora Core
+        3.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The disk space requirements listed below represent the disk space
+          taken up by Fedora Core 3 <span class="emphasis"><em>after</em></span> the
+          installation is complete.  However, additional disk space is required
+          during the installation to support the installation environment.  This
+          additional disk space corresponds to the size of
+          <tt class="filename">/Fedora/base/stage2.img</tt> (on CD-ROM 1) plus the
+          size of the files in <tt class="filename">/var/lib/rpm</tt> on the
+          installed system.</p><p>In practical terms, this means that as little as an additional
+          90MB can be required for a minimal installation, while as much as an
+          additional 175MB can be required for an "everything"
+          installation.</p><p>Also, keep in mind that additional space will be required for any
+          user data, and at least 5% free space should be maintained for proper
+          system operation.</p></div><div class="itemizedlist"><ul type="disc"><li><p> Custom Installation (Minimal):
+            620MB</p></li><li><p> Server: 1.1GB</p></li><li><p> Personal Desktop: 2.3GB</p></li><li><p> Workstation: 3.0GB</p></li><li><p> Custom Installation
+            (Everything): 6.9GB</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849824"></a>Memory Requirements</h3></div></div><div></div></div><p>This section lists the memory required to install Fedora Core
+        3.</p><div class="itemizedlist"><ul type="disc"><li><p> Minimum for text-mode:
+            64MB</p></li><li><p> Minimum for graphical:
+            192MB</p></li><li><p> Recommended for graphical:
+            256MB</p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-overview"></a>Overview of This Release</h2></div></div><div></div></div><p>The following list includes brief summaries of some of the more
+    significant aspects of Fedora Core 3:</p><div class="itemizedlist"><ul type="disc"><li><p>Fedora Core 3 contains the following changes:</p><div class="itemizedlist"><ul type="circle"><li><p>GCC 3.4</p></li><li><p>GNOME 2.8</p></li><li><p>KDE 3.3</p></li><li><p>SELinux — This includes a new "targeted" policy that
+              monitors specific daemons with less intrusion than the strict
+              policy in use before.  This policy is enabled by default.  For
+              more information, refer to:</p><p><a href="http://fedora.redhat.com/docs/selinux-faq/" target="_top">http://fedora.redhat.com/docs/selinux-faq/</a></p></li><li><p>Indic language support</p></li><li><p>Firefox and Mozilla can be enabled with pango rendering
+              support, which enables many text layout features, including the
+              rendering of CTL (Complex Text Layout) such as Indic languages. To
+              enable this, set the following environment variable when running
+              Firefox or Mozilla:</p><p><span><b class="command">MOZ_ENABLE_PANGO=1</b></span></p></li><li><p>Kernel and <tt class="filename">e2fsprogs</tt> support for online
+              growing of ext3 file systems</p></li><li><p>Various desktop-related features, including, but not limited
+              to:</p><div class="itemizedlist"><ul type="disc"><li><p>Remote desktops using VNC (<a href="http://www.redhat.com/archives/fedora-desktop-list/2004-June/msg00007.html" target="_top">http://www.redhat.com/archives/fedora-desktop-list/2004-June/msg00007.html</a>)</p></li><li><p>Printing improvements (<a href="http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00370.html" target="_top">http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00370.html</a>)</p></li><li><p>Evolution 2.0</p></li></ul></div></li></ul></div></li></ul></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>VMware WS 4.5.2 is known to work on Fedora Core 3 after the
+        following workarounds are used:</p><div class="itemizedlist"><ul type="disc"><li><p>You must upgrade the kernel modules and configuration using the
+            unofficial <tt class="filename">vmware-any-any-*</tt> toolkit available
+            from:</p><p><a href="http://platan.vc.cvut.cz/ftp/pub/vmware/" target="_top">http://platan.vc.cvut.cz/ftp/pub/vmware/</a></p></li><li><p>After <tt class="filename">vmware-config.pl</tt> is run and the
+            VMware modules are loaded, the following command creates the 
+            <tt class="filename">/sys/class/*</tt> nodes needed for udev:</p><p><span><b class="command">cp -rp /dev/vm* /etc/udev/devices/</b></span></p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-anaconda"></a>Installation-Related Notes</h2></div></div><div></div></div><p>This section outlines those issues that are related to Anaconda (the
+      Fedora Core installation program) and installing Fedora Core 3 in
+      general.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>If you intend to download the Fedora Core 3 DVD ISO image,
+        keep in mind that not all file downloading tools can accommodate files
+        larger than 2GB in size.  For example, <span><b class="command">wget</b></span> will exit
+        with a <tt class="computeroutput">File size limit exceeded</tt>
+        error.</p><p>The <span><b class="command">curl</b></span> and <span><b class="command">ncftpget</b></span> file
+        downloading tools do not have this limitation, and can successfully
+        download files larger than 2GB.</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849765"></a>Anaconda Notes</h3></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>The Fedora Core installation program has the ability to test the
+            integrity of the installation media. It works with the CD, DVD, hard
+            drive ISO, and NFS ISO installation methods. Red Hat 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 <span><b class="command">linux mediacheck</b></span> at the
+            <tt class="prompt">boot:</tt> prompt.</p></li><li><p> Memory testing may be performed
+            prior to installing Fedora Core by entering
+            <span><b class="command">memtest86</b></span> at the <tt class="prompt">boot:</tt> prompt.
+            This causes the Memtest86 standalone memory testing software to run.
+            Memtest86 memory testing continues until the <span><b class="keycap">Esc</b></span>
+            key is pressed.</p><p> NOTE: You must boot from CD-ROM
+            1 (or a rescue CD-ROM) in order to use this feature.</p></li><li><p>Fedora Core 3 supports graphical FTP and HTTP
+            installations.  However, due to the necessity of containing the
+            installer image in RAM, only systems with more than 128MB of RAM (or
+            systems booted from CD-ROM 1, which contains the installer image)
+            can use the graphical installer.  Systems with 128MB or less will
+            continue to use the text-based installer.</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850295"></a>Installation-Related Issues</h3></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>Certain hardware configurations (particularly those with LCD
+            displays) may experience problems while starting the Fedora Core
+            installation program.  In these instances, restart the installation,
+            and add the "<span><b class="command">nofb</b></span>" option to the boot command
+            line.</p><p>NOTE: Chinese, Japanese, and Korean graphical installations
+            started using the "<span><b class="command">nofb</b></span>" option will start in
+            English, and then switch to the appropriate language once the
+            graphical phase of the installation process begins.</p></li><li><p> Some Sony <span class="trademark">VAIO</span>® notebook systems may experience
+            problems installing Fedora Core from CD-ROM.  If this happens, restart
+            the installation process and add the following option to the boot
+            command line:</p><p> <span><b class="command">pci=off
+              ide1=0x180,0x386</b></span></p><p> This option allows the
+            installation to proceed normally; any devices not detected due to
+            the use of this option will be configured the first time Fedora Core is
+            booted.</p></li><li><p>Serial mice are known to be inoperative during installation.
+            However, there are indications that serial mice work properly in X
+            after the installation has completed.  Refer to bug 119474 for more
+            information:</p><p><a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474" target="_top">http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474</a></p></li><li><p> There have been issues observed
+          when upgrading Red Hat Linux 7.<i class="replaceable"><tt>&lt;x&gt;</tt></i>, 8.0, 9,
+          and Fedora Core 1 systems running Ximian GNOME. The issue is caused by
+          version overlap between the official Red Hat Linux RPMs (or the ones from the
+          Fedora Project) and the Ximian RPMs.  This configuration is not supported.
+          You have several choices in resolving this issue:</p><p> 1) You may remove Ximian GNOME
+            from your system prior to upgrading to Fedora Core.</p><p> 2) You may upgrade your system,
+            and then immediately reinstall Ximian GNOME.</p><p> 3) You may upgrade your system,
+            and then immediately remove all remaining Ximian RPMs, replacing
+            them with the corresponding Fedora Core RPMs.</p><p> You <span class="emphasis"><em>must</em></span>
+            resolve the version overlap using one of the above choices.  Failure
+            to do so will result in an unstable GNOME configuration.</p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id850126"></a>Package-Specific Notes</h2></div></div><div></div></div><p>The following sections contain information regarding packages that
+      have undergone significant changes for Fedora Core 3.  For easier
+      access, they are organized using the same groups used in Anaconda.</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849456"></a>Base</h3></div></div><div></div></div><p>This section contains information related to basic system
+        components.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850218"></a><tt class="filename">openssh</tt></h4></div></div><div></div></div><p>Fedora Core 3 contains OpenSSH 3.9, which includes strict
+          permission and ownership checks for the
+          <tt class="filename">~/.ssh/config</tt> file.  These checks mean that
+          <span><b class="command">ssh</b></span> will exit if this file does not have
+          appropriate ownership and permissions.</p><p>Therefore, make sure that <tt class="filename">~/.ssh/config</tt> is
+          owned by the owner of <tt class="filename">~/</tt>, and that its
+          permissions are set to mode 600.</p><p>In addition, OpenSSH is no longer configured to request X11
+          forwarding by default when connecting to servers.  To enable X11
+          forwarding, the <span><b class="command">-X</b></span> or <span><b class="command">-Y</b></span> option
+          must be specified, or the <span><b class="command">ForwardX11</b></span> option must be
+          enabled in the <tt class="filename">~/.ssh/config</tt> file.</p><p>The behavior of ssh clients that are invoked with the
+          <span><b class="command">-X</b></span> flag 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
+          <span><b class="command">-Y</b></span> flag instead of the <span><b class="command">-X</b></span> flag,
+          or set <span><b class="command">ForwardX11Trusted</b></span> in the
+          <tt class="filename">~/.ssh/config</tt> file.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850259"></a>Core</h3></div></div><div></div></div><p>This section contains the most elemental components of Fedora Core,
+        including the kernel.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id849698"></a><tt class="filename">e2fsprogs</tt></h4></div></div><div></div></div><p>The <tt class="filename">ext2online</tt> utility has been added for
+          online growing of existing ext3 file systems.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>It is important to keep in mind that
+            <tt class="filename">ext2online</tt> does not grow the underlying block
+            device itself — there must be sufficient unused space already
+            present on the device.  The easiest way to ensure this is to use LVM
+            volumes and to run <tt class="filename">lvresize</tt> or
+            <tt class="filename">lvextend</tt> to extend the device.</p></div><p>In addition, file systems must be specially prepared in order to
+          be resized past a certain point.  The preparation involves reserving a
+          small amount of space into which on-disk tables can grow.  For
+          newly-created file systems, <tt class="filename">mke2fs</tt> reserves such
+          space automatically; the space reserved is sufficient to grow the file
+          system by a factor of 1000.  The creation of this reserved space can
+          be disabled by the following command:</p><p><span><b class="command">mke2fs -O ^resize_inode</b></span></p><p>Future releases of Fedora Core will allow the creation of this
+          reserved space on existing file systems.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850584"></a><tt class="filename">glibc</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>The version of <tt class="filename">glibc</tt> provided with
+              Fedora Core 3 performs additional internal sanity checks to
+              prevent and detect data corruption as early as possible.  By
+              default, should corruption be detected, a message similar to the
+              following will be displayed on standard error (or logged via
+              syslog if stderr is not open):</p><p><tt class="computeroutput">*** glibc detected *** double free or
+                corruption: 0x0937d008 ***</tt></p><p>By default, the program that generated this error will also be
+              killed; however, this (and whether or not an error message is
+              generated) can be controlled via the <tt class="envar">MALLOC_CHECK_</tt>
+              environment variable.  The following settings are
+              supported:</p><div class="itemizedlist"><ul type="circle"><li><p>0 — Do not generate an error message, and do not
+                  kill the program</p></li><li><p>1 — Generate an error message, but do not kill the
+                  program</p></li><li><p>2 — Do not generate an error message, but kill the
+                  program</p></li><li><p>3 — Generate an error message and kill the
+                  program</p></li></ul></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>If MALLOC_CHECK_ is explicitly set a value other than 0,
+                this causes <tt class="filename">glibc</tt> to perform more tests
+                that are more extensive than the default, and may impact
+                performance.</p></div><p>Should you have a program from a third party ISV that triggers
+              these corruption checks and displays a message, you should file a
+              defect report with the application's vendor, since this indicates
+              a serious bug.</p></li></ul></div></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850734"></a><tt class="filename">hotplug</tt></h4></div></div><div></div></div><p>The location where <tt class="filename">hotplug</tt> expects firmware
+          to be loaded into (for example, firmware for Cardbus cards) has
+          changed from <tt class="filename">/usr/lib/hotplug/firmware</tt> to
+          <tt class="filename">/lib/firmware</tt>.  Existing firmware files must be
+          moved into the new directory.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850167"></a><tt class="filename">kernel</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>In the past, the process of updating the kernel did not change
+              the default kernel in the system's boot loader
+              configuration.</p><p>Fedora Core 3 changes this behavior to set
+              newly-installed kernels as the default.  This behavior applies to
+              all installation methods (including <span><b class="command">rpm
+              -i</b></span>).</p><p>This behavior is controlled by two lines in the
+              <tt class="filename">/etc/sysconfig/kernel</tt> file:</p><div class="itemizedlist"><ul type="circle"><li><p><span><b class="command">UPGRADEDEFAULT</b></span> — Controls whether
+                  new kernels will be booted by default (default value:
+                  <span><b class="command">yes</b></span>)</p></li><li><p><span><b class="command">DEFAULTKERNEL</b></span> — kernel RPMs whose
+                  names match this value will be booted by default (default
+                  value: depends on hardware configuration)</p></li></ul></div></li><li><p>In order to eliminate the redundancy inherent in providing a
+              separate package for the kernel source code when that source code
+              already exists in the kernel's <tt class="filename">.src.rpm</tt> file,
+              Fedora Core 3 no longer includes the
+              <tt class="filename">kernel-source</tt> package.  Users that require
+              access to the kernel sources can find them in the
+              <tt class="filename">kernel</tt> <tt class="filename">.src.rpm</tt> file.
+              To create an exploded source tree from this file, perform the
+              following steps (note that
+              <tt class="filename"><i class="replaceable"><tt>&lt;version&gt;</tt></i></tt>
+              refers to the version specification for your currently-running
+              kernel):</p><div class="orderedlist"><ol type="1"><li><p>Obtain the
+                  <tt class="filename">kernel-<i class="replaceable"><tt>&lt;version&gt;</tt></i>.src.rpm</tt>
+                  file from one of the following sources:</p><div class="itemizedlist"><ul type="circle"><li><p>The <tt class="filename">SRPMS</tt> directory on the
+                      appropriate "SRPMS" CD iso image</p></li><li><p>The FTP site where you got the kernel package</p></li><li><p>By running the following command:</p><p><span><b class="command">up2date --get-source kernel</b></span></p></li></ul></div></li><li><p>Install
+                  <tt class="filename">kernel-<i class="replaceable"><tt>&lt;version&gt;</tt></i>.src.rpm</tt>
+                  (given the default RPM configuration, the files this package
+                  contains will be written to
+                  <tt class="filename">/usr/src/redhat/</tt>)</p></li><li><p>Change directory to
+                    <tt class="filename">/usr/src/redhat/SPECS/</tt>, and issue the
+                    following command:</p><p><span><b class="command">rpmbuild -bp
+                    --target=<i class="replaceable"><tt>&lt;arch&gt;</tt></i>
+                    kernel.spec</b></span></p><p>(Where
+                  <span><b class="command"><i class="replaceable"><tt>&lt;arch&gt;</tt></i></b></span> is
+                  the desired target architecture.)</p><p>On a default RPM configuration, the kernel tree will be
+                  located in <tt class="filename">/usr/src/redhat/BUILD/</tt>.</p></li><li><p>In resulting tree, the configurations for the specific
+                  kernels shipped in Fedora Core 3 are in the
+                  <tt class="filename">/configs/</tt> directory.  For example, the
+                  i686 SMP configuration file is named
+                  <tt class="filename">/configs/kernel-<i class="replaceable"><tt>&lt;version&gt;</tt></i>-i686-smp.config</tt>.
+                  Issue the following command to place the desired configuration
+                  file in the proper place for building:</p><p><span><b class="command">cp
+                    <i class="replaceable"><tt>&lt;desired-file&gt;</tt></i>
+                    ./.config</b></span></p></li><li><p>Issue the following command:</p><p><span><b class="command">make oldconfig</b></span></p></li></ol></div><p>You can then proceed as usual.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>An exploded source tree is <span class="emphasis"><em>not</em></span> required
+                to build kernel modules against the currently in-use kernel.</p><p>For example, to build the <tt class="filename">foo.ko</tt>
+                module, create the following file (named
+                <tt class="filename">Makefile</tt>) in the directory containing the
+                <tt class="filename">foo.c</tt> file:</p><pre class="screen">
+<tt class="computeroutput">
+obj-m    := foo.o
+
+KDIR    := /lib/modules/$(shell uname -r)/build
+PWD    := $(shell pwd)
+
+default:
+    $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
+</tt>
+              </pre><p>Issue the <span><b class="command">make</b></span> command to build the
+              <tt class="filename">foo.ko</tt> module.</p></div></li><li><p>I<sub>2</sub>O SCSI RAID adapters from
+              manufacturers such as Adaptec now use the
+              <tt class="filename">i2o_block</tt> driver, rather than the
+              <tt class="filename">dpt_i2o</tt> driver used by Fedora Core 1 and earlier
+              distributions.</p><p>Be aware that block devices used by the
+              <tt class="filename">i2o_block</tt> driver are
+              <tt class="filename">/dev/i2o/hd*</tt> rather than the
+              <tt class="filename">/dev/sd*</tt> SCSI devices.  This may be
+              problematic for those upgrading from older distributions that used
+              the <tt class="filename">dpt_i2o</tt> driver.  Therefore, after an
+              upgrade to Fedora Core 3, you may need to boot using a
+              rescue disk and edit your <tt class="filename">/etc/fstab</tt> file to
+              use the new devices.</p><p>For more information about the new I<sub>2</sub>O
+              device layer and Fedora Core-specific notes, visit the
+              I<sub>2</sub>O homepage:</p><p><a href="http://i2o.shadowconnect.com/" target="_top">http://i2o.shadowconnect.com/</a></p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851166"></a>Language Support</h3></div></div><div></div></div><p>This section includes information related to the support of various
+        languages under Fedora Core.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850703"></a><tt class="filename">iiimf</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>The default Input Method (IM) for Chinese (Simplified and
+              Traditional), Japanese, and Korean has been changed to IIIMF
+              — the Internet/Intranet Input Method Framework.  IIIMF is
+              supported as a native GTK2 IM module, and also through XIM using
+              the httx client.  IIIMF supports the use of multiple Language
+              Engines (LEs) at the same time; using the GNOME Input Method
+              Language Engine Tool (<span class="application">GIMLET</span> — an
+              applet) it is possible to switch between LEs of different
+              languages inside GTK2 applications.</p><p>IIIMF currently defaults to using
+              <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Space</b></span>
+              or
+              <span><b class="keycap">Shift</b></span>-<span><b class="keycap">Space</b></span>
+              for toggling the input method on and off
+              (<span class="application">Emacs</span> users can use
+              <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">@</b></span>
+              instead of
+              <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Space</b></span>
+              to set the mark.)</p><p>Depending on your selection at the language support screen
+              during installation, one or more IIIMF language engines may be
+              installed. The IIIMF server package
+              (<tt class="filename">iiimf-server</tt>) will also be installed if a
+              language engine has been selected.  The language to language
+              engine (LE) package mappings are as follows:</p><div class="itemizedlist"><ul type="circle"><li><p>ja_JP — <tt class="filename">iiimf-le-canna</tt></p></li><li><p>zh_CN — <tt class="filename">iiimf-le-chinput</tt></p></li><li><p>zh_TW — <tt class="filename">iiimf-le-xcin</tt></p></li><li><p>ko_KR — <tt class="filename">iiimf-le-hangul</tt></p></li><li><p>{bn,gu,pa,ta,hi}_IN —
+                <tt class="filename">iiimf-le-unit</tt></p></li></ul></div><p>Accordingly, input via IIIMF will be enabled if you have
+              chosen one of the following as your default locale:</p><div class="itemizedlist"><ul type="circle"><li><p>ja_JP</p></li><li><p>zh_CN</p></li><li><p>zh_TW</p></li><li><p>ko_KR</p></li><li><p>{bn,gu,pa,ta,hi}_IN</p></li></ul></div><p>To aid your use of IIIMF, if you have selected one of the
+              above locales and you are using the GNOME Desktop, when you first
+              login the <span class="application">GIMLET</span> utility (part of the
+              <tt class="filename">iiimf-gnome-im-switcher</tt> package) will
+              automatically be added to your panel.</p><p><span class="application">GIMLET</span> is a utility for switching
+              between the different LEs that are installed on your system.
+              Using a different language engine allows you to enter text in
+              different languages.  Alternatively you may add
+              <span class="application">GIMLET</span> manually to your panel by right
+              clicking on the panel and selecting:</p><p><span class="guimenuitem">Add to Panel</span> -&gt;
+              <span class="guimenuitem">GIMLET</span></p><p>Should you wish to switch between IIIMF or the legacy input
+              method framework XIM, you can use the
+              <span class="application">system-switch-im</span> application.  After
+              changing the input method framework your changes will be reflected
+              when you next start the X Window System.</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851228"></a>Mail Server</h3></div></div><div></div></div><p>This section contains information related to the mail transport
+        agents included with Fedora Core.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850918"></a><tt class="filename">mailman</tt></h4></div></div><div></div></div><p>Earlier <tt class="filename">mailman</tt> RPMs installed all files
+          under the <tt class="filename">/var/mailman/</tt> directory.
+          Unfortunately, this did not conform to the Filesystem Hierarchy
+          Standard (FHS) and also created security violations when SELinux was
+          enabled.</p><p>If you previously had <tt class="filename">mailman</tt> installed and
+          had edited files in <tt class="filename">/var/mailman/</tt> (such as
+          <tt class="filename">mm_cfg.py</tt>) you must move those changes to their
+          new location, as documented in the following file:</p><p><tt class="filename">/usr/share/doc/mailman-*/INSTALL.REDHAT</tt></p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id849689"></a><tt class="filename">sendmail</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>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 <tt class="filename">/etc/mail/sendmail.mc</tt>
+            and change the <i class="parameter"><tt>DAEMON_OPTIONS</tt></i> line to also
+            listen on network devices (or comment out this option entirely using
+            the <span><b class="command">dnl</b></span> comment delimiter).  You must then
+            regenerate <tt class="filename">/etc/mail/sendmail.cf</tt> by running the
+            following command (as root):</p><p><span><b class="command">make -C /etc/mail</b></span></p><p>Note that you must have the <tt class="filename">sendmail-cf</tt>
+            package installed for this to work.</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851548"></a>Server Configuration Tools</h3></div></div><div></div></div><p>This section contains information related to various server
+        configuration tools.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850898"></a><tt class="filename">system-config-securitylevel</tt></h4></div></div><div></div></div><p>The firewall constructed by the
+          <span><b class="command">system-config-securitylevel</b></span> configuration tool now
+          allows CUPS and Multicast DNS (mDNS) browsing.  Note that, at the
+          present time, these services cannot be disabled by
+          <span><b class="command">system-config-securitylevel</b></span>.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849845"></a>Sound and Video</h3></div></div><div></div></div><p>This section contains information related to multimedia
+        applications.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id849889"></a><tt class="filename">k3b</tt></h4></div></div><div></div></div><p>Past users of the CD/DVD burning application
+          <span class="application">k3b</span> may notice that the program
+          <span><b class="command">k3bsetup</b></span> is missing.  This is because
+          <span><b class="command">k3bsetup</b></span> is not necessary under Fedora Core
+          3.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850790"></a>Web Server</h3></div></div><div></div></div><p>This section contains information related to Web-related
+        tools.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850910"></a><tt class="filename">crypto-utils</tt></h4></div></div><div></div></div><p>The <span><b class="command">certwatch(1)</b></span> tool has been added to the
+          <tt class="filename">crypto-utils</tt> package.  This tool is used to send
+          warning mail to root when any configured SSL certificates have expired
+          or are approaching the expiration date.  By default, the tool checks
+          any certificates that are enabled in the <tt class="filename">mod_ssl</tt>
+          configuration.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850931"></a><tt class="filename">httpd</tt></h4></div></div><div></div></div><p>By default, the <span><b class="command">httpd</b></span> daemon is now started
+          using the C locale, rather than using the configured system locale
+          setting.  This behavior can be changed by setting the
+          <tt class="envar">HTTPD_LANG</tt> variable in the
+          <tt class="filename">/etc/sysconfig/httpd</tt> file.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851212"></a><tt class="filename">php</tt></h4></div></div><div></div></div><p>The gd, mbstring, and ncurses extensions have been moved to the
+          <tt class="filename">php-gd</tt>, <tt class="filename">php-mbstring</tt>, and
+          <tt class="filename">php-ncurses</tt> packages, respectively.  Note that
+          you will need to install these packages manually (if required) when
+          upgrading from an earlier release.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850865"></a>Windows File Server</h3></div></div><div></div></div><p>This section contains information related to Samba, software that
+        makes it possible to share files between Linux and Windows
+        systems.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851541"></a><tt class="filename">samba</tt></h4></div></div><div></div></div><p>Browsing of Windows shares (also known as SMB browsing) fails on
+          Fedora Core 3 systems that have the standard firewall
+          configured.  This is most easily noticed in the failure of Nautilus to
+          display shares.  The failure is due to the firewall disrupting the
+          broadcast mode of SMB browsing, which is Samba's default setting.
+          There are two workarounds:</p><div class="itemizedlist"><ul type="disc"><li><p>Configure a WINS server on the network, and set the "wins
+              server" option in <tt class="filename">smb.conf</tt> to the address of
+              the WINS server.</p></li><li><p>Disable the firewall</p></li></ul></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>Depending on your system and network configurations, disabling
+            the firewall can greatly increase the chance of your system being
+            attacked and compromised.  Make sure you <span class="emphasis"><em>fully</em></span>
+            understand the risks before undertaking this step.</p></div><p>For additional information, refer to the following bug
+          report:</p><p><a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=133478" target="_top">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=133478</a></p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851717"></a>X Window System</h3></div></div><div></div></div><p>This section contains information related to the X Window System
+        implementation provided with Fedora Core.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851505"></a><tt class="filename">xorg-x11</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>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 Red Hat operating systems.
+              In particular, the names of some files have changed:</p><p>X Server Binary:</p><div class="itemizedlist"><ul type="circle"><li><p>XFree86 X11: <tt class="filename">XFree86</tt></p></li><li><p>X.org X11: <tt class="filename">Xorg</tt></p></li></ul></div><p>X Server Configuration File:</p><div class="itemizedlist"><ul type="circle"><li><p>XFree86 X11:
+                  <tt class="filename">/etc/X11/XF86Config</tt></p></li><li><p>X.org X11: <tt class="filename">/etc/X11/xorg.conf</tt></p></li></ul></div><p>X Server Log File</p><div class="itemizedlist"><ul type="circle"><li><p>XFree86 X11:
+                  <tt class="filename">/var/log/XFree86.<i class="replaceable"><tt>$DISPLAY</tt></i>.log</tt></p></li><li><p>X.org X11:
+                  <tt class="filename">/var/log/Xorg.<i class="replaceable"><tt>$DISPLAY</tt></i>.log</tt></p></li></ul></div><p>When configuring or troubleshooting your X server
+              configuration, be sure that you are using the correct
+              files.</p></li><li><p>There has been some confusion regarding font-related issues
+              under the X Window System in recent versions of Fedora Core (and
+              versions of Red Hat Linux before it.)  At the present time, there are two
+              font subsystems, each with different characteristics:</p><p>- 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:</p><p>-misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1</p><p>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:</p><p>Luxi Sans-10</p><p>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.</p><p>In the future, Fedora Core may support only fontconfig/Xft in
+              place of the XFS font server as the default local font access
+              method.</p><p>NOTE: An exception to the font subsystem usage outlined above
+              is OpenOffice.org (which uses its own font rendering
+              technology).</p><p>If you wish to add new fonts to your Fedora Core 3
+              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:</p><p>1. Create the <tt class="filename">/usr/share/fonts/local/</tt>
+              directory (if it doesn't already exist):</p><p><span><b class="command">mkdir /usr/share/fonts/local/</b></span></p><p>2. Copy the new font file into
+              <tt class="filename">/usr/share/fonts/local/</tt></p><p>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 command
+              should be entered on a single line):</p><p><span><b class="command">ttmkfdir -d /usr/share/fonts/local/ -o
+                /usr/share/fonts/local/fonts.scale</b></span></p><p><span><b class="command">mkfontdir /usr/share/fonts/local/</b></span></p><p>4. If you had to create
+              <tt class="filename">/usr/share/fonts/local/</tt>, you must then add it
+              to the X font server (xfs) path:</p><p><span><b class="command">chkfontpath --add
+                /usr/share/fonts/local/</b></span></p><p>Adding new fonts to the fontconfig font subsystem is more
+              straightforward; the new font file only needs to be copied into
+              the <tt class="filename">/usr/share/fonts/</tt> directory (individual
+              users can modify their personal font configuration by copying the
+              font file into the <tt class="filename">~/.fonts/</tt>
+              directory).</p><p>After the new font has been copied, use
+              <span><b class="command">fc-cache</b></span> to update the font information
+              cache:</p><p><span><b class="command">fc-cache
+                <i class="replaceable"><tt>&lt;directory&gt;</tt></i></b></span></p><p>(Where
+              <span><b class="command"><i class="replaceable"><tt>&lt;directory&gt;</tt></i></b></span>
+              would be either the <tt class="filename">/usr/share/fonts/</tt> or
+              <tt class="filename">~/.fonts/</tt> directories.)</p><p>Individual users may also install fonts graphically, by
+              browsing <span><b class="command">fonts:///</b></span> in
+              <span class="application">Nautilus</span>, and dragging the new font
+              files there.</p><p>NOTE: If the font filename ends with
+              "<tt class="filename">.gz</tt>", it has been compressed with
+              <span><b class="command">gzip</b></span>, and must be decompressed (with the
+              <span><b class="command">gunzip</b></span> command) before the fontconfig font
+              subsystem can use the font.</p></li><li><p>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 <span class="guilabel">Font Preferences</span> dialog.
+              For these applications, a font can be configured by adding the
+              following lines to the file
+              <tt class="filename">~/.gtkrc.mine</tt>:</p><p><span><b class="command">style "user-font" {</b></span></p><p><span><b class="command">fontset =
+                "<i class="replaceable"><tt>&lt;font-specification&gt;</tt></i>"</b></span></p><p><span><b class="command">}</b></span></p><p><tt class="computeroutput"> </tt></p><p><tt class="computeroutput">widget_class "*" style "user-font"</tt></p><p>(Where
+              <span><b class="command"><i class="replaceable"><tt>&lt;font-specification&gt;</tt></i></b></span>
+              represents a font specification in the style used by traditional X
+              applications, such as
+              "<tt class="computeroutput">-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*</tt>".)</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id852149"></a>Miscellaneous Notes</h3></div></div><div></div></div><p>This section contains information related to packages that do not
+        fit in any of the proceeding categories.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851907"></a><tt class="filename">compat-db</tt></h4></div></div><div></div></div><p>C++ and TCL bindings are no longer contained in the
+          <tt class="filename">compat-db</tt> package.  Applications requiring these
+          bindings must be ported to the currently-shipping DB library.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id852275"></a><tt class="filename">nscd</tt></h4></div></div><div></div></div><p>The nscd name service cache daemon may now maintain a persistent
+          cache across restarts or system reboots. Each database (user, group,
+          and host, respectively) can be made selected to be persistent by
+          setting the appropriate line in <tt class="filename">/etc/nscd.conf</tt> to
+          "yes".  Entries are not removed from the cache until they are proven
+          to be no longer of interest. All entries whose time-to-live expires
+          but are otherwise interesting are automatically reloaded, which helps
+          in situations where the directory and name services become temporarily
+          unavailable.</p><p>The nscd name service daemon is also able to communicate faster
+          with client programs.  This feature must be enabled explicitly by
+          setting the "shared" entry for the appropriate database in
+          <tt class="filename">/etc/nscd.conf</tt> to "yes".</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851822"></a><tt class="filename">udev</tt></h4></div></div><div></div></div><p>Fedora Core 3 has switched from a static
+          <tt class="filename">/dev/</tt> directory to one that is dynamically
+          managed via <tt class="filename">udev</tt>. This allows device nodes to be
+          created on demand as drivers are loaded.</p><p>For more information on <tt class="filename">udev</tt>, refer to the
+        <span><b class="command">udev(8)</b></span> man page and the following link:</p><p><a href="http://people.redhat.com/~harald/udev.html" target="_top">http://people.redhat.com/~harald/udev.html</a></p><p>Additional rules for <tt class="filename">udev</tt> should be placed in
+          a separate file in the <tt class="filename">/etc/udev/rules.d/</tt>
+          directory.</p><p>Additional permission rules for <tt class="filename">udev</tt> should
+          be placed in a separate file in the
+          <tt class="filename">/etc/udev/permissions.d/</tt> directory.</p><p>Systems upgraded to Fedora Core 3 using Anaconda will
+          automatically be reconfigured to use <tt class="filename">udev</tt>.
+          However (although <span class="emphasis"><em>NOT</em></span> recommended) it is possible
+          to perform a "live" upgrade to <tt class="filename">udev</tt> using the
+          following steps:</p><div class="orderedlist"><ol type="1"><li><p>Ensure that you are running a 2.6 kernel</p></li><li><p>Ensure that <tt class="filename">/sys/</tt> is mounted</p></li><li><p>Install the <tt class="filename">initscripts</tt> RPM supplied with
+              Fedora Core 3</p></li><li><p>Install the new <tt class="filename">udev</tt> RPM supplied with
+              Fedora Core 3</p></li><li><p>Execute <span><b class="command">/sbin/start_udev</b></span></p></li><li><p>Install the new <tt class="filename">mkinitrd</tt> RPM supplied
+              with Fedora Core 3</p></li><li><p>Perform one of the following steps:</p><p>· Install the new <tt class="filename">kernel</tt> RPM
+              supplied with Fedora Core 3</p><p>OR:</p><p>· Re-run <span><b class="command">mkinitrd</b></span> for your existing
+              kernel(s)</p></li></ol></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>Improperly performing these steps can result in a system
+            configuration that will not boot properly.</p></div></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id852044"></a>Packages Added/Removed/Deprecated</h2></div></div><div></div></div><p>This section contains lists of packages that fit into the following
+      categories:</p><div class="itemizedlist"><ul type="disc"><li><p>Packages that have been added to Fedora Core 3</p></li><li><p>Packages that have been removed from Fedora Core 3</p></li><li><p>Packages that have been deprecated, and may be removed from a
+          future release of Fedora Core</p></li></ul></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id852462"></a>Packages Added</h3></div></div><div></div></div><p>The following packages have been added to Fedora Core
+        3:</p><div class="itemizedlist"><ul type="disc"><li><p> HelixPlayer</p></li><li><p> NetworkManager</p></li><li><p> NetworkManager-gnome</p></li><li><p> Pyrex</p></li><li><p> aiksaurus</p></li><li><p> aiksaurus-devel</p></li><li><p> aiksaurus-gtk</p></li><li><p> aiksaurus-gtk-devel</p></li><li><p> arptables_jf</p></li><li><p> aspell-af</p></li><li><p> aspell-bg</p></li><li><p> aspell-br</p></li><li><p> aspell-ca</p></li><li><p> aspell-cs</p></li><li><p> aspell-cy</p></li><li><p> aspell-el</p></li><li><p> aspell-fo</p></li><li><p> aspell-ga</p></li><li><p> aspell-gd</p></li><li><p> aspell-gl</p></li><li><p> aspell-hr</p></li><li><p> aspell-ia</p></li><li><p> aspell-id</p></li><li><p> aspell-it</p></li><li><p> aspell-pl</p></li><li><p> audit</p></li><li><p> authd</p></li><li><p> bluez-utils-cups</p></li><li><p> bzflag</p></li><li><p> compat-openldap</p></li><li><p> crash</p></li><li><p> createrepo</p></li><li><p> crypto-utils</p></li><li><p> cscope</p></li><li><p> cyrus
 -sasl-ntlm</p></li><li><p> cyrus-sasl-sql</p></li><li><p> dasher</p></li><li><p> db4-java</p></li><li><p> dbus-python</p></li><li><p> dhcpv6</p></li><li><p> dhcpv6_client</p></li><li><p> diskdumputils</p></li><li><p> dmraid</p></li><li><p> docbook-simple</p></li><li><p> docbook-slides</p></li><li><p> ecj</p></li><li><p> epiphany-devel</p></li><li><p> evolution-connector</p></li><li><p> evolution-data-server</p></li><li><p> evolution-data-server-devel</p></li><li><p> evolution-webcal</p></li><li><p> fedora-release</p></li><li><p> firefox</p></li><li><p> fonts-xorg-100dpi</p></li><li><p> fonts-xorg-75dpi</p></li><li><p> fonts-xorg-ISO8859-14-100dpi</p></li><li><p> fonts-xorg-ISO8859-14-75dpi</p></li><li><p> fonts-xorg-ISO8859-15-100dpi</p></li><li><p> fonts-xorg-ISO8859-15-75dpi</p></li><li><p> fonts-xorg-ISO8859-2-100dpi</p></li><li><p> fonts-xorg-ISO8859-2-75dpi</p></li><li><p> fonts-xorg-ISO8859-9-100dpi</p></li><li><p> fonts-xorg-ISO8859-9-75dpi</p></li><li><p> fonts-xorg-
 base</p></li><li><p> fonts-xorg-cyrillic</p></li><li><p> fonts-xorg-syriac</p></li><li><p> fonts-xorg-truetype</p></li><li><p> gamin</p></li><li><p> gamin-devel</p></li><li><p> gcc4</p></li><li><p> gcc4-c++</p></li><li><p> gcc4-gfortran</p></li><li><p> gda-mysql</p></li><li><p> gda-odbc</p></li><li><p> gda-postgres</p></li><li><p> gettext-devel</p></li><li><p> gnome-keyring-manager</p></li><li><p> gnome-nettool</p></li><li><p> gnome-volume-manager</p></li><li><p> gnuplot-emacs</p></li><li><p> gnutls</p></li><li><p> gnutls-devel</p></li><li><p> gok-devel</p></li><li><p> hal</p></li><li><p> hal-cups-utils</p></li><li><p> hal-devel</p></li><li><p> hal-gnome</p></li><li><p> howl</p></li><li><p> howl-devel</p></li><li><p> howl-libs</p></li><li><p> httpd-suexec</p></li><li><p> iiimf-gnome-im-switcher</p></li><li><p> iiimf-le-chinput</p></li><li><p> iiimf-le-sun-thai</p></li><li><p> iiimf-libs</p></li><li><p> iiimf-libs-devel</p></li><li><p> java-1.4.2-gcj-compat</p></li><li><p> ja
 va-1.4.2-gcj-compat-devel</p></li><li><p> jpackage-utils</p></li><li><p> katana</p></li><li><p> katana-build</p></li><li><p> kde-i18n-Bulgarian</p></li><li><p> kdeaddons-xmms</p></li><li><p> kdenetwork-nowlistening</p></li><li><p> kdewebdev</p></li><li><p> kdewebdev-devel</p></li><li><p> kinput2</p></li><li><p> krb5-auth-dialog</p></li><li><p> libbtctl-devel</p></li><li><p> libgda</p></li><li><p> libgda-devel</p></li><li><p> libgfortran</p></li><li><p> libgnomedb</p></li><li><p> libgnomedb-devel</p></li><li><p> libidn</p></li><li><p> libidn-devel</p></li><li><p> libmudflap</p></li><li><p> libmudflap-devel</p></li><li><p> libsepol</p></li><li><p> libsepol-devel</p></li><li><p> libsilc</p></li><li><p> libsilc-devel</p></li><li><p> libsilc-doc</p></li><li><p> libtheora</p></li><li><p> libtheora-devel</p></li><li><p> libwmf</p></li><li><p> libwmf-devel</p></li><li><p> linuxwacom</p></li><li><p> linuxwacom-devel</p></li><li><p> mikmod-devel</p></li><li><p> mod_authz_ldap</p></li>
 <li><p> module-init-tools</p></li><li><p> nautilus-cd-burner-devel</p></li><li><p> net-snmp-libs</p></li><li><p> newt-perl</p></li><li><p> nptl-devel (i386)</p></li><li><p> numactl</p></li><li><p> octave-devel</p></li><li><p> openldap-servers-sql</p></li><li><p> openoffice.org-kde</p></li><li><p> openswan</p></li><li><p> pam_ccreds</p></li><li><p> pam_passwdqc</p></li><li><p> php-gd</p></li><li><p> php-mbstring</p></li><li><p> php-ncurses</p></li><li><p> python-ldap</p></li><li><p> qt-config</p></li><li><p> rpm-libs</p></li><li><p> selinux-policy-strict</p></li><li><p> selinux-policy-strict-sources</p></li><li><p> selinux-policy-targeted</p></li><li><p> selinux-policy-targeted-sources</p></li><li><p> sg3_utils</p></li><li><p> synaptics</p></li><li><p> sysfsutils</p></li><li><p> sysfsutils-devel</p></li><li><p> system-switch-im</p></li><li><p> theora-tools</p></li><li><p> thunderbird</p></li><li><p> tn5250</p></li><li><p> tn5250-devel</p></li><li><p> totem</p></li><li><p> ttf
 onts-bn</p></li><li><p> ttfonts-gu</p></li><li><p> ttfonts-hi</p></li><li><p> ttfonts-pa</p></li><li><p> ttfonts-ta</p></li><li><p> valgrind</p></li><li><p> valgrind-callgrind</p></li><li><p> vino</p></li><li><p> xfce4-iconbox</p></li><li><p> xfce4-systray</p></li><li><p> xffm-icons</p></li><li><p> xfprint</p></li><li><p> xorg-x11-Xdmx</p></li><li><p> xorg-x11-deprecated-libs</p></li><li><p> xorg-x11-deprecated-libs-devel</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id852114"></a>Packages Removed</h3></div></div><div></div></div><p>The following packages have been removed from Fedora Core 3:</p><div class="itemizedlist"><ul type="disc"><li><p> FreeWnn-common</p></li><li><p> Gtk-Perl</p></li><li><p> Wnn6-SDK</p></li><li><p> Wnn6-SDK-devel</p></li><li><p> ac-archive</p></li><li><p> anaconda-images</p></li><li><p> ant</p></li><li><p> ant-core</p></li><li><p> ant-devel</p></li><li><p> ant-optional</p></li><li><
 p> aspell-pt_BR</p></li><li><p> bcel</p></li><li><p> bcel-devel</p></li><li><p> bluez-pan</p></li><li><p> bluez-sdp</p></li><li><p> bluez-sdp-devel</p></li><li><p> chromium</p></li><li><p> commons-beanutils</p></li><li><p> commons-beanutils-devel</p></li><li><p> commons-collections</p></li><li><p> commons-collections-devel</p></li><li><p> commons-dbcp</p></li><li><p> commons-dbcp-devel</p></li><li><p> commons-digester</p></li><li><p> commons-digester-devel</p></li><li><p> commons-fileupload</p></li><li><p> commons-fileupload-devel</p></li><li><p> commons-logging</p></li><li><p> commons-logging-devel</p></li><li><p> commons-modeler</p></li><li><p> commons-modeler-devel</p></li><li><p> commons-pool</p></li><li><p> commons-pool-devel</p></li><li><p> comps</p></li><li><p> cup</p></li><li><p> cup-devel</p></li><li><p> dev</p></li><li><p> devlabel</p></li><li><p> dvdrecord</p></li><li><p> fam</p></li><li><p> fam-devel</p></li><li><p> fedora-release</p></li><li><p> gcc34</p></li><l
 i><p> gcc34-c++</p></li><li><p> gcc34-java</p></li><li><p> glade</p></li><li><p> gqview</p></li><li><p> gtkam</p></li><li><p> gtkam-gimp</p></li><li><p> gtkglarea</p></li><li><p> hwcrypto</p></li><li><p> iiimf-client-lib</p></li><li><p> iiimf-client-lib-devel</p></li><li><p> iiimf-le-inpinyin</p></li><li><p> iiimf-le-newpy</p></li><li><p> iiimf-protocol-lib</p></li><li><p> iiimf-protocol-lib-devel</p></li><li><p> imlib-cfgeditor</p></li><li><p> iscsi</p></li><li><p> jaf</p></li><li><p> jaf-devel</p></li><li><p> jakarta-regexp</p></li><li><p> jakarta-regexp-devel</p></li><li><p> javamail</p></li><li><p> javamail-devel</p></li><li><p> junit</p></li><li><p> junit-devel</p></li><li><p> kde-i18n-Korean</p></li><li><p> kde-i18n-Lithuanian</p></li><li><p> kernel-source</p></li><li><p> kinput2-canna-wnn6</p></li><li><p> libgcj34</p></li><li><p> libgcj34-devel</p></li><li><p> libgnomeprint</p></li><li><p> libgnomeprint-devel</p></li><li><p> libgnomeprintui</p></li><li><p> libgnomepri
 ntui-devel</p></li><li><p> libole2</p></li><li><p> libole2-devel</p></li><li><p> librep</p></li><li><p> librep-devel</p></li><li><p> libstdc++34</p></li><li><p> libstdc++34-devel</p></li><li><p> licq</p></li><li><p> licq-gnome</p></li><li><p> licq-kde</p></li><li><p> licq-qt</p></li><li><p> licq-text</p></li><li><p> linc</p></li><li><p> linc-devel</p></li><li><p> lvm</p></li><li><p> magicdev</p></li><li><p> mod_jk2</p></li><li><p> modutils</p></li><li><p> mx4j</p></li><li><p> mx4j-devel</p></li><li><p> mx4j-tools</p></li><li><p> mysql-jdbc</p></li><li><p> mysql-jdbc-tomcat</p></li><li><p> ncurses-c++-devel</p></li><li><p> njamd</p></li><li><p> pidentd</p></li><li><p> pilot-link095-compat</p></li><li><p> policy</p></li><li><p> policy-sources</p></li><li><p> policy-strict-sources</p></li><li><p> printman</p></li><li><p> python-optik</p></li><li><p> quanta</p></li><li><p> quanta-devel</p></li><li><p> raidtools</p></li><li><p> redhat-java-rpm-scripts</p></li><li><p> rep-gtk</p><
 /li><li><p> sawfish</p></li><li><p> servletapi</p></li><li><p> servletapi-devel</p></li><li><p> shapecfg</p></li><li><p> struts</p></li><li><p> struts-webapps</p></li><li><p> system-config-proc</p></li><li><p> tomcat</p></li><li><p> tomcat-devel</p></li><li><p> tomcat-libs</p></li><li><p> tomcat-test</p></li><li><p> unarj</p></li><li><p> xalan-j</p></li><li><p> xalan-j-devel</p></li><li><p> xalan-j-xsltc</p></li><li><p> xerces-j</p></li><li><p> xerces-j-devel</p></li><li><p> xffm-icons</p></li><li><p> xorg-x11-100dpi-fonts</p></li><li><p> xorg-x11-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-14-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-14-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-15-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-15-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-2-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-2-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-9-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-9-75dpi-fonts</p></li><li><p> xorg-x11-base-fonts</p>
 </li><li><p> xorg-x11-cyrillic-fonts</p></li><li><p> xorg-x11-libs-data</p></li><li><p> xorg-x11-syriac-fonts</p></li><li><p> xorg-x11-truetype-fonts</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id852445"></a>Packages Deprecated</h3></div></div><div></div></div><p>The following packages have been deprecated, and may be removed from
+        a future release of Fedora Core:</p><div class="itemizedlist"><ul type="disc"><li><p>dbskkd-cdb — Only used by deprecated package
+            skkinput</p></li><li><p>FreeWnn — Only used by deprecated package
+            kinput2-canna-wnn6</p></li><li><p> lilo — GRUB is the
+            recommended bootloader</p></li><li><p>miniChinput — IIIMF is the recommended input method</p></li><li><p>nabi — IIIMF is the recommended input method</p></li><li><p>ncpfs — No longer part of Fedora Core profile</p></li><li><p>skkinput — IIIMF is the recommended input method</p></li><li><p>xcin — IIIMF is the recommended input method</p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-whatitis"></a>An Overview of the Fedora Project</h2></div></div><div></div></div><p>The goal of the Fedora Project is to work with the Linux community to build a
+      complete, general-purpose operating system exclusively from open source
+      software.  Development will be done in a public forum.  The project will
+      produce time-based releases of Fedora Core about 2-3 times a year, with a
+      public release schedule.  The Red Hat engineering team will continue to
+      participate in building Fedora Core and will invite and encourage 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.</p><p>For more information, refer to the Fedora Project website:</p><p><a href="http://fedora.redhat.com/" target="_top">http://fedora.redhat.com/</a></p><p>In addition to the website, the following mailing lists are
+      available:</p><div class="itemizedlist"><ul type="disc"><li><p>fedora-list at redhat.com — For users of Fedora Core
+          releases</p></li><li><p>fedora-test-list at redhat.com — For testers of Fedora Core test
+          releases</p></li><li><p>fedora-devel-list at redhat.com — For developers, developers,
+          developers</p></li><li><p>fedora-docs-list at redhat.com — For participants of the docs
+          project</p></li></ul></div><p>To subscribe to any of these lists, send an email with the word
+      "subscribe" in the subject to
+      <tt class="computeroutput"><i class="replaceable"><tt>&lt;listname&gt;</tt></i>-request</tt>
+      (where
+      <tt class="computeroutput"><i class="replaceable"><tt>&lt;listname&gt;</tt></i></tt>
+      is one of the above list names.)</p><p>NOTE: 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.</p><p>The Fedora Project 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.</p><p>To talk with other Fedora Project participants via IRC, access freenode IRC
+      network.  Initially, you can use <tt class="filename">irc.freenode.net</tt> as
+      the IRC server, although you may decide to select a server that is
+      geographically closer to you.  Refer to the freenode website (<a href="http://www.freenode.net/" target="_top">http://www.freenode.net/</a>) for more
+      information.  Fedora Project participants frequent the
+      <tt class="filename">#fedora</tt> channel, while Fedora Project developers can often be
+      found on the <tt class="filename">#fedora-devel</tt> channel.  Some of the
+      larger projects may have their own channels as well; this information can
+      be found on the project pages.</p><p>NOTE: Red Hat has no control over the Fedora IRC channels or their
+      content.</p></div><p class="ackno">(
+    <span class="emphasis"><em>x86</em></span>
+    
+    )</p></div>
+
+
+		</div>
+			<div class="fedora-corner-br">&nbsp;</div>
+			<div class="fedora-corner-bl">&nbsp;</div>
+		</div>
+
+	</div>
+	
+	</body>
+</html>
+
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/caution.png b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/caution.png
new file mode 100644
index 0000000..395e9af
Binary files /dev/null and b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/caution.png differ
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/important.png b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/important.png
new file mode 100644
index 0000000..fc16e80
Binary files /dev/null and b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/important.png differ
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/note.png b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/note.png
new file mode 100644
index 0000000..4ba976a
Binary files /dev/null and b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/note.png differ
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/tip.png b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/tip.png
new file mode 100644
index 0000000..c86dde4
Binary files /dev/null and b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/tip.png differ
diff --git a/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/warning.png b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/warning.png
new file mode 100644
index 0000000..075693e
Binary files /dev/null and b/built_html/Release_Notes_for_32-bit_x86_Systems/stylesheet-images/warning.png differ
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/content.css b/built_html/Release_Notes_for_64-bit_x86_Systems/css/content.css
new file mode 100644
index 0000000..5f11807
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/css/content.css
@@ -0,0 +1,214 @@
+.name-project, .name-release, .name-version {
+}
+
+/* Front page H1 */
+#page-main h1 {
+	font-size: 1.35em;
+}
+
+#page-main h1.center {
+	text-align: center;
+}
+
+h1, h2, h3, h4 {
+	/*
+	font-style: italic;
+	*/
+	font-family: "Dejavu Sans",sans-serif;
+}
+h1 {
+	font-size: 1.75em;
+}
+
+h2 {
+	font-size: 1.25em;
+}
+
+h3 {
+	font-size: 1.1em;
+}
+
+hr {
+	border: 0;
+	border-bottom: 1px solid #ccc;
+}
+
+.fedora-side-right-content {
+	padding: 0 5px 1.5em;
+}
+#fedora-side-right h1, #fedora-side-right h2, #fedora-side-right h3 {
+	margin: 0;
+	padding: 0 4pt 0;
+	font-size: 1em;
+	letter-spacing: 2pt;
+	border-bottom: 1px solid #bbb;
+}
+#fedora-side-right hr {
+	border-bottom: 1px solid #aaa;
+	margin: 0.5em 0;
+}
+
+table tr {
+	font-size: 0.9em; 
+}
+
+
+#link-offsite {
+}
+.link-offsite-notation {
+	font-size: 0.9em;
+	color: #777;
+	padding-left: 1pt;
+	text-decoration: none !important;
+}
+#fedora-content .link-offsite-notation {
+	color: #999;
+}
+#link-redhat {
+}
+#fedora-content #link-redhat {
+}
+#link-internal {
+}
+
+#fedora-content li {
+	padding: 1pt;
+}
+#fedora-content h1 {
+	margin-top: 0;
+}
+
+#fedora-content a img {
+	margin: 1px;
+	border: 0;
+}
+#fedora-content a:hover img {
+	margin: 0;
+	border: 1px solid #f00;
+}
+#fedora-content a img.noborder {
+	margin: 0;
+	border: 0;
+}
+#fedora-content a:hover img .noborder {
+	margin: 0;
+	border: 0;
+}
+
+#fedora-project-maintainers p, #fedora-project-contributors p, #fedora-project-bugs p {
+	margin-left: 5pt;
+}
+
+#fedora-project-download dt {
+	font-weight: bold;
+	margin-top: 8pt;
+	margin-left: 5pt;
+}
+#fedora-project-download dd {
+	padding: 0;
+	margin: 10px 20px 0;
+}
+#fedora-project-screenshots a img {
+	margin: 5px;
+}
+#fedora-project-screenshots a:hover img {
+	margin: 4px;
+}
+#fedora-project-todo ul {
+	border: 1px solid #cad4e9;
+	margin: 0 1em;
+	padding: 0;
+	list-style: none;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-project-todo li {
+	margin: 0;
+	padding: 6px 8px;
+}
+#fedora-project-todo li.odd {
+	background-color: #ecf0f7;
+}
+#fedora-project-todo li.even {
+	background-color: #f7f9fc;
+}
+
+#fedora-list-packages {
+	border-collapse: collapse;
+	border: 1px solid #cad4e9;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-list-packages tr.odd td {
+	background-color: #ecf0f7;
+}
+#fedora-list-packages tr.even td {
+	background-color: #f7f9fc;
+}
+#fedora-list-packages th,
+#fedora-list-packages td {
+	margin: 0;
+	padding: 6px 8px;
+}
+#fedora-list-packages td.column-2 {
+	text-align: center;
+}
+#fedora-list-packages th {
+	background-color: #cad4e9;
+	color: #000;
+	font-weight: bold;
+	text-align: center;
+
+}
+
+/* pre.screen is for DocBook HTML output */
+code.screen, pre.screen {
+	font-family: monospace;
+	font-size: 1em;
+	display: block;
+	padding: 10px;
+	border: 1px solid #bbb;
+	background-color: #eee;
+	color: #000;
+	overflow: auto;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+	margin: 0.5em 2em;
+}
+#fedora-project code.screen {
+	margin: 0;
+}
+
+code.command, code.filename {
+	font-family: monospace;
+}
+
+code.citetitle {
+	font-family: sans-serif;
+	font-style: italic;
+}
+
+strong.application {
+	font-weight: bold;
+}
+.indent {
+	margin: 0 2em;
+}
+.fedora-docs-nav {
+	text-align: center;
+	position: relative;
+	padding: 1em;
+	margin-top: 2em;
+	border-top: 1px solid #ccc;
+}
+.fedora-docs-nav a {
+	padding: 0 1em;
+}
+.fedora-docs-nav-left {
+	position: absolute;
+	left: 0;
+}
+.fedora-docs-nav-right {
+	position: absolute;
+	right: 0;
+}
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/docbook.css b/built_html/Release_Notes_for_64-bit_x86_Systems/css/docbook.css
new file mode 100644
index 0000000..0716b28
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/css/docbook.css
@@ -0,0 +1,140 @@
+#fedora-content li p {
+	margin: 0.2em;
+}
+
+#fedora-content div.table table {
+	width: 95%;
+	background-color: #DCDCDC; 
+	color: #000000;
+	border-spacing: 0;
+}
+
+#fedora-content div.table table th {
+	border: 1px solid #A9A9A9;	
+	background-color: #A9A9A9;
+	color: #000000;
+}
+
+#fedora-content div.table table td {
+	border: 1px solid #A9A9A9; 
+	background-color: #DCDCDC;
+	color: #000000;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+
+}
+
+div.note table, div.tip table, div.important table, div.caution table, div.warning table {
+	width: 95%;
+	border: 2px solid #B0C4DE;
+	background-color: #F0F8FF;
+	color: #000000;
+	/* padding inside table area */
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 0.5em;
+}
+
+/* "Just the FAQs, ma'm." */
+.qandaset table {
+	border-collapse: collapse;
+}
+.qandaset {
+}
+.qandaset tr.question {
+}
+.qandaset tr.question td {
+	font-weight: bold;
+	padding: 0 0.5em;
+	margin: 0;
+}
+.qandaset tr.answer td {
+	padding: 0 0.5em 1.5em;
+	margin: 0;
+}
+.qandaset tr.question td, .qandaset tr.answer td {
+	vertical-align: top;
+}
+.qandaset strong {
+	text-align: right;
+}
+
+.article .table table {
+	border: 0;
+	margin: 0 auto;
+	border-collapse: collapse;
+}
+.article .table table th {
+	padding: 5px;
+	text-align: center;
+}
+
+div.example {
+        padding: 10px;
+        border: 1px solid #bbb;
+        margin: 0.5em 2em;
+}
+
+.segmentedlist {
+}
+.segmentedlist .title {
+	font-weight: bold;
+	margin-bottom: 0.5em;
+	margin-top: 1.5em;
+}
+.segmentedlist table {
+	border-collapse: collapse;
+	margin-bottom: 2em;
+}
+.segmentedlist tr {
+	border: 1px solid #22437f;
+}
+.segmentedlist tr.segtitle {
+        background: #33649f;
+	color: #fefefe;
+	font-weight: bold;
+}
+.segmentedlist th {
+	text-align: left;
+	padding: 0.5em 5em 0.5em 0.5em;
+}
+.segmentedlist td {
+	padding: 0.5em 5em 0.5em 0.5em;
+}
+.itemizedlist ul li { 
+        margin-left: 2em;
+        padding-left: 10px;
+}
+.orderedlist ol li { 
+        margin-left: 2.5em;
+        padding-left: 15px;
+}
+.toc dl dt { 
+        margin-left: 1em;
+        padding-left: 5px;
+}
+.toc dd {  
+        margin-left: 1em;
+}
+.titlepage h1 {
+        margin-left: 0em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h2 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h3 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h4 {
+        margin-left: 0.1em;
+        padding: 8px 0px 3px 0px;
+}
+.titlepage h5 {
+        margin-left: 0.2em;
+        padding: 10px 0px 3px 0px;
+        border-bottom: 1px dotted #000;
+}
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/fedora.css b/built_html/Release_Notes_for_64-bit_x86_Systems/css/fedora.css
new file mode 100644
index 0000000..da73645
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/css/fedora.css
@@ -0,0 +1,456 @@
+*
+{
+  margin: 0;
+  padding: 0;
+}
+
+html, body
+{
+  height: 100%;
+}
+
+body
+{
+  font-size: 76%;
+  background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y;
+}
+
+a img
+{
+  border: none;
+}
+
+pre
+{
+  font-size: 2.6ex;
+}
+
+#wrapper
+{
+  font: normal 1em/1.5 sans-serif;
+  margin-left: 18px;
+  min-height: 100%;
+  background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y;
+  padding-right: 18px;
+  overflow: hidden;
+}
+
+#head
+{
+  position: relative;
+  border-top: 10px solid #337ACC;
+  padding: 1ex 2ex 75px;
+  background: #FFFFFF url(../images/line.png) 0 100% repeat-x;
+}
+
+#head h1 a
+{
+  display: block;
+  text-indent: -9999px;
+  background: url(../images/fedora-logo.png) 20px 50% no-repeat;
+  height: 73px;
+  width: 138px;
+  overflow: hidden;
+  text-decoration: none;
+}
+
+#sidebar
+{
+  float: left;
+  width: 230px;
+  margin: 2ex 0;
+  background: #FFFFFF;
+  padding-bottom: 100px;
+}
+
+#banner img
+{
+  display: block;
+  width: 200px;
+  margin: 0 auto;
+}
+
+#fedora-side-nav
+{
+  margin: 0 1.5ex;
+  padding: 0 1.5ex;
+}
+
+#fedora-side-nav-label
+{
+  font-size: 0.9em;
+  border-bottom: 1px dotted #AAAAAA;
+  color: #444444;
+  margin: 2ex 0 1ex;
+  text-transform: uppercase;
+  font-weight: normal;
+}
+
+#fedora-side-nav, #fedora-side-left ul
+{
+  list-style: url(../images/arrow.png);
+  margin-left: 15px;
+}
+
+#fedora-side-nav li
+{
+  margin: 0.25ex 1ex;
+  color: #777777;
+  font-size: 0.8em;
+}
+
+#fedora-side-nav a
+{
+  font-weight: bold;
+  margin-right: 0.75ex;
+  color: #729FCF;
+  font-size: 1.1em;
+  display: block;
+}
+
+.home #nav-home a, .get #nav-get a, .join #nav-join a, .help #nav-help a
+{
+  color: #777777;
+  text-decoration: none;
+}
+
+#content
+{
+  margin-left: 250px;
+  padding: 1ex 2ex 120px;
+  color: #666666;
+  background: #FFFFFF;
+  display: inline-block;
+}
+
+#content p, #content ul, #content ol
+{
+  font-size: 1em;
+}
+
+/* Blame IE6 and the guillotine bug for this one */
+#content { display: block; }
+
+#content h2
+{
+  font-size: 1.6em;
+}
+
+#content h3
+{
+  color: #337acc;
+  margin: 1.5ex 0 0.5ex;
+  font-size: 1.4em;
+}
+
+#content table
+{
+  border-collapse: collapse;
+}
+
+#content table th
+{
+  background: #DDDDDD;
+}
+
+#content table th, #content table td
+{
+  border: 1px solid #000000;
+  padding: 0.6ex;
+}
+
+#content p
+{
+  margin: 1ex 5ex 1ex 0;
+}
+
+#content ul
+{
+  list-style: square;
+  margin: 0 3ex 2ex;
+}
+
+#content img
+{
+  margin: 2ex 0;
+}
+
+#content a
+{
+  color: #337ACC;
+}
+
+#content .download
+{
+  list-style-image: url(../images/arrow.png);
+  list-style-position: outside;
+  margin: 1.6ex 3ex;
+}
+
+#content .download li
+{
+  color: #777777;
+  font-size: 1.1em;
+  background: #EFEFEF;
+  padding: 1ex;
+  border-bottom: 1px dotted #AAAAAA;
+}
+
+#content .download a
+{
+  font-weight: bold;
+}
+
+#content .roles
+{
+  margin: 0!important;
+  list-style: none!important;
+  display: inline;
+}
+
+#content .roles li
+{
+  float: left;
+  margin-bottom: 0.5ex;
+}
+
+#content .roles a
+{
+  line-height: 1;
+  width: 130px;
+  height: 150px;
+  text-align: center;
+  display: block;
+  text-decoration: none;
+}
+
+#content .roles a:hover
+{
+  background-color: #EFEFEF;
+}
+
+#footer
+{
+  position: relative;
+  font: normal 0.8em/1.5 sans-serif;
+  text-align: center;
+  background: #FFFFFF url(../images/line-bottom.png) 0 0 repeat-x;
+  margin: -90px 0 0;
+  border-bottom: 10px solid #337ACC;
+  height: 80px;
+  color: #AAAAAA;
+}
+
+#bottom
+{
+  margin-left: 18px;
+  padding-right: 18px;
+}
+
+#footer ul
+{
+  list-style: none;
+}
+
+#footer li
+{
+  display: inline;
+  border-left: 1px solid #AAAAAA;
+  padding: 0 0.75ex;
+  margin-left: -1px;
+}
+
+#footer li.first
+{
+  border-left: none;
+}
+
+#footer a
+{
+  color: #223344;
+}
+
+#footer a:hover
+{
+  color: #112233;
+}
+
+#footer p
+{
+  margin: 0 1.5ex;
+}
+
+#footer .copy
+{
+  padding-top: 3ex;
+}
+
+#screenshot-banner {
+  text-align: left;
+}
+
+input, textarea, select
+{
+  border: #AAA 1px solid;
+}
+
+input, textarea, option
+{
+  padding: 2px 5px 2px 5px;
+}
+
+#content #sponsors
+{
+  list-style: none;
+  margin: 0;
+  padding: 0;
+  overflow: auto;
+}
+
+#content #sponsors li
+{
+  text-align: center;
+  float: left;
+  width: 150px;
+  height: 100px;
+  margin: 0 1ex;
+}
+
+#content #sponsors li img
+{
+  display: block;
+}
+
+#content ul.downloadbox
+{
+  overflow: hidden;
+  list-style: none;
+  margin: 0 2ex;
+  padding: 6ex 2ex 4ex 180px;
+  border-radius: 1.5ex;
+  -webkit-border-radius: 1.5ex;
+  -moz-border-radius: 1.5ex;
+  background: #C0DBDD 30px 50% no-repeat;
+  font-size: 0.9em;
+  display: inline-block;
+}
+
+#content ul.installdvd { background-image: url(../images/installdvd.png); }
+#content ul.gnomelive { background-image: url(../images/gnomelive.png); }
+#content ul.kdelive { background-image: url(../images/kdelive.png); }
+
+.downloadbox li
+{
+  width: 32ex;
+  float: left;
+  padding: 0 0 2ex;
+}
+
+.downloadbox li li
+{
+  width: auto;
+  float: none;
+  padding: 0;
+}
+
+
+#content pre.command
+{
+  font-size: 1.3em;
+  border: solid #DDDDDD;
+  border-width: 1px 1px 1px 5px;
+  background: #F2F5F6;
+  padding: 0.5ex 2ex;
+}
+
+
+#content p.note
+{
+  padding: 1ex 2ex;
+  border: 1px solid #DDDDDD;
+  background: #F2F5F6;
+}
+
+#content p.warning
+{
+  padding: 1ex 2ex;
+  border: 1px solid #DDDDDD;
+  background: #FF6666;
+  color: #000000;
+}
+
+#content p.warning a
+{
+  color: #00154F;
+}
+#content ul#resources
+{
+  list-style: none;
+}
+
+#content ul#resources a
+{
+  padding-left: 20px;
+  background: url(../images/arrow.png) 0 50% no-repeat;
+}
+
+#content ul#resources li
+{
+  padding-left: 70px;
+  margin-bottom: 3.5ex;
+}
+
+ul#resources li.resource-docs
+{
+  background: url(../images/icon-docs.png) 0 50% no-repeat;
+}
+
+ul#resources li.resource-communicate
+{
+  background: url(../images/icon-communicate.png) 0 50% no-repeat;
+}
+
+ul#resources li.resource-download
+{
+  background: url(../images/icon-download.png) 0 50% no-repeat;
+}
+
+#content img.smirk
+{
+  margin: 0 1ex 0 0;
+}
+
+#content p.joinlink
+{
+  border: 1px solid #DDDDDD;
+  background: #EEEEEE;
+  padding: 1ex 5ex 1ex 5ex;
+  text-align: center;
+  font-size: 120%;
+  font-weight: bold;
+}
+
+#content #subprojects
+{
+  margin-right: 5ex;
+  padding-top: 1ex;
+}
+
+body.toc_embeded {
+	/*for web hosting system only*/
+	margin-left: 300px;
+}
+
+object.toc, iframe.toc {
+	/*for web hosting system only*/
+	border-style:none;
+	position:fixed;
+	width:290px;
+	height:99.99%;
+	top:0;
+	left:0;
+	z-index: 100;
+	border-style:none;
+	border-right:1px solid #999;
+}
+
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/lang.css b/built_html/Release_Notes_for_64-bit_x86_Systems/css/lang.css
new file mode 100644
index 0000000..e69de29
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/layout.css b/built_html/Release_Notes_for_64-bit_x86_Systems/css/layout.css
new file mode 100644
index 0000000..532e5fb
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/css/layout.css
@@ -0,0 +1,346 @@
+body {
+	font-size: 0.9em;
+	font-family: "Dejavu Sans",sans-serif;
+	margin: 0;
+	padding: 0;
+	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
+	background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y;
+}
+
+a:link {
+	color: #900;
+}
+a:visited {
+	color: #48468f;
+}
+a:hover {
+	color: #f20;
+}
+a[name] {
+	color: inherit;
+	text-decoration: inherit;
+}
+
+#fedora-header {
+	background-color: #fff;
+	height: 50px;
+}
+#fedora-header img {
+	border: 0;
+	vertical-align: middle;
+}
+#fedora-header-logo {
+	/* position is offset by the header padding amount */
+	position: absolute;
+	left: 26px;
+	top: 13px;
+	z-index: 3;
+}
+#fedora-header-logo img {
+	width: 110px;
+	height: 40;
+}
+#fedora-header-items {
+	/* position is offset by the header padding amount */
+	position: absolute;
+	right: 10px;
+	top: 15px;
+	text-align: right;
+	display: inline;
+}
+#fedora-header-items a {
+	color: #000;
+	text-decoration: none;
+	padding: 7px;
+	font-size: 0.8em;
+}
+#fedora-header-items a:hover, #fedora-header-search-button:hover {
+	color: #f20;
+	cursor: pointer;
+}
+#fedora-header-items img {
+	margin-right: 1px;
+	width: 28px;
+	height: 28px;
+}
+#fedora-header-search {
+	height: 25px;
+}
+#fedora-header-search-entry {
+	vertical-align: top;
+	margin: 0.65em 4px 0 10px;
+	padding: 2px 4px;
+	background-color: #f5f5f5;
+	border: 1px solid #999;
+	font-size: 0.8em !important;
+}
+#fedora-header-search-entry:focus {
+	background-color: #fff;
+	border: 1px solid #555;
+}
+#fedora-header-search-button {
+	font-size: 0.8em !important;
+	vertical-align: top;
+	margin-top: 0.2em;
+	border: 0;
+	padding: 7px;
+	background: #fff url('/images/header-search.png') no-repeat left;
+	padding-left: 21px;
+}
+#fedora-header-items form {
+	float: right;
+}
+#fedora-header-items input {
+	font-size: 0.85em;
+}
+#fedora-nav {
+	margin: 0;
+	padding: 0;
+	/*background-color: #22437f;*/
+	font-size: 0;
+	height: 5px;
+	/*border-top: 1px solid #000;*/
+	border-bottom: 1px solid #f5f5f5;
+}
+#fedora-nav ul {
+	margin: 0;
+	padding: 0;
+}
+#fedora-nav li {
+	display: inline;
+	list-style: none;
+	padding: 0 5pt;
+}
+#fedora-nav li + li {
+	padding-left: 8pt;
+	border-left: 1px solid #99a5bf;
+}
+#fedora-nav a {
+	color: #c5ccdb;
+	text-decoration: none;
+}
+#fedora-nav a:hover {
+	color: #fff;
+}
+
+#fedora-side-left {
+	position: absolute;
+	z-index: 2;
+	width: 11em;
+	/* Space down for the approx line height (fonts) */
+	left: 25px;
+}
+#fedora-side-right {
+	position: absolute;
+	z-index: 1;
+	width: 13em;
+	right: 12px;
+	padding-top: 3px;
+	}
+#fedora-side-left, #fedora-side-right {
+	top: 27px;
+	/* add to the top margin to compensate for the fixed sizes */
+	margin-top: 75px;
+	color: #555;
+	font-size: 0.9em;
+}
+#fedora-side-right ul {
+	list-style: square inside;
+	padding: 0;
+	margin: 0;
+}
+
+/* Left-side naviagation */
+/*#fedora-side-nav-label {
+	display: none;
+}
+#fedora-side-nav {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+	border: 1px solid #5976b2;
+	border-top: 0;
+	background-color: #22437f;
+	
+}
+#fedora-side-nav li {
+	margin: 0;
+	padding: 0;
+	border-top: 1px solid #5976b2;
+	/ IE/Win gets upset if there is no bottom border... Go figure. /
+	border-bottom: 1px solid #22437f;
+}
+#fedora-side-nav a {
+	margin: 0;
+	color: #c5ccdb;
+	display: block;
+	text-decoration: none;
+	padding: 4px 6px;
+}
+#fedora-side-nav a:hover {
+	background-color: #34548f;
+	color: #fff;
+}
+#fedora-side-nav ul {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+}
+#fedora-side-nav ul li {
+	border-top: 1px solid #34548e;
+	background-color: #34548e;
+	/ IE/Win gets upset if there is no bottom border... Go figure. /
+	border-bottom: 1px solid #34548e;
+}
+#fedora-side-nav ul li:hover {
+	border-bottom: 1px solid #34548f;
+}
+#fedora-side-nav ul li a {
+	padding-left: 12px;
+	color: #a7b2c9;
+}
+#fedora-side-nav ul li a:hover {
+	background-color: #46659e;
+}
+#fedora-side-nav ul ul li a {
+	padding-left: 18px;
+}
+#fedora-side-nav strong a {
+	font-weight: normal;
+	color: #fff !important;
+	background-color: #10203b;
+}
+#fedora-side-nav strong a:hover {
+	background-color: #172e56 !important;
+}*/
+
+ 
+/*.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {
+	background-color: #fff;
+	position: relative;
+	width: 19px;
+	height: 19px;
+	/ The following line is to render PNGs with alpha transparency within IE/Win, using DirectX /
+	/ Work-around for IE6/Mac borkage (Part 1) /
+	display: none;
+}
+
+.fedora-corner-tl, .fedora-corner-bl { float: left; left: 0px; }
+.fedora-corner-tr, .fedora-corner-br { float: right; right: 0px; }
+.fedora-corner-tl, .fedora-corner-tr { top: 0px; }
+.fedora-corner-bl, .fedora-corner-br { bottom: 0px; margin-top: -19px; / Opera fix (part 1) / top: -18px;}
+
+html>body .fedora-corner-tl { background: #fff url("/images/corner-tl.png") no-repeat left top; }
+html>body .fedora-corner-tr { background: #fff url("/images/corner-tr.png") no-repeat right top; }
+html>body .fedora-corner-bl { background: #fff url("/images/corner-bl.png") no-repeat left bottom; }
+html>body .fedora-corner-br { background: #fff url("/images/corner-br.png") no-repeat right bottom; }
+
+.fedora-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-tl.png',sizingMethod='scale'); }
+.fedora-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-tr.png',sizingMethod='scale'); }
+.fedora-corner-br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-br.png',sizingMethod='scale'); }
+.fedora-corner-bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/corner-bl.png',sizingMethod='scale'); }*/
+
+/* \*/
+.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {
+	/* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
+	display: block;
+}
+/* */
+
+.fedora-corner-bl, .fedora-corner-br {
+	top: 0px;
+}
+
+.content { margin: 0 1em }
+
+#fedora-sidelist {
+	position: relative;
+	bottom: 3px;
+	margin: 0;
+	padding: 3px !important;
+	border: 1px solid #bbb;
+	background-color: #ccc;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-sidelist strong a {
+	font-weight: normal;
+	background-color: #555;
+	color: #fff;
+}
+#fedora-sidelist strong a:hover {
+	background-color: #333;
+	color: #fff;
+}
+#fedora-sidelist li {
+	list-style-position: outside;
+	font-size: 0.9em;
+	list-style: none;
+	border: 1px solid #ccc;
+	border-width: 1px 0;
+	padding: 0;
+	list-style: none;
+}
+#fedora-sidelist li a {
+	text-decoration: none;
+	display: block;
+	padding: 6px 8px;
+	border-radius: 2.5px;
+	-moz-border-radius: 2.5px;
+}
+#fedora-sidelist li a:hover {
+	background-color: #999;
+	color: #eee;
+}
+
+#fedora-footer {
+	font-size: 0.75em;
+	text-align: center;
+	color: #777;
+	margin-bottom: 2em;
+}
+#fedora-printable {
+	text-align: center;
+	margin: 1em 0;
+	font-size: 0.85em;
+}
+#fedora-printable a {
+	text-decoration: none;
+	padding: 5px 0;
+	padding-left: 18px;
+	background: transparent url("/images/printable.png") no-repeat left;
+}
+#fedora-printable a:hover {
+	text-decoration: underline;
+}
+
+div.display-table table {
+	width: 75%;
+	border-style: none;
+	color: #000000;
+	/* padding inside table area */
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 0.5em;
+}
+
+.display-table-cell-shaded {
+	background-color: #cccccc;
+	color: #000000;
+        width: 67%;
+        vertical-align: top;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+}
+
+.display-table-cell-boxed {
+	border: 1px solid #cccccc; 
+	background-color: #ffffff;
+	color: #000000;
+        width: 33%;
+        vertical-align: top;
+	padding: 0.5em;
+	margin-bottom: 0.5em;
+	margin-top: 2px; 
+}
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/print.css b/built_html/Release_Notes_for_64-bit_x86_Systems/css/print.css
new file mode 100644
index 0000000..0be9bea
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/css/print.css
@@ -0,0 +1,86 @@
+body {
+	background: white;
+	color: black;
+	font-size: 10pt;
+	font-family: sans-serif;
+	line-height: 1.25em;
+}
+
+div {
+	border: 1px solid white;
+}
+li {
+	border: 1px solid white;
+	margin: 0;
+}
+li p {
+	display: inline;
+}
+
+h1 {
+	font-size: 16pt;
+}
+h2 {
+	font-size: 12pt;
+}
+h3,h4,h5 {
+	font-size: 10pt;
+}
+img {
+	border: 1px solid white;
+	background-color: white;
+}
+hr {
+	border: 1px dotted gray;
+	border-width: 0 0 1 0;
+	margin: 1em;
+}
+table {
+	border-collapse: collapse;
+}
+td,th {
+	border: 1px solid gray;
+	padding: 8pt;
+	font-size: 10pt;
+}
+th {
+	font-weight: bold;
+}
+#fedora-header, #fedora-footer {
+	text-align: center;
+}
+#fedora-header-items, #fedora-side-left, #fedora-side-right {
+	display: none;
+}
+
+#fedora-project-download dt {
+	font-weight: bold;
+	margin-top: 8pt;
+	margin-left: 5pt;
+}
+#fedora-project-download dd {
+	padding: 0;
+	margin: 10px 20px 0;
+}
+
+code.screen, pre.screen {
+	font-family: monospace;
+	font-size: 1em;
+	display: block;
+	padding: 5pt;
+	border: 1px dashed gray;
+	margin: 0.5em 2em;
+}
+#fedora-project code.screen {
+	margin: 0;
+}
+
+/*
+#fedora-content a:link:after, #fedora-content a:visited:after {
+	content: " (" attr(href) ") ";
+	font-size: 80%;
+}
+*/
+.navheader table, .navheader table td {
+	border: 0 !important;
+}
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/css/s_code.js b/built_html/Release_Notes_for_64-bit_x86_Systems/css/s_code.js
new file mode 100644
index 0000000..567a548
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/css/s_code.js
@@ -0,0 +1,285 @@
+/* SiteCatalyst code version: H.1.
+Copyright 1997-2005 Omniture, Inc. More info available at
+http://www.omniture.com */
+/************************ ADDITIONAL FEATURES ************************
+     Dynamic Account Selection
+*/
+/* Specify the Report Suite ID(s) to track here */
+var s_account="redhatglobal"
+var s=s_gi(s_account)
+/************************** CONFIG SECTION **************************/
+/* You may add or alter any code config here. */
+s.dynamicAccountSelection=true
+s.dynamicAccountList=""
+/* Link Tracking Config */
+s.trackDownloadLinks=true
+s.trackExternalLinks=true
+s.trackInlineStats=true
+s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls"
+s.linkInternalFilters="javascript:,redhat.com"
+s.linkLeaveQueryString=false
+s.linkTrackVars="None"
+s.linkTrackEvents="None"
+
+/* WARNING: Changing the visitor namespace will cause drastic changes
+to how your visitor data is collected.  Changes should only be made
+when instructed to do so by your account manager.*/
+s.visitorNamespace="redhat"
+
+/* Plugin Config */
+s.usePlugins=true
+function s_doPlugins(s) {
+	/* Add calls to plugins here */
+	/* External Campaign Tracking */
+	if(!s.campaign)
+		s.campaign=s.getQueryParam('sc_cid');
+	/* Internal Campaign Tracking */
+	if(!s.eVar1)
+		s.eVar1=s.getQueryParam('intcmp');
+}
+s.doPlugins=s_doPlugins
+/************************** PLUGINS SECTION *************************/
+/* You may insert any plugins you wish to use here.                 */
+
+/*
+ * Plugin: getQueryParam 1.3 - Return query string parameter values
+ */
+s.getQueryParam=new Function("qp","d",""
++"var s=this,v='',i,t;d=d?d:'';while(qp){i=qp.indexOf(',');i=i<0?qp.l"
++"ength:i;t=s.gcgi(qp.substring(0,i));if(t)v+=v?d+t:t;qp=qp.substring"
++"(i==qp.length?i:i+1)}return v");
+s.gcgi=new Function("k",""
++"var v='',s=this;if(k&&s.wd.location.search){var q=s.wd.location.sea"
++"rch.toLowerCase(),qq=q.indexOf('?');q=qq<0?q:q.substring(qq+1);v=s."
++"pt(q,'&','cgif',k.toLowerCase())}return v");
+s.cgif=new Function("t","k",""
++"if(t){var s=this,i=t.indexOf('='),sk=i<0?t:t.substring(0,i),sv=i<0?"
++"'True':t.substring(i+1);if(sk.toLowerCase()==k)return s.epa(sv)}ret"
++"urn ''");
+
+/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
+var s_objectID;function s_c2fe(f){var x='',s=0,e,a,b,c;while(1){e=
+f.indexOf('"',s);b=f.indexOf('\\',s);c=f.indexOf("\n",s);if(e<0||(b>=
+0&&b<e))e=b;if(e<0||(c>=0&&c<e))e=c;if(e>=0){x+=(e>s?f.substring(s,e):
+'')+(e==c?'\\n':'\\'+f.substring(e,e+1));s=e+1}else return x
++f.substring(s)}return f}function s_c2fa(f){var s=f.indexOf('(')+1,e=
+f.indexOf(')'),a='',c;while(s>=0&&s<e){c=f.substring(s,s+1);if(c==',')
+a+='","';else if(("\n\r\t ").indexOf(c)<0)a+=c;s++}return a?'"'+a+'"':
+a}function s_c2f(cc){cc=''+cc;var fc='var f=new Function(',s=
+cc.indexOf(';',cc.indexOf('{')),e=cc.lastIndexOf('}'),o,a,d,q,c,f,h,x
+fc+=s_c2fa(cc)+',"var s=new Object;';c=cc.substring(s+1,e);s=
+c.indexOf('function');while(s>=0){d=1;q='';x=0;f=c.substring(s);a=
+s_c2fa(f);e=o=c.indexOf('{',s);e++;while(d>0){h=c.substring(e,e+1);if(
+q){if(h==q&&!x)q='';if(h=='\\')x=x?0:1;else x=0}else{if(h=='"'||h=="'"
+)q=h;if(h=='{')d++;if(h=='}')d--}if(d>0)e++}c=c.substring(0,s)
++'new Function('+(a?a+',':'')+'"'+s_c2fe(c.substring(o+1,e))+'")'
++c.substring(e+1);s=c.indexOf('function')}fc+=s_c2fe(c)+';return s");'
+eval(fc);return f}function s_gi(un,pg,ss){var c="function s_c(un,pg,s"
++"s){var s=this;s.wd=window;if(!s.wd.s_c_in){s.wd.s_c_il=new Array;s."
++"wd.s_c_in=0;}s._il=s.wd.s_c_il;s._in=s.wd.s_c_in;s._il[s._in]=s;s.w"
++"d.s_c_in++;s.m=function(m){return (''+m).indexOf('{')<0};s.fl=funct"
++"ion(x,l){return x?(''+x).substring(0,l):x};s.co=function(o){if(!o)r"
++"eturn o;var n=new Object,x;for(x in o)if(x.indexOf('select')<0&&x.i"
++"ndexOf('filter')<0)n[x]=o[x];return n};s.num=function(x){x=''+x;for"
++"(var p=0;p<x.length;p++)if(('0123456789').indexOf(x.substring(p,p+1"
++"))<0)return 0;return 1};s.rep=function(x,o,n){var i=x.indexOf(o),l="
++"n.length>0?n.length:1;while(x&&i>=0){x=x.substring(0,i)+n+x.substri"
++"ng(i+o.length);i=x.indexOf(o,i+l)}return x};s.ape=function(x){var s"
++"=this,i;x=x?s.rep(escape(''+x),'+','%2B'):x;if(x&&s.charSet&&s.em=="
++"1&&x.indexOf('%u')<0&&x.indexOf('%U')<0){i=x.indexOf('%');while(i>="
++"0){i++;if(('89ABCDEFabcdef').indexOf(x.substring(i,i+1))>=0)return "
++"x.substring(0,i)+'u00'+x.substring(i);i=x.indexOf('%',i)}}return x}"
++";s.epa=function(x){var s=this;return x?unescape(s.rep(''+x,'+',' ')"
++"):x};s.pt=function(x,d,f,a){var s=this,t=x,z=0,y,r;while(t){y=t.ind"
++"exOf(d);y=y<0?t.length:y;t=t.substring(0,y);r=s.m(f)?s[f](t,a):f(t,"
++"a);if(r)return r;z+=y+d.length;t=x.substring(z,x.length);t=z<x.leng"
++"th?t:''}return ''};s.isf=function(t,a){var c=a.indexOf(':');if(c>=0"
++")a=a.substring(0,c);if(t.substring(0,2)=='s_')t=t.substring(2);retu"
++"rn (t!=''&&t==a)};s.fsf=function(t,a){var s=this;if(s.pt(a,',','isf"
++"',t))s.fsg+=(s.fsg!=''?',':'')+t;return 0};s.fs=function(x,f){var s"
++"=this;s.fsg='';s.pt(x,',','fsf',f);return s.fsg};s.c_d='';s.c_gdf=f"
++"unction(t,a){var s=this;if(!s.num(t))return 1;return 0};s.c_gd=func"
++"tion(){var s=this,d=s.wd.location.hostname,n=s.cookieDomainPeriods,"
++"p;if(d&&!s.c_d){n=n?parseInt(n):2;n=n>2?n:2;p=d.lastIndexOf('.');wh"
++"ile(p>=0&&n>1){p=d.lastIndexOf('.',p-1);n--}s.c_d=p>0&&s.pt(d,'.','"
++"c_gdf',0)?d.substring(p):''}return s.c_d};s.c_r=function(k){var s=t"
++"his;k=s.ape(k);var c=' '+s.d.cookie,i=c.indexOf(' '+k+'='),e=i<0?i:"
++"c.indexOf(';',i),v=i<0?'':s.epa(c.substring(i+2+k.length,e<0?c.leng"
++"th:e));return v!='[[B]]'?v:''};s.c_w=function(k,v,e){var s=this,d=s"
++".c_gd(),l=s.cookieLifetime,t;v=''+v;l=l?(''+l).toUpperCase():'';if("
++"e&&l!='SESSION'&&l!='NONE'){t=(v!=''?parseInt(l?l:0):-60);if(t){e=n"
++"ew Date;e.setTime(e.getTime()+(t*1000))}}if(k&&l!='NONE'){s.d.cooki"
++"e=k+'='+s.ape(v!=''?v:'[[B]]')+'; path=/;'+(e&&l!='SESSION'?' expir"
++"es='+e.toGMTString()+';':'')+(d?' domain='+d+';':'');return s.c_r(k"
++")==v}return 0};s.eh=function(o,e,r,f){var s=this,b='s_'+e+'_'+s._in"
++",n=-1,l,i,x;if(!s.ehl)s.ehl=new Array;l=s.ehl;for(i=0;i<l.length&&n"
++"<0;i++){if(l[i].o==o&&l[i].e==e)n=i}if(n<0){n=i;l[n]=new Object}x=l"
++"[n];x.o=o;x.e=e;f=r?x.b:f;if(r||f){x.b=r?0:o[e];x.o[e]=f}if(x.b){x."
++"o[b]=x.b;return b}return 0};s.cet=function(f,a,t,o,b){var s=this,r;"
++"if(s.isie&&a.apv>=5)eval('try{r=s.m(f)?s[f](a):f(a)}catch(e){r=s.m("
++"t)?s[t](e):t(e)}');else{if(s.ismac&&s.u.indexOf('MSIE 4')>=0)r=s.m("
++"b)?s[b](a):b(a);else{s.eh(s.wd,'onerror',0,o);r=s.m(f)?s[f](a):f(a)"
++";s.eh(s.wd,'onerror',1)}}return r};s.gtfset=function(e){var s=this;"
++"return s.tfs};s.gtfsoe=new Function('e','var s=s_c_il['+s._in+'];s."
++"eh(window,\"onerror\",1);s.etfs=1;var c=s.t();if(c)s.d.write(c);s.e"
++"tfs=0;return true');s.gtfsfb=function(a){return window};s.gtfsf=fun"
++"ction(w){var s=this,p=w.parent,l=w.location;s.tfs=w;if(p&&p.locatio"
++"n!=l&&p.location.host==l.host){s.tfs=p;return s.gtfsf(s.tfs)}return"
++" s.tfs};s.gtfs=function(){var s=this;if(!s.tfs){s.tfs=s.wd;if(!s.et"
++"fs)s.tfs=s.cet('gtfsf',s.tfs,'gtfset',s.gtfsoe,'gtfsfb')}return s.t"
++"fs};s.ca=function(){var s=this,imn='s_i_'+s.fun;if(s.d.images&&s.ap"
++"v>=3&&!s.isopera&&(s.ns6<0||s.apv>=6.1)){s.ios=1;if(!s.d.images[imn"
++"]&&(!s.isns||(s.apv<4||s.apv>=5))){s.d.write('<im'+'g name=\"'+imn+"
++"'\" height=1 width=1 border=0 alt=\"\">');if(!s.d.images[imn])s.ios"
++"=0}}};s.mr=function(sess,q,ta){var s=this,ns=s.visitorNamespace,unc"
++"=s.rep(s.fun,'_','-'),imn='s_i_'+s.fun,im,b,e,rs='http'+(s.ssl?'s':"
++"'')+'://'+(s.ssl?'smtrcs':'mtrcs')+'.redhat.com/b/ss/'+s.un+'/1/H"
++".1-pDv-2/'+sess+'?[AQB]&ndh=1'+(q?q:'')+(s.q?s.q:'')+'&[AQE]';if(s."
++"isie&&!s.ismac){if(s.apv>5.5)rs=s.fl(rs,4095);else rs=s.fl(rs,2047)"
++"}if(s.ios){im=s.wd[imn]?s.wd[imn]:s.d.images[imn];if(!im)im=s.wd[im"
++"n]=new Image;im.src=rs;if(rs.indexOf('&pe=')>=0&&(!ta||ta=='_self'|"
++"|ta=='_top'||(s.wd.name&&ta==s.wd.name))){b=e=new Date;while(e.getT"
++"ime()-b.getTime()<500)e=new Date}return ''}return '<im'+'g sr'+'c="
++"\"'+rs+'\" width=1 height=1 border=0 alt=\"\">'};s.gg=function(v){v"
++"ar s=this;return s.wd['s_'+v]};s.glf=function(t,a){if(t.substring(0"
++",2)=='s_')t=t.substring(2);var s=this,v=s.gg(t);if(v)s[t]=v};s.gl=f"
++"unction(v){var s=this;s.pt(v,',','glf',0)};s.gv=function(v){var s=t"
++"his;return s['vpm_'+v]?s['vpv_'+v]:s[v]};s.havf=function(t,a){var s"
++"=this,b=t.substring(0,4),x=t.substring(4),n=parseInt(x),k='g_'+t,m="
++"'vpm_'+t,q=t,v=s.linkTrackVars,e=s.linkTrackEvents;s[k]=s.gv(t);if("
++"s.lnk||s.eo){v=v?v+','+s.vl_l:'';if(v&&!s.pt(v,',','isf',t))s[k]=''"
++";if(t=='events'&&e)s[k]=s.fs(s[k],e)}s[m]=0;if(t=='pageURL')q='g';e"
++"lse if(t=='referrer')q='r';else if(t=='charSet'){q='ce';if(s[k]&&s."
++"em==2)s[k]='UTF-8'}else if(t=='visitorNamespace')q='ns';else if(t=="
++"'cookieDomainPeriods')q='cdp';else if(t=='cookieLifetime')q='cl';el"
++"se if(t=='visitVariableProvider')q='vvp';else if(t=='currencyCode')"
++"q='cc';else if(t=='channel')q='ch';else if(t=='campaign')q='v0';els"
++"e if(s.num(x)) {if(b=='prop')q='c'+n;else if(b=='eVar')q='v'+n;else"
++" if(b=='hier'){q='h'+n;s[k]=s.fl(s[k],255)}}if(s[k]&&t!='linkName'&"
++"&t!='linkType')s.qav+='&'+q+'='+s.ape(s[k]);return ''};s.hav=functi"
++"on(){var s=this;s.qav='';s.pt(s.vl_t,',','havf',0);return s.qav};s."
++"lnf=function(t,h){t=t?t.toLowerCase():'';h=h?h.toLowerCase():'';var"
++" te=t.indexOf('=');if(t&&te>0&&h.indexOf(t.substring(te+1))>=0)retu"
++"rn t.substring(0,te);return ''};s.ln=function(h){var s=this,n=s.lin"
++"kNames;if(n)return s.pt(n,',','lnf',h);return ''};s.ltdf=function(t"
++",h){t=t?t.toLowerCase():'';h=h?h.toLowerCase():'';var qi=h.indexOf("
++"'?');h=qi>=0?h.substring(0,qi):h;if(t&&h.substring(h.length-(t.leng"
++"th+1))=='.'+t)return 1;return 0};s.ltef=function(t,h){t=t?t.toLower"
++"Case():'';h=h?h.toLowerCase():'';if(t&&h.indexOf(t)>=0)return 1;ret"
++"urn 0};s.lt=function(h){var s=this,lft=s.linkDownloadFileTypes,lef="
++"s.linkExternalFilters,lif=s.linkInternalFilters;lif=lif?lif:s.wd.lo"
++"cation.hostname;h=h.toLowerCase();if(s.trackDownloadLinks&&lft&&s.p"
++"t(lft,',','ltdf',h))return 'd';if(s.trackExternalLinks&&(lef||lif)&"
++"&(!lef||s.pt(lef,',','ltef',h))&&(!lif||!s.pt(lif,',','ltef',h)))re"
++"turn 'e';return ''};s.lc=new Function('e','var s=s_c_il['+s._in+'],"
++"b=s.eh(this,\"onclick\");s.lnk=s.co(this);s.t();s.lnk=0;if(b)return"
++" this[b](e);return true');s.bc=new Function('e','var s=s_c_il['+s._"
++"in+'];if(s.d&&s.d.all&&s.d.all.cppXYctnr)return;s.eo=e.srcElement?e"
++".srcElement:e.target;s.t();s.eo=0');s.ot=function(o){var a=o.type,b"
++"=o.tagName;return (a&&a.toUpperCase?a:b&&b.toUpperCase?b:o.href?'A'"
++":'').toUpperCase()};s.oid=function(o){var s=this,t=s.ot(o),p=o.prot"
++"ocol,c=o.onclick,n='',x=0;if(!o.s_oid){if(o.href&&(t=='A'||t=='AREA"
++"')&&(!c||!p||p.toLowerCase().indexOf('javascript')<0))n=o.href;else"
++" if(c){n=s.rep(s.rep(s.rep(s.rep(''+c,\"\\r\",''),\"\\n\",''),\"\\t"
++"\",''),' ','');x=2}else if(o.value&&(t=='INPUT'||t=='SUBMIT')){n=o."
++"value;x=3}else if(o.src&&t=='IMAGE')n=o.src;if(n){o.s_oid=s.fl(n,10"
++"0);o.s_oidt=x}}return o.s_oid};s.rqf=function(t,un){var s=this,e=t."
++"indexOf('='),u=e>=0?','+t.substring(0,e)+',':'';return u&&u.indexOf"
++"(','+un+',')>=0?s.epa(t.substring(e+1)):''};s.rq=function(un){var s"
++"=this,c=un.indexOf(','),v=s.c_r('s_sq'),q='';if(c<0)return s.pt(v,'"
++"&','rqf',un);return s.pt(un,',','rq',0)};s.sqp=function(t,a){var s="
++"this,e=t.indexOf('='),q=e<0?'':s.epa(t.substring(e+1));s.sqq[q]='';"
++"if(e>=0)s.pt(t.substring(0,e),',','sqs',q);return 0};s.sqs=function"
++"(un,q){var s=this;s.squ[un]=q;return 0};s.sq=function(q){var s=this"
++",k='s_sq',v=s.c_r(k),x,c=0;s.sqq=new Object;s.squ=new Object;s.sqq["
++"q]='';s.pt(v,'&','sqp',0);s.pt(s.un,',','sqs',q);v='';for(x in s.sq"
++"u)s.sqq[s.squ[x]]+=(s.sqq[s.squ[x]]?',':'')+x;for(x in s.sqq)if(x&&"
++"s.sqq[x]&&(x==q||c<2)){v+=(v?'&':'')+s.sqq[x]+'='+s.ape(x);c++}retu"
++"rn s.c_w(k,v,0)};s.wdl=new Function('e','var s=s_c_il['+s._in+'],r="
++"true,b=s.eh(s.wd,\"onload\"),i,o,oc;if(b)r=this[b](e);for(i=0;i<s.d"
++".links.length;i++){o=s.d.links[i];oc=o.onclick?\"\"+o.onclick:\"\";"
++"if((oc.indexOf(\"s_gs(\")<0||oc.indexOf(\".s_oc(\")>=0)&&oc.indexOf"
++"(\".tl(\")<0)s.eh(o,\"onclick\",0,s.lc);}return r');s.wds=function("
++"){var s=this;if(s.apv>3&&(!s.isie||!s.ismac||s.apv>=5)){if(s.b&&s.b"
++".attachEvent)s.b.attachEvent('onclick',s.bc);else if(s.b&&s.b.addEv"
++"entListener)s.b.addEventListener('click',s.bc,false);else s.eh(s.wd"
++",'onload',0,s.wdl)}};s.vs=function(x){var s=this,v=s.visitorSamplin"
++"g,g=s.visitorSamplingGroup,k='s_vsn_'+s.un+(g?'_'+g:''),n=s.c_r(k),"
++"e=new Date,y=e.getYear();e.setYear(y+10+(y<1900?1900:0));if(v){v*=1"
++"00;if(!n){if(!s.c_w(k,x,e))return 0;n=x}if(n%10000>v)return 0}retur"
++"n 1};s.dyasmf=function(t,m){if(t&&m&&m.indexOf(t)>=0)return 1;retur"
++"n 0};s.dyasf=function(t,m){var s=this,i=t?t.indexOf('='):-1,n,x;if("
++"i>=0&&m){var n=t.substring(0,i),x=t.substring(i+1);if(s.pt(x,',','d"
++"yasmf',m))return n}return 0};s.uns=function(){var s=this,x=s.dynami"
++"cAccountSelection,l=s.dynamicAccountList,m=s.dynamicAccountMatch,n,"
++"i;s.un.toLowerCase();if(x&&l){if(!m)m=s.wd.location.host;if(!m.toLo"
++"werCase)m=''+m;l=l.toLowerCase();m=m.toLowerCase();n=s.pt(l,';','dy"
++"asf',m);if(n)s.un=n}i=s.un.indexOf(',');s.fun=i<0?s.un:s.un.substri"
++"ng(0,i)};s.t=function(){var s=this,trk=1,tm=new Date,sed=Math&&Math"
++".random?Math.floor(Math.random()*10000000000000):tm.getTime(),sess="
++"'s'+Math.floor(tm.getTime()/10800000)%10+sed,yr=tm.getYear(),vt=tm."
++"getDate()+'/'+tm.getMonth()+'/'+(yr<1900?yr+1900:yr)+' '+tm.getHour"
++"s()+':'+tm.getMinutes()+':'+tm.getSeconds()+' '+tm.getDay()+' '+tm."
++"getTimezoneOffset(),tfs=s.gtfs(),ta='',q='',qs='';s.uns();if(!s.q){"
++"var tl=tfs.location,x='',c='',v='',p='',bw='',bh='',j='1.0',k=s.c_w"
++"('s_cc','true',0)?'Y':'N',hp='',ct='',pn=0,ps;if(s.apv>=4)x=screen."
++"width+'x'+screen.height;if(s.isns||s.isopera){if(s.apv>=3){j='1.1';"
++"v=s.n.javaEnabled()?'Y':'N';if(s.apv>=4){j='1.2';c=screen.pixelDept"
++"h;bw=s.wd.innerWidth;bh=s.wd.innerHeight;if(s.apv>=4.06)j='1.3'}}s."
++"pl=s.n.plugins}else if(s.isie){if(s.apv>=4){v=s.n.javaEnabled()?'Y'"
++":'N';j='1.2';c=screen.colorDepth;if(s.apv>=5){bw=s.d.documentElemen"
++"t.offsetWidth;bh=s.d.documentElement.offsetHeight;j='1.3';if(!s.ism"
++"ac&&s.b){s.b.addBehavior('#default#homePage');hp=s.b.isHomePage(tl)"
++"?\"Y\":\"N\";s.b.addBehavior('#default#clientCaps');ct=s.b.connecti"
++"onType}}}else r=''}if(s.pl)while(pn<s.pl.length&&pn<30){ps=s.fl(s.p"
++"l[pn].name,100)+';';if(p.indexOf(ps)<0)p+=ps;pn++}s.q=(x?'&s='+s.ap"
++"e(x):'')+(c?'&c='+s.ape(c):'')+(j?'&j='+j:'')+(v?'&v='+v:'')+(k?'&k"
++"='+k:'')+(bw?'&bw='+bw:'')+(bh?'&bh='+bh:'')+(ct?'&ct='+s.ape(ct):'"
++"')+(hp?'&hp='+hp:'')+(p?'&p='+s.ape(p):'')}if(s.usePlugins)s.doPlug"
++"ins(s);var l=s.wd.location,r=tfs.document.referrer;if(!s.pageURL)s."
++"pageURL=s.fl(l?l:'',255);if(!s.referrer)s.referrer=s.fl(r?r:'',255)"
++";if(s.lnk||s.eo){var o=s.eo?s.eo:s.lnk;if(!o)return '';var p=s.gv('"
++"pageName'),w=1,t=s.ot(o),n=s.oid(o),x=o.s_oidt,h,l,i,oc;if(s.eo&&o="
++"=s.eo){while(o&&!n&&t!='BODY'){o=o.parentElement?o.parentElement:o."
++"parentNode;if(!o)return '';t=s.ot(o);n=s.oid(o);x=o.s_oidt}oc=o.onc"
++"lick?''+o.onclick:'';if((oc.indexOf(\"s_gs(\")>=0&&oc.indexOf(\".s_"
++"oc(\")<0)||oc.indexOf(\".tl(\")>=0)return ''}ta=o.target;h=o.href?o"
++".href:'';i=h.indexOf('?');h=s.linkLeaveQueryString||i<0?h:h.substri"
++"ng(0,i);l=s.linkName?s.linkName:s.ln(h);t=s.linkType?s.linkType.toL"
++"owerCase():s.lt(h);if(t&&(h||l))q+='&pe=lnk_'+(t=='d'||t=='e'?s.ape"
++"(t):'o')+(h?'&pev1='+s.ape(h):'')+(l?'&pev2='+s.ape(l):'');else trk"
++"=0;if(s.trackInlineStats){if(!p){p=s.gv('pageURL');w=0}t=s.ot(o);i="
++"o.sourceIndex;if(s.gg('objectID')){n=s.gg('objectID');x=1;i=1}if(p&"
++"&n&&t)qs='&pid='+s.ape(s.fl(p,255))+(w?'&pidt='+w:'')+'&oid='+s.ape"
++"(s.fl(n,100))+(x?'&oidt='+x:'')+'&ot='+s.ape(t)+(i?'&oi='+i:'')}}if"
++"(!trk&&!qs)return '';var code='';if(trk&&s.vs(sed))code=s.mr(sess,("
++"vt?'&t='+s.ape(vt):'')+s.hav()+q+(qs?qs:s.rq(s.un)),ta);s.sq(trk?''"
++":qs);s.lnk=s.eo=s.linkName=s.linkType=s.wd.s_objectID='';return cod"
++"e};s.tl=function(o,t,n){var s=this;s.lnk=s.co(o);s.linkType=t;s.lin"
++"kName=n;s.t()};s.ssl=(s.wd.location.protocol.toLowerCase().indexOf("
++"'https')>=0);s.d=document;s.b=s.d.body;s.n=navigator;s.u=s.n.userAg"
++"ent;s.ns6=s.u.indexOf('Netscape6/');var apn=s.n.appName,v=s.n.appVe"
++"rsion,ie=v.indexOf('MSIE '),i;if(v.indexOf('Opera')>=0||s.u.indexOf"
++"('Opera')>=0)apn='Opera';s.isie=(apn=='Microsoft Internet Explorer'"
++");s.isns=(apn=='Netscape');s.isopera=(apn=='Opera');s.ismac=(s.u.in"
++"dexOf('Mac')>=0);if(ie>0){s.apv=parseInt(i=v.substring(ie+5));if(s."
++"apv>3)s.apv=parseFloat(i)}else if(s.ns6>0)s.apv=parseFloat(s.u.subs"
++"tring(s.ns6+10));else s.apv=parseFloat(v);s.em=0;if(String.fromChar"
++"Code){i=escape(String.fromCharCode(256)).toUpperCase();s.em=(i=='%C"
++"4%80'?2:(i=='%U0100'?1:0))}s.un=un;s.uns();s.vl_l='charSet,visitorN"
++"amespace,cookieDomainPeriods,cookieLifetime,visitVariableProvider,p"
++"ageName,pageURL,referrer,currencyCode,purchaseID';s.vl_t=s.vl_l+',c"
++"hannel,server,pageType,campaign,state,zip,events,products,linkName,"
++"linkType';for(var n=1;n<51;n++)s.vl_t+=',prop'+n+',eVar'+n+',hier'+"
++"n;s.vl_g=s.vl_t+',trackDownloadLinks,trackExternalLinks,trackInline"
++"Stats,linkLeaveQueryString,linkDownloadFileTypes,linkExternalFilter"
++"s,linkInternalFilters,linkNames';if(pg)s.gl(s.vl_g);if(!ss){s.wds()"
++";s.ca()}}",
+l=window.s_c_il,n=navigator,u=n.userAgent,v=n.appVersion,e=v.indexOf(
+'MSIE '),m=u.indexOf('Netscape6/'),a,i,s;if(l)for(i=0;i<l.length;i++){
+s=l[i];s.uns();if(s.un==un)return s;else if(s.pt(s.un,',','isf',un)){
+s=s.co(s);s.un=un;s.uns();return s}}if(e>0){a=parseInt(i=v.substring(e
++5));if(a>3)a=parseFloat(i)}else if(m>0)a=parseFloat(u.substring(m+10)
+);else a=parseFloat(v);if(a>=5&&v.indexOf('Opera')<0&&u.indexOf(
+'Opera')<0){eval(c);return new s_c(un,pg,ss)}else s=s_c2f(c);return s(
+un,pg,ss)}
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/index.html b/built_html/Release_Notes_for_64-bit_x86_Systems/index.html
new file mode 100644
index 0000000..70ea70d
--- /dev/null
+++ b/built_html/Release_Notes_for_64-bit_x86_Systems/index.html
@@ -0,0 +1,502 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+	<head>
+		<title>Fedora Project, sponsored by Red Hat</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<link rel="stylesheet" type="text/css" media="print" href="/css/print.css">
+		<style type="text/css" media="screen">
+			@import url("./css/fedora.css");
+			@import url("./css/layout.css");
+			@import url("./css/content.css");
+			@import url("./css/docbook.css");
+			
+		</style>
+		<meta name="MSSmartTagsPreventParsing" content="TRUE">
+		<link rel="shortcut icon" href="/images/favicon.ico">
+		<link rel="icon" href="/images/favicon.ico">
+	</head>
+
+	<body class="toc_embeded "><div id="tocdiv" class="toc"><iframe id="tocframe" class="toc" src="../../../../toc.html">This is an iframe, to view it upgrade your browser or enable iframe display.</iframe></div>
+	<div id="wrapper">
+
+		<div id="fedora-middle-two">
+			<div class="fedora-corner-tr">&nbsp;</div>
+			<div class="fedora-corner-tl">&nbsp;</div>
+			<div id="fedora-content">
+		
+<div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>Fedora Core 3 x86_64 Release Notes</h1></div><div><p class="copyright">Copyright © 2004 Red Hat, Inc.</p></div><div><div class="legalnotice"><div class="para">
+		The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at <a href="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</a>. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
+	</div><div class="para">
+		Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
+	</div><div class="para">
+		Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
+	</div><div class="para">
+		For guidelines on the permitted uses of the Fedora trademarks, refer to <a href="https://fedoraproject.org/wiki/Legal:Trademark_guidelines">https://fedoraproject.org/wiki/Legal:Trademark_guidelines</a>.
+	</div><div class="para">
+		<span class="trademark">Linux</span>® is the registered trademark of Linus Torvalds in the United States and other countries.
+	</div><div class="para">
+		<span class="trademark">Java</span>®  is a registered trademark of Oracle and/or its affiliates.
+	</div><div class="para">
+		<span class="trademark">XFS</span>® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
+	</div><div class="para">
+		All other trademarks are the property of their respective owners.
+	</div><p>The GPG fingerprint of the <tt class="computeroutput">"Fedora Project
+        &lt;fedora at redhat.com&gt;"</tt> key is:</p><p>CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2</p></div></div></div><div></div><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-intro"></a>Introduction</h2></div></div><div></div></div><p>The Fedora Project is an openly-developed project designed by Red Hat, open for
+      general participation, led by a meritocracy, and following a set of
+      project objectives.  The results from this project include Fedora Core, a
+      complete, general-purpose operating system built exclusively from open
+      source software.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>Fedora Core is not a supported product of Red Hat, Inc.</p></div><p>For more information, refer to the Fedora Project overview later in this
+      document.</p><p>The following topics related to Fedora Core 3 are covered in
+      this document:</p><div class="itemizedlist"><ul type="disc"><li><p>Introduction (this section)</p></li><li><p>Hardware requirements</p></li><li><p>Overview of this release</p></li><li><p>Installation-related notes</p></li><li><p>Package-specific notes</p></li><li><p>Packages added/removed/deprecated</p></li><li><p>An overview of the Fedora Project</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-hardware-reqs"></a>Hardware Requirements</h2></div></div><div></div></div><p>The following information represents the minimum hardware requirements
+      necessary to successfully install Fedora Core 3.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The compatibility/availability of other hardware components (such as
+        video and network cards) may be required for specific installation modes
+        and/or post-installation usage.</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849752"></a>CPU Requirements</h3></div></div><div></div></div><p>This section lists the CPU specifications required by Fedora Core
+        3.</p><div class="itemizedlist"><ul type="disc"><li><p> AMD64 processors (both
+            Athlon64 and Opteron)</p></li><li><p> Intel processors with
+            <span class="trademark">Intel</span>® Extended Memory 64
+            Technology (<span class="trademark">Intel</span>®
+            EM64T)</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849397"></a>Hard Disk Space Requirements</h3></div></div><div></div></div><p>This section lists the disk space required to install Fedora Core
+        3.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The disk space requirements listed below represent the disk space
+          taken up by Fedora Core 3 <span class="emphasis"><em>after</em></span> the
+          installation is complete.  However, additional disk space is required
+          during the installation to support the installation environment.  This
+          additional disk space corresponds to the size of
+          <tt class="filename">/Fedora/base/stage2.img</tt> (on CD-ROM 1) plus the
+          size of the files in <tt class="filename">/var/lib/rpm</tt> on the
+          installed system.</p><p>In practical terms, this means that as little as an additional
+          90MB can be required for a minimal installation, while as much as an
+          additional 175MB can be required for an "everything"
+          installation.</p><p>Also, keep in mind that additional space will be required for any
+          user data, and at least 5% free space should be maintained for proper
+          system operation.</p></div><div class="itemizedlist"><ul type="disc"><li><p> Custom Installation
+            (Minimal): 900MB</p></li><li><p> Server: 1.5GB</p></li><li><p> Personal Desktop:
+            2.7GB</p></li><li><p> Workstation: 3.4GB</p></li><li><p> Custom Installation:
+            (Everything) 7.5GB</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849481"></a>Memory Requirements</h3></div></div><div></div></div><p>This section lists the memory required to install Fedora Core
+        3.</p><div class="itemizedlist"><ul type="disc"><li><p> Minimum for text-mode:
+            128MB</p></li><li><p> Minimum for graphical:
+            256MB</p></li><li><p> Recommended for graphical:
+            512MB</p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-overview"></a>Overview of This Release</h2></div></div><div></div></div><p>The following list includes brief summaries of some of the more
+    significant aspects of Fedora Core 3:</p><div class="itemizedlist"><ul type="disc"><li><p>Fedora Core 3 contains the following changes:</p><div class="itemizedlist"><ul type="circle"><li><p>GCC 3.4</p></li><li><p>GNOME 2.8</p></li><li><p>KDE 3.3</p></li><li><p>SELinux — This includes a new "targeted" policy that
+              monitors specific daemons with less intrusion than the strict
+              policy in use before.  This policy is enabled by default.  For
+              more information, refer to:</p><p><a href="http://fedora.redhat.com/docs/selinux-faq/" target="_top">http://fedora.redhat.com/docs/selinux-faq/</a></p></li><li><p>Indic language support</p></li><li><p>Firefox and Mozilla can be enabled with pango rendering
+              support, which enables many text layout features, including the
+              rendering of CTL (Complex Text Layout) such as Indic languages. To
+              enable this, set the following environment variable when running
+              Firefox or Mozilla:</p><p><span><b class="command">MOZ_ENABLE_PANGO=1</b></span></p></li><li><p>Kernel and <tt class="filename">e2fsprogs</tt> support for online
+              growing of ext3 file systems</p></li><li><p>Various desktop-related features, including, but not limited
+              to:</p><div class="itemizedlist"><ul type="disc"><li><p>Remote desktops using VNC (<a href="http://www.redhat.com/archives/fedora-desktop-list/2004-June/msg00007.html" target="_top">http://www.redhat.com/archives/fedora-desktop-list/2004-June/msg00007.html</a>)</p></li><li><p>Printing improvements (<a href="http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00370.html" target="_top">http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00370.html</a>)</p></li><li><p>Evolution 2.0</p></li></ul></div></li></ul></div></li></ul></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>VMware WS 4.5.2 is known to work on Fedora Core 3 after the
+        following workarounds are used:</p><div class="itemizedlist"><ul type="disc"><li><p>You must upgrade the kernel modules and configuration using the
+            unofficial <tt class="filename">vmware-any-any-*</tt> toolkit available
+            from:</p><p><a href="http://platan.vc.cvut.cz/ftp/pub/vmware/" target="_top">http://platan.vc.cvut.cz/ftp/pub/vmware/</a></p></li><li><p>After <tt class="filename">vmware-config.pl</tt> is run and the
+            VMware modules are loaded, the following command creates the 
+            <tt class="filename">/sys/class/*</tt> nodes needed for udev:</p><p><span><b class="command">cp -rp /dev/vm* /etc/udev/devices/</b></span></p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-anaconda"></a>Installation-Related Notes</h2></div></div><div></div></div><p>This section outlines those issues that are related to Anaconda (the
+      Fedora Core installation program) and installing Fedora Core 3 in
+      general.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>If you intend to download the Fedora Core 3 DVD ISO image,
+        keep in mind that not all file downloading tools can accommodate files
+        larger than 2GB in size.  For example, <span><b class="command">wget</b></span> will exit
+        with a <tt class="computeroutput">File size limit exceeded</tt>
+        error.</p><p>The <span><b class="command">curl</b></span> and <span><b class="command">ncftpget</b></span> file
+        downloading tools do not have this limitation, and can successfully
+        download files larger than 2GB.</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850094"></a>Anaconda Notes</h3></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>The Fedora Core installation program has the ability to test the
+            integrity of the installation media. It works with the CD, DVD, hard
+            drive ISO, and NFS ISO installation methods. Red Hat 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 <span><b class="command">linux mediacheck</b></span> at the
+            <tt class="prompt">boot:</tt> prompt.</p></li><li><p>Fedora Core 3 supports graphical FTP and HTTP
+            installations.  However, due to the necessity of containing the
+            installer image in RAM, only systems with more than 128MB of RAM (or
+            systems booted from CD-ROM 1, which contains the installer image)
+            can use the graphical installer.  Systems with 128MB or less will
+            continue to use the text-based installer.</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850149"></a>Installation-Related Issues</h3></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>Certain hardware configurations (particularly those with LCD
+            displays) may experience problems while starting the Fedora Core
+            installation program.  In these instances, restart the installation,
+            and add the "<span><b class="command">nofb</b></span>" option to the boot command
+            line.</p><p>NOTE: Chinese, Japanese, and Korean graphical installations
+            started using the "<span><b class="command">nofb</b></span>" option will start in
+            English, and then switch to the appropriate language once the
+            graphical phase of the installation process begins.</p></li><li><p>Serial mice are known to be inoperative during installation.
+            However, there are indications that serial mice work properly in X
+            after the installation has completed.  Refer to bug 119474 for more
+            information:</p><p><a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474" target="_top">http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474</a></p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id849820"></a>Package-Specific Notes</h2></div></div><div></div></div><p>The following sections contain information regarding packages that
+      have undergone significant changes for Fedora Core 3.  For easier
+      access, they are organized using the same groups used in Anaconda.</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849668"></a>Base</h3></div></div><div></div></div><p>This section contains information related to basic system
+        components.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id849446"></a><tt class="filename">openssh</tt></h4></div></div><div></div></div><p>Fedora Core 3 contains OpenSSH 3.9, which includes strict
+          permission and ownership checks for the
+          <tt class="filename">~/.ssh/config</tt> file.  These checks mean that
+          <span><b class="command">ssh</b></span> will exit if this file does not have
+          appropriate ownership and permissions.</p><p>Therefore, make sure that <tt class="filename">~/.ssh/config</tt> is
+          owned by the owner of <tt class="filename">~/</tt>, and that its
+          permissions are set to mode 600.</p><p>In addition, OpenSSH is no longer configured to request X11
+          forwarding by default when connecting to servers.  To enable X11
+          forwarding, the <span><b class="command">-X</b></span> or <span><b class="command">-Y</b></span> option
+          must be specified, or the <span><b class="command">ForwardX11</b></span> option must be
+          enabled in the <tt class="filename">~/.ssh/config</tt> file.</p><p>The behavior of ssh clients that are invoked with the
+          <span><b class="command">-X</b></span> flag 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
+          <span><b class="command">-Y</b></span> flag instead of the <span><b class="command">-X</b></span> flag,
+          or set <span><b class="command">ForwardX11Trusted</b></span> in the
+          <tt class="filename">~/.ssh/config</tt> file.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id849660"></a>Core</h3></div></div><div></div></div><p>This section contains the most elemental components of Fedora Core,
+        including the kernel.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id849807"></a><tt class="filename">e2fsprogs</tt></h4></div></div><div></div></div><p>The <tt class="filename">ext2online</tt> utility has been added for
+          online growing of existing ext3 file systems.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>It is important to keep in mind that
+            <tt class="filename">ext2online</tt> does not grow the underlying block
+            device itself — there must be sufficient unused space already
+            present on the device.  The easiest way to ensure this is to use LVM
+            volumes and to run <tt class="filename">lvresize</tt> or
+            <tt class="filename">lvextend</tt> to extend the device.</p></div><p>In addition, file systems must be specially prepared in order to
+          be resized past a certain point.  The preparation involves reserving a
+          small amount of space into which on-disk tables can grow.  For
+          newly-created file systems, <tt class="filename">mke2fs</tt> reserves such
+          space automatically; the space reserved is sufficient to grow the file
+          system by a factor of 1000.  The creation of this reserved space can
+          be disabled by the following command:</p><p><span><b class="command">mke2fs -O ^resize_inode</b></span></p><p>Future releases of Fedora Core will allow the creation of this
+          reserved space on existing file systems.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850467"></a><tt class="filename">glibc</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>The version of <tt class="filename">glibc</tt> provided with
+              Fedora Core 3 performs additional internal sanity checks to
+              prevent and detect data corruption as early as possible.  By
+              default, should corruption be detected, a message similar to the
+              following will be displayed on standard error (or logged via
+              syslog if stderr is not open):</p><p><tt class="computeroutput">*** glibc detected *** double free or
+                corruption: 0x0937d008 ***</tt></p><p>By default, the program that generated this error will also be
+              killed; however, this (and whether or not an error message is
+              generated) can be controlled via the <tt class="envar">MALLOC_CHECK_</tt>
+              environment variable.  The following settings are
+              supported:</p><div class="itemizedlist"><ul type="circle"><li><p>0 — Do not generate an error message, and do not
+                  kill the program</p></li><li><p>1 — Generate an error message, but do not kill the
+                  program</p></li><li><p>2 — Do not generate an error message, but kill the
+                  program</p></li><li><p>3 — Generate an error message and kill the
+                  program</p></li></ul></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>If MALLOC_CHECK_ is explicitly set a value other than 0,
+                this causes <tt class="filename">glibc</tt> to perform more tests
+                that are more extensive than the default, and may impact
+                performance.</p></div><p>Should you have a program from a third party ISV that triggers
+              these corruption checks and displays a message, you should file a
+              defect report with the application's vendor, since this indicates
+              a serious bug.</p></li></ul></div></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850647"></a><tt class="filename">hotplug</tt></h4></div></div><div></div></div><p>The location where <tt class="filename">hotplug</tt> expects firmware
+          to be loaded into (for example, firmware for Cardbus cards) has
+          changed from <tt class="filename">/usr/lib/hotplug/firmware</tt> to
+          <tt class="filename">/lib/firmware</tt>.  Existing firmware files must be
+          moved into the new directory.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850640"></a><tt class="filename">kernel</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>In the past, the process of updating the kernel did not change
+              the default kernel in the system's boot loader
+              configuration.</p><p>Fedora Core 3 changes this behavior to set
+              newly-installed kernels as the default.  This behavior applies to
+              all installation methods (including <span><b class="command">rpm
+              -i</b></span>).</p><p>This behavior is controlled by two lines in the
+              <tt class="filename">/etc/sysconfig/kernel</tt> file:</p><div class="itemizedlist"><ul type="circle"><li><p><span><b class="command">UPGRADEDEFAULT</b></span> — Controls whether
+                  new kernels will be booted by default (default value:
+                  <span><b class="command">yes</b></span>)</p></li><li><p><span><b class="command">DEFAULTKERNEL</b></span> — kernel RPMs whose
+                  names match this value will be booted by default (default
+                  value: depends on hardware configuration)</p></li></ul></div></li><li><p>In order to eliminate the redundancy inherent in providing a
+              separate package for the kernel source code when that source code
+              already exists in the kernel's <tt class="filename">.src.rpm</tt> file,
+              Fedora Core 3 no longer includes the
+              <tt class="filename">kernel-source</tt> package.  Users that require
+              access to the kernel sources can find them in the
+              <tt class="filename">kernel</tt> <tt class="filename">.src.rpm</tt> file.
+              To create an exploded source tree from this file, perform the
+              following steps (note that
+              <tt class="filename"><i class="replaceable"><tt>&lt;version&gt;</tt></i></tt>
+              refers to the version specification for your currently-running
+              kernel):</p><div class="orderedlist"><ol type="1"><li><p>Obtain the
+                  <tt class="filename">kernel-<i class="replaceable"><tt>&lt;version&gt;</tt></i>.src.rpm</tt>
+                  file from one of the following sources:</p><div class="itemizedlist"><ul type="circle"><li><p>The <tt class="filename">SRPMS</tt> directory on the
+                      appropriate "SRPMS" CD iso image</p></li><li><p>The FTP site where you got the kernel package</p></li><li><p>By running the following command:</p><p><span><b class="command">up2date --get-source kernel</b></span></p></li></ul></div></li><li><p>Install
+                  <tt class="filename">kernel-<i class="replaceable"><tt>&lt;version&gt;</tt></i>.src.rpm</tt>
+                  (given the default RPM configuration, the files this package
+                  contains will be written to
+                  <tt class="filename">/usr/src/redhat/</tt>)</p></li><li><p>Change directory to
+                    <tt class="filename">/usr/src/redhat/SPECS/</tt>, and issue the
+                    following command:</p><p><span><b class="command">rpmbuild -bp
+                    --target=<i class="replaceable"><tt>&lt;arch&gt;</tt></i>
+                    kernel.spec</b></span></p><p>(Where
+                  <span><b class="command"><i class="replaceable"><tt>&lt;arch&gt;</tt></i></b></span> is
+                  the desired target architecture.)</p><p>On a default RPM configuration, the kernel tree will be
+                  located in <tt class="filename">/usr/src/redhat/BUILD/</tt>.</p></li><li><p>In resulting tree, the configurations for the specific
+                  kernels shipped in Fedora Core 3 are in the
+                  <tt class="filename">/configs/</tt> directory.  For example, the
+                  i686 SMP configuration file is named
+                  <tt class="filename">/configs/kernel-<i class="replaceable"><tt>&lt;version&gt;</tt></i>-i686-smp.config</tt>.
+                  Issue the following command to place the desired configuration
+                  file in the proper place for building:</p><p><span><b class="command">cp
+                    <i class="replaceable"><tt>&lt;desired-file&gt;</tt></i>
+                    ./.config</b></span></p></li><li><p>Issue the following command:</p><p><span><b class="command">make oldconfig</b></span></p></li></ol></div><p>You can then proceed as usual.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>An exploded source tree is <span class="emphasis"><em>not</em></span> required
+                to build kernel modules against the currently in-use kernel.</p><p>For example, to build the <tt class="filename">foo.ko</tt>
+                module, create the following file (named
+                <tt class="filename">Makefile</tt>) in the directory containing the
+                <tt class="filename">foo.c</tt> file:</p><pre class="screen">
+<tt class="computeroutput">
+obj-m    := foo.o
+
+KDIR    := /lib/modules/$(shell uname -r)/build
+PWD    := $(shell pwd)
+
+default:
+    $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
+</tt>
+              </pre><p>Issue the <span><b class="command">make</b></span> command to build the
+              <tt class="filename">foo.ko</tt> module.</p></div></li><li><p>I<sub>2</sub>O SCSI RAID adapters from
+              manufacturers such as Adaptec now use the
+              <tt class="filename">i2o_block</tt> driver, rather than the
+              <tt class="filename">dpt_i2o</tt> driver used by Fedora Core 1 and earlier
+              distributions.</p><p>Be aware that block devices used by the
+              <tt class="filename">i2o_block</tt> driver are
+              <tt class="filename">/dev/i2o/hd*</tt> rather than the
+              <tt class="filename">/dev/sd*</tt> SCSI devices.  This may be
+              problematic for those upgrading from older distributions that used
+              the <tt class="filename">dpt_i2o</tt> driver.  Therefore, after an
+              upgrade to Fedora Core 3, you may need to boot using a
+              rescue disk and edit your <tt class="filename">/etc/fstab</tt> file to
+              use the new devices.</p><p>For more information about the new I<sub>2</sub>O
+              device layer and Fedora Core-specific notes, visit the
+              I<sub>2</sub>O homepage:</p><p><a href="http://i2o.shadowconnect.com/" target="_top">http://i2o.shadowconnect.com/</a></p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850350"></a>Language Support</h3></div></div><div></div></div><p>This section includes information related to the support of various
+        languages under Fedora Core.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850851"></a><tt class="filename">iiimf</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>The default Input Method (IM) for Chinese (Simplified and
+              Traditional), Japanese, and Korean has been changed to IIIMF
+              — the Internet/Intranet Input Method Framework.  IIIMF is
+              supported as a native GTK2 IM module, and also through XIM using
+              the httx client.  IIIMF supports the use of multiple Language
+              Engines (LEs) at the same time; using the GNOME Input Method
+              Language Engine Tool (<span class="application">GIMLET</span> — an
+              applet) it is possible to switch between LEs of different
+              languages inside GTK2 applications.</p><p>IIIMF currently defaults to using
+              <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Space</b></span>
+              or
+              <span><b class="keycap">Shift</b></span>-<span><b class="keycap">Space</b></span>
+              for toggling the input method on and off
+              (<span class="application">Emacs</span> users can use
+              <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">@</b></span>
+              instead of
+              <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Space</b></span>
+              to set the mark.)</p><p>Depending on your selection at the language support screen
+              during installation, one or more IIIMF language engines may be
+              installed. The IIIMF server package
+              (<tt class="filename">iiimf-server</tt>) will also be installed if a
+              language engine has been selected.  The language to language
+              engine (LE) package mappings are as follows:</p><div class="itemizedlist"><ul type="circle"><li><p>ja_JP — <tt class="filename">iiimf-le-canna</tt></p></li><li><p>zh_CN — <tt class="filename">iiimf-le-chinput</tt></p></li><li><p>zh_TW — <tt class="filename">iiimf-le-xcin</tt></p></li><li><p>ko_KR — <tt class="filename">iiimf-le-hangul</tt></p></li><li><p>{bn,gu,pa,ta,hi}_IN —
+                <tt class="filename">iiimf-le-unit</tt></p></li></ul></div><p>Accordingly, input via IIIMF will be enabled if you have
+              chosen one of the following as your default locale:</p><div class="itemizedlist"><ul type="circle"><li><p>ja_JP</p></li><li><p>zh_CN</p></li><li><p>zh_TW</p></li><li><p>ko_KR</p></li><li><p>{bn,gu,pa,ta,hi}_IN</p></li></ul></div><p>To aid your use of IIIMF, if you have selected one of the
+              above locales and you are using the GNOME Desktop, when you first
+              login the <span class="application">GIMLET</span> utility (part of the
+              <tt class="filename">iiimf-gnome-im-switcher</tt> package) will
+              automatically be added to your panel.</p><p><span class="application">GIMLET</span> is a utility for switching
+              between the different LEs that are installed on your system.
+              Using a different language engine allows you to enter text in
+              different languages.  Alternatively you may add
+              <span class="application">GIMLET</span> manually to your panel by right
+              clicking on the panel and selecting:</p><p><span class="guimenuitem">Add to Panel</span> -&gt;
+              <span class="guimenuitem">GIMLET</span></p><p>Should you wish to switch between IIIMF or the legacy input
+              method framework XIM, you can use the
+              <span class="application">system-switch-im</span> application.  After
+              changing the input method framework your changes will be reflected
+              when you next start the X Window System.</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850993"></a>Mail Server</h3></div></div><div></div></div><p>This section contains information related to the mail transport
+        agents included with Fedora Core.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850874"></a><tt class="filename">mailman</tt></h4></div></div><div></div></div><p>Earlier <tt class="filename">mailman</tt> RPMs installed all files
+          under the <tt class="filename">/var/mailman/</tt> directory.
+          Unfortunately, this did not conform to the Filesystem Hierarchy
+          Standard (FHS) and also created security violations when SELinux was
+          enabled.</p><p>If you previously had <tt class="filename">mailman</tt> installed and
+          had edited files in <tt class="filename">/var/mailman/</tt> (such as
+          <tt class="filename">mm_cfg.py</tt>) you must move those changes to their
+          new location, as documented in the following file:</p><p><tt class="filename">/usr/share/doc/mailman-*/INSTALL.REDHAT</tt></p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850701"></a><tt class="filename">sendmail</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>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 <tt class="filename">/etc/mail/sendmail.mc</tt>
+            and change the <i class="parameter"><tt>DAEMON_OPTIONS</tt></i> line to also
+            listen on network devices (or comment out this option entirely using
+            the <span><b class="command">dnl</b></span> comment delimiter).  You must then
+            regenerate <tt class="filename">/etc/mail/sendmail.cf</tt> by running the
+            following command (as root):</p><p><span><b class="command">make -C /etc/mail</b></span></p><p>Note that you must have the <tt class="filename">sendmail-cf</tt>
+            package installed for this to work.</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851014"></a>Server Configuration Tools</h3></div></div><div></div></div><p>This section contains information related to various server
+        configuration tools.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850356"></a><tt class="filename">system-config-securitylevel</tt></h4></div></div><div></div></div><p>The firewall constructed by the
+          <span><b class="command">system-config-securitylevel</b></span> configuration tool now
+          allows CUPS and Multicast DNS (mDNS) browsing.  Note that, at the
+          present time, these services cannot be disabled by
+          <span><b class="command">system-config-securitylevel</b></span>.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850800"></a>Sound and Video</h3></div></div><div></div></div><p>This section contains information related to multimedia
+        applications.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850468"></a><tt class="filename">k3b</tt></h4></div></div><div></div></div><p>Past users of the CD/DVD burning application
+          <span class="application">k3b</span> may notice that the program
+          <span><b class="command">k3bsetup</b></span> is missing.  This is because
+          <span><b class="command">k3bsetup</b></span> is not necessary under Fedora Core
+          3.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851335"></a>Web Server</h3></div></div><div></div></div><p>This section contains information related to Web-related
+        tools.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850144"></a><tt class="filename">crypto-utils</tt></h4></div></div><div></div></div><p>The <span><b class="command">certwatch(1)</b></span> tool has been added to the
+          <tt class="filename">crypto-utils</tt> package.  This tool is used to send
+          warning mail to root when any configured SSL certificates have expired
+          or are approaching the expiration date.  By default, the tool checks
+          any certificates that are enabled in the <tt class="filename">mod_ssl</tt>
+          configuration.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850732"></a><tt class="filename">httpd</tt></h4></div></div><div></div></div><p>By default, the <span><b class="command">httpd</b></span> daemon is now started
+          using the C locale, rather than using the configured system locale
+          setting.  This behavior can be changed by setting the
+          <tt class="envar">HTTPD_LANG</tt> variable in the
+          <tt class="filename">/etc/sysconfig/httpd</tt> file.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850388"></a><tt class="filename">php</tt></h4></div></div><div></div></div><p>The gd, mbstring, and ncurses extensions have been moved to the
+          <tt class="filename">php-gd</tt>, <tt class="filename">php-mbstring</tt>, and
+          <tt class="filename">php-ncurses</tt> packages, respectively.  Note that
+          you will need to install these packages manually (if required) when
+          upgrading from an earlier release.</p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850276"></a>Windows File Server</h3></div></div><div></div></div><p>This section contains information related to Samba, software that
+        makes it possible to share files between Linux and Windows
+        systems.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850095"></a><tt class="filename">samba</tt></h4></div></div><div></div></div><p>Browsing of Windows shares (also known as SMB browsing) fails on
+          Fedora Core 3 systems that have the standard firewall
+          configured.  This is most easily noticed in the failure of Nautilus to
+          display shares.  The failure is due to the firewall disrupting the
+          broadcast mode of SMB browsing, which is Samba's default setting.
+          There are two workarounds:</p><div class="itemizedlist"><ul type="disc"><li><p>Configure a WINS server on the network, and set the "wins
+              server" option in <tt class="filename">smb.conf</tt> to the address of
+              the WINS server.</p></li><li><p>Disable the firewall</p></li></ul></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>Depending on your system and network configurations, disabling
+            the firewall can greatly increase the chance of your system being
+            attacked and compromised.  Make sure you <span class="emphasis"><em>fully</em></span>
+            understand the risks before undertaking this step.</p></div><p>For additional information, refer to the following bug
+          report:</p><p><a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=133478" target="_top">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=133478</a></p></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851590"></a>X Window System</h3></div></div><div></div></div><p>This section contains information related to the X Window System
+        implementation provided with Fedora Core.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851285"></a><tt class="filename">xorg-x11</tt></h4></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>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 Red Hat operating systems.
+              In particular, the names of some files have changed:</p><p>X Server Binary:</p><div class="itemizedlist"><ul type="circle"><li><p>XFree86 X11: <tt class="filename">XFree86</tt></p></li><li><p>X.org X11: <tt class="filename">Xorg</tt></p></li></ul></div><p>X Server Configuration File:</p><div class="itemizedlist"><ul type="circle"><li><p>XFree86 X11:
+                  <tt class="filename">/etc/X11/XF86Config</tt></p></li><li><p>X.org X11: <tt class="filename">/etc/X11/xorg.conf</tt></p></li></ul></div><p>X Server Log File</p><div class="itemizedlist"><ul type="circle"><li><p>XFree86 X11:
+                  <tt class="filename">/var/log/XFree86.<i class="replaceable"><tt>$DISPLAY</tt></i>.log</tt></p></li><li><p>X.org X11:
+                  <tt class="filename">/var/log/Xorg.<i class="replaceable"><tt>$DISPLAY</tt></i>.log</tt></p></li></ul></div><p>When configuring or troubleshooting your X server
+              configuration, be sure that you are using the correct
+              files.</p></li><li><p>There has been some confusion regarding font-related issues
+              under the X Window System in recent versions of Fedora Core (and
+              versions of Red Hat Linux before it.)  At the present time, there are two
+              font subsystems, each with different characteristics:</p><p>- 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:</p><p>-misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1</p><p>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:</p><p>Luxi Sans-10</p><p>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.</p><p>In the future, Fedora Core may support only fontconfig/Xft in
+              place of the XFS font server as the default local font access
+              method.</p><p>NOTE: An exception to the font subsystem usage outlined above
+              is OpenOffice.org (which uses its own font rendering
+              technology).</p><p>If you wish to add new fonts to your Fedora Core 3
+              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:</p><p>1. Create the <tt class="filename">/usr/share/fonts/local/</tt>
+              directory (if it doesn't already exist):</p><p><span><b class="command">mkdir /usr/share/fonts/local/</b></span></p><p>2. Copy the new font file into
+              <tt class="filename">/usr/share/fonts/local/</tt></p><p>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 command
+              should be entered on a single line):</p><p><span><b class="command">ttmkfdir -d /usr/share/fonts/local/ -o
+                /usr/share/fonts/local/fonts.scale</b></span></p><p><span><b class="command">mkfontdir /usr/share/fonts/local/</b></span></p><p>4. If you had to create
+              <tt class="filename">/usr/share/fonts/local/</tt>, you must then add it
+              to the X font server (xfs) path:</p><p><span><b class="command">chkfontpath --add
+                /usr/share/fonts/local/</b></span></p><p>Adding new fonts to the fontconfig font subsystem is more
+              straightforward; the new font file only needs to be copied into
+              the <tt class="filename">/usr/share/fonts/</tt> directory (individual
+              users can modify their personal font configuration by copying the
+              font file into the <tt class="filename">~/.fonts/</tt>
+              directory).</p><p>After the new font has been copied, use
+              <span><b class="command">fc-cache</b></span> to update the font information
+              cache:</p><p><span><b class="command">fc-cache
+                <i class="replaceable"><tt>&lt;directory&gt;</tt></i></b></span></p><p>(Where
+              <span><b class="command"><i class="replaceable"><tt>&lt;directory&gt;</tt></i></b></span>
+              would be either the <tt class="filename">/usr/share/fonts/</tt> or
+              <tt class="filename">~/.fonts/</tt> directories.)</p><p>Individual users may also install fonts graphically, by
+              browsing <span><b class="command">fonts:///</b></span> in
+              <span class="application">Nautilus</span>, and dragging the new font
+              files there.</p><p>NOTE: If the font filename ends with
+              "<tt class="filename">.gz</tt>", it has been compressed with
+              <span><b class="command">gzip</b></span>, and must be decompressed (with the
+              <span><b class="command">gunzip</b></span> command) before the fontconfig font
+              subsystem can use the font.</p></li><li><p>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 <span class="guilabel">Font Preferences</span> dialog.
+              For these applications, a font can be configured by adding the
+              following lines to the file
+              <tt class="filename">~/.gtkrc.mine</tt>:</p><p><span><b class="command">style "user-font" {</b></span></p><p><span><b class="command">fontset =
+                "<i class="replaceable"><tt>&lt;font-specification&gt;</tt></i>"</b></span></p><p><span><b class="command">}</b></span></p><p><tt class="computeroutput"> </tt></p><p><tt class="computeroutput">widget_class "*" style "user-font"</tt></p><p>(Where
+              <span><b class="command"><i class="replaceable"><tt>&lt;font-specification&gt;</tt></i></b></span>
+              represents a font specification in the style used by traditional X
+              applications, such as
+              "<tt class="computeroutput">-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*</tt>".)</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id850132"></a>Miscellaneous Notes</h3></div></div><div></div></div><p>This section contains information related to packages that do not
+        fit in any of the proceeding categories.</p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850783"></a><tt class="filename">compat-db</tt></h4></div></div><div></div></div><p>C++ and TCL bindings are no longer contained in the
+          <tt class="filename">compat-db</tt> package.  Applications requiring these
+          bindings must be ported to the currently-shipping DB library.</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id851938"></a><tt class="filename">nscd</tt></h4></div></div><div></div></div><p>The nscd name service cache daemon may now maintain a persistent
+          cache across restarts or system reboots. Each database (user, group,
+          and host, respectively) can be made selected to be persistent by
+          setting the appropriate line in <tt class="filename">/etc/nscd.conf</tt> to
+          "yes".  Entries are not removed from the cache until they are proven
+          to be no longer of interest. All entries whose time-to-live expires
+          but are otherwise interesting are automatically reloaded, which helps
+          in situations where the directory and name services become temporarily
+          unavailable.</p><p>The nscd name service daemon is also able to communicate faster
+          with client programs.  This feature must be enabled explicitly by
+          setting the "shared" entry for the appropriate database in
+          <tt class="filename">/etc/nscd.conf</tt> to "yes".</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id850904"></a><tt class="filename">udev</tt></h4></div></div><div></div></div><p>Fedora Core 3 has switched from a static
+          <tt class="filename">/dev/</tt> directory to one that is dynamically
+          managed via <tt class="filename">udev</tt>. This allows device nodes to be
+          created on demand as drivers are loaded.</p><p>For more information on <tt class="filename">udev</tt>, refer to the
+        <span><b class="command">udev(8)</b></span> man page and the following link:</p><p><a href="http://people.redhat.com/~harald/udev.html" target="_top">http://people.redhat.com/~harald/udev.html</a></p><p>Additional rules for <tt class="filename">udev</tt> should be placed in
+          a separate file in the <tt class="filename">/etc/udev/rules.d/</tt>
+          directory.</p><p>Additional permission rules for <tt class="filename">udev</tt> should
+          be placed in a separate file in the
+          <tt class="filename">/etc/udev/permissions.d/</tt> directory.</p><p>Systems upgraded to Fedora Core 3 using Anaconda will
+          automatically be reconfigured to use <tt class="filename">udev</tt>.
+          However (although <span class="emphasis"><em>NOT</em></span> recommended) it is possible
+          to perform a "live" upgrade to <tt class="filename">udev</tt> using the
+          following steps:</p><div class="orderedlist"><ol type="1"><li><p>Ensure that you are running a 2.6 kernel</p></li><li><p>Ensure that <tt class="filename">/sys/</tt> is mounted</p></li><li><p>Install the <tt class="filename">initscripts</tt> RPM supplied with
+              Fedora Core 3</p></li><li><p>Install the new <tt class="filename">udev</tt> RPM supplied with
+              Fedora Core 3</p></li><li><p>Execute <span><b class="command">/sbin/start_udev</b></span></p></li><li><p>Install the new <tt class="filename">mkinitrd</tt> RPM supplied
+              with Fedora Core 3</p></li><li><p>Perform one of the following steps:</p><p>· Install the new <tt class="filename">kernel</tt> RPM
+              supplied with Fedora Core 3</p><p>OR:</p><p>· Re-run <span><b class="command">mkinitrd</b></span> for your existing
+              kernel(s)</p></li></ol></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>Improperly performing these steps can result in a system
+            configuration that will not boot properly.</p></div></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id852113"></a>Packages Added/Removed/Deprecated</h2></div></div><div></div></div><p>This section contains lists of packages that fit into the following
+      categories:</p><div class="itemizedlist"><ul type="disc"><li><p>Packages that have been added to Fedora Core 3</p></li><li><p>Packages that have been removed from Fedora Core 3</p></li><li><p>Packages that have been deprecated, and may be removed from a
+          future release of Fedora Core</p></li></ul></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id852336"></a>Packages Added</h3></div></div><div></div></div><p>The following packages have been added to Fedora Core
+        3:</p><div class="itemizedlist"><ul type="disc"><li><p> Canna-libs (i386)</p></li><li><p> FreeWnn-libs (i386)</p></li><li><p> HelixPlayer</p></li><li><p> ImageMagick (i386)</p></li><li><p> ImageMagick-c++ (i386)</p></li><li><p> NetworkManager</p></li><li><p> NetworkManager-gnome</p></li><li><p> Omni (i386)</p></li><li><p> Pyrex</p></li><li><p> SDL (i386)</p></li><li><p> SDL_image (i386)</p></li><li><p> SDL_mixer (i386)</p></li><li><p> SDL_net (i386)</p></li><li><p> VFlib2 (i386)</p></li><li><p> Xaw3d (i386)</p></li><li><p> aiksaurus (i386)</p></li><li><p> aiksaurus (x86_64)</p></li><li><p> aiksaurus-devel</p></li><li><p> aiksaurus-gtk (i386)</p></li><li><p> aiksaurus-gtk (x86_64)</p></li><li><p> aiksaurus-gtk-devel</p></li><li><p> alchemist (i386)</p></li><li><p> alsa-lib (i386)</p></li><li><p> apr (i386)</p></li><li><p> arptables_jf</p></li><li><p> arts (i386)</p></li><li><p> aspell (i386)</p></li><li><p> aspell-af</p></li><li><p> aspell-bg</p></li><li><p> aspell-br
 </p></li><li><p> aspell-ca</p></li><li><p> aspell-cs</p></li><li><p> aspell-cy</p></li><li><p> aspell-el</p></li><li><p> aspell-fo</p></li><li><p> aspell-ga</p></li><li><p> aspell-gd</p></li><li><p> aspell-gl</p></li><li><p> aspell-hr</p></li><li><p> aspell-ia</p></li><li><p> aspell-id</p></li><li><p> aspell-it</p></li><li><p> aspell-pl</p></li><li><p> at-spi (i386)</p></li><li><p> audiofile (i386)</p></li><li><p> audit</p></li><li><p> authd</p></li><li><p> beecrypt (i386)</p></li><li><p> bind-libs (i386)</p></li><li><p> blas (i386)</p></li><li><p> bluez-libs (i386)</p></li><li><p> bluez-utils-cups</p></li><li><p> bogl (i386)</p></li><li><p> boost (i386)</p></li><li><p> bzflag</p></li><li><p> cdparanoia-libs (i386)</p></li><li><p> compat-db (i386)</p></li><li><p> compat-gcc (x86_64)</p></li><li><p> compat-gcc-c++ (x86_64)</p></li><li><p> compat-gcc-g77</p></li><li><p> compat-gcc-java</p></li><li><p> compat-gcc-objc</p></li><li><p> compat-libgcj</p></li><li><p> compat-libgcj-
 devel</p></li><li><p> compat-libstdc++ (x86_64)</p></li><li><p> compat-libstdc++-devel (x86_64)</p></li><li><p> compat-openldap (i386)</p></li><li><p> compat-openldap (x86_64)</p></li><li><p> compat-slang</p></li><li><p> crash</p></li><li><p> createrepo</p></li><li><p> crypto-utils</p></li><li><p> cscope</p></li><li><p> curl (i386)</p></li><li><p> cyrus-sasl-gssapi (i386)</p></li><li><p> cyrus-sasl-md5 (i386)</p></li><li><p> cyrus-sasl-ntlm (i386)</p></li><li><p> cyrus-sasl-ntlm (x86_64)</p></li><li><p> cyrus-sasl-plain (i386)</p></li><li><p> cyrus-sasl-sql (i386)</p></li><li><p> cyrus-sasl-sql (x86_64)</p></li><li><p> dasher</p></li><li><p> db4-java</p></li><li><p> dbh (i386)</p></li><li><p> dbus (i386)</p></li><li><p> dbus-glib (i386)</p></li><li><p> dbus-python</p></li><li><p> device-mapper (i386)</p></li><li><p> dhcpv6</p></li><li><p> dhcpv6_client</p></li><li><p> diskdumputils</p></li><li><p> distcache (i386)</p></li><li><p> dmraid</p></li><li><p> docbook-simple</p></li
 ><li><p> docbook-slides</p></li><li><p> ecj</p></li><li><p> eel2 (i386)</p></li><li><p> elfutils (i386)</p></li><li><p> elfutils-libelf (i386)</p></li><li><p> emacspeak</p></li><li><p> epiphany-devel</p></li><li><p> eruby-libs (i386)</p></li><li><p> esound (i386)</p></li><li><p> evolution-connector</p></li><li><p> evolution-data-server (i386)</p></li><li><p> evolution-data-server (x86_64)</p></li><li><p> evolution-data-server-devel</p></li><li><p> evolution-webcal</p></li><li><p> fedora-release</p></li><li><p> festival</p></li><li><p> firefox</p></li><li><p> flac (i386)</p></li><li><p> fonts-xorg-100dpi</p></li><li><p> fonts-xorg-75dpi</p></li><li><p> fonts-xorg-ISO8859-14-100dpi</p></li><li><p> fonts-xorg-ISO8859-14-75dpi</p></li><li><p> fonts-xorg-ISO8859-15-100dpi</p></li><li><p> fonts-xorg-ISO8859-15-75dpi</p></li><li><p> fonts-xorg-ISO8859-2-100dpi</p></li><li><p> fonts-xorg-ISO8859-2-75dpi</p></li><li><p> fonts-xorg-ISO8859-9-100dpi</p></li><li><p> fonts-xorg-ISO8859-9
 -75dpi</p></li><li><p> fonts-xorg-base</p></li><li><p> fonts-xorg-cyrillic</p></li><li><p> fonts-xorg-syriac</p></li><li><p> fonts-xorg-truetype</p></li><li><p> freeglut (i386)</p></li><li><p> fribidi (i386)</p></li><li><p> g-wrap (i386)</p></li><li><p> gail (i386)</p></li><li><p> gamin (i386)</p></li><li><p> gamin (x86_64)</p></li><li><p> gamin-devel</p></li><li><p> gcc4</p></li><li><p> gcc4-c++</p></li><li><p> gcc4-gfortran</p></li><li><p> gd (i386)</p></li><li><p> gda-mysql</p></li><li><p> gda-odbc</p></li><li><p> gda-postgres</p></li><li><p> gdk-pixbuf (i386)</p></li><li><p> gettext-devel</p></li><li><p> ghostscript (i386)</p></li><li><p> gimp-print (i386)</p></li><li><p> glib (i386)</p></li><li><p> gmp (i386)</p></li><li><p> gnome-desktop (i386)</p></li><li><p> gnome-keyring (i386)</p></li><li><p> gnome-keyring-manager</p></li><li><p> gnome-mag (i386)</p></li><li><p> gnome-nettool</p></li><li><p> gnome-panel (i386)</p></li><li><p> gnome-speech (i386)</p></li><li><p> gno
 me-spell (i386)</p></li><li><p> gnome-volume-manager</p></li><li><p> gnuplot-emacs</p></li><li><p> gnutls (i386)</p></li><li><p> gnutls (x86_64)</p></li><li><p> gnutls-devel</p></li><li><p> gok-devel</p></li><li><p> gphoto2 (i386)</p></li><li><p> gpm (i386)</p></li><li><p> gsl (i386)</p></li><li><p> gstreamer (i386)</p></li><li><p> gtk+ (i386)</p></li><li><p> gtk-engines (i386)</p></li><li><p> gtk2-engines (i386)</p></li><li><p> gtkhtml2 (i386)</p></li><li><p> gtkhtml3 (i386)</p></li><li><p> gtksourceview (i386)</p></li><li><p> gtkspell (i386)</p></li><li><p> guile (i386)</p></li><li><p> hal (i386)</p></li><li><p> hal (x86_64)</p></li><li><p> hal-cups-utils</p></li><li><p> hal-devel</p></li><li><p> hal-gnome</p></li><li><p> hesiod (i386)</p></li><li><p> howl</p></li><li><p> howl-devel</p></li><li><p> howl-libs (i386)</p></li><li><p> howl-libs (x86_64)</p></li><li><p> httpd-suexec</p></li><li><p> iiimf-gnome-im-switcher</p></li><li><p> iiimf-le-chinput</p></li><li><p> iiimf-l
 e-sun-thai</p></li><li><p> iiimf-libs</p></li><li><p> iiimf-libs-devel</p></li><li><p> imlib (i386)</p></li><li><p> java-1.4.2-gcj-compat</p></li><li><p> java-1.4.2-gcj-compat-devel</p></li><li><p> jpackage-utils</p></li><li><p> katana</p></li><li><p> katana-build</p></li><li><p> kde-i18n-Bulgarian</p></li><li><p> kdeaddons-xmms</p></li><li><p> kdebase (i386)</p></li><li><p> kdelibs (i386)</p></li><li><p> kdemultimedia (i386)</p></li><li><p> kdenetwork-nowlistening</p></li><li><p> kdewebdev</p></li><li><p> kdewebdev-devel</p></li><li><p> kinput2</p></li><li><p> krb5-auth-dialog</p></li><li><p> lapack (i386)</p></li><li><p> lesstif (i386)</p></li><li><p> libaio (i386)</p></li><li><p> libao (i386)</p></li><li><p> libavc1394 (i386)</p></li><li><p> libbonoboui (i386)</p></li><li><p> libbtctl (i386)</p></li><li><p> libbtctl-devel</p></li><li><p> libc-client (i386)</p></li><li><p> libcap (i386)</p></li><li><p> libcroco (i386)</p></li><li><p> libdbi (i386)</p></li><li><p> libdv (i3
 86)</p></li><li><p> libesmtp (i386)</p></li><li><p> libexif (i386)</p></li><li><p> libf2c (i386)</p></li><li><p> libgail-gnome (i386)</p></li><li><p> libgal2 (i386)</p></li><li><p> libgcrypt (i386)</p></li><li><p> libgda (i386)</p></li><li><p> libgda (x86_64)</p></li><li><p> libgda-devel</p></li><li><p> libgfortran (i386)</p></li><li><p> libgfortran (x86_64)</p></li><li><p> libghttp (i386)</p></li><li><p> libglade2 (i386)</p></li><li><p> libgnat</p></li><li><p> libgnome (i386)</p></li><li><p> libgnomecanvas (i386)</p></li><li><p> libgnomedb (i386)</p></li><li><p> libgnomedb (x86_64)</p></li><li><p> libgnomedb-devel</p></li><li><p> libgnomeprint22 (i386)</p></li><li><p> libgnomeprintui22 (i386)</p></li><li><p> libgnomeui (i386)</p></li><li><p> libgpg-error (i386)</p></li><li><p> libgsf (i386)</p></li><li><p> libgtop2 (i386)</p></li><li><p> libidn (i386)</p></li><li><p> libidn (x86_64)</p></li><li><p> libidn-devel</p></li><li><p> libieee1284 (i386)</p></li><li><p> libmng (i386
 )</p></li><li><p> libmudflap (i386)</p></li><li><p> libmudflap (x86_64)</p></li><li><p> libmudflap-devel</p></li><li><p> libmusicbrainz (i386)</p></li><li><p> libofx (i386)</p></li><li><p> libogg (i386)</p></li><li><p> libpcap (i386)</p></li><li><p> libpng10 (i386)</p></li><li><p> libraw1394 (i386)</p></li><li><p> librsvg2 (i386)</p></li><li><p> libsepol (i386)</p></li><li><p> libsepol (x86_64)</p></li><li><p> libsepol-devel</p></li><li><p> libsilc</p></li><li><p> libsilc-devel</p></li><li><p> libsilc-doc</p></li><li><p> libsoup (i386)</p></li><li><p> libtabe (i386)</p></li><li><p> libtermcap (i386)</p></li><li><p> libtheora (i386)</p></li><li><p> libtheora (x86_64)</p></li><li><p> libtheora-devel</p></li><li><p> libtool-libs (i386)</p></li><li><p> libtool-libs13 (i386)</p></li><li><p> libungif (i386)</p></li><li><p> libusb (i386)</p></li><li><p> libuser (i386)</p></li><li><p> libvorbis (i386)</p></li><li><p> libwmf (i386)</p></li><li><p> libwmf (x86_64)</p></li><li><p> libw
 mf-devel</p></li><li><p> libwnck (i386)</p></li><li><p> libwpd (i386)</p></li><li><p> libwvstreams (i386)</p></li><li><p> libxfce4mcs (i386)</p></li><li><p> libxfce4util (i386)</p></li><li><p> libxfcegui4 (i386)</p></li><li><p> libxklavier (i386)</p></li><li><p> libxslt (i386)</p></li><li><p> linuxwacom</p></li><li><p> linuxwacom-devel</p></li><li><p> lm_sensors (i386)</p></li><li><p> lockdev (i386)</p></li><li><p> memtest86+</p></li><li><p> mikmod (i386)</p></li><li><p> mikmod-devel</p></li><li><p> mod_authz_ldap</p></li><li><p> module-init-tools</p></li><li><p> mozilla-nspr (i386)</p></li><li><p> mozilla-nss (i386)</p></li><li><p> mysql (i386)</p></li><li><p> nautilus-cd-burner-devel</p></li><li><p> neon (i386)</p></li><li><p> net-snmp-libs (i386)</p></li><li><p> net-snmp-libs (x86_64)</p></li><li><p> netpbm (i386)</p></li><li><p> newt (i386)</p></li><li><p> newt-perl</p></li><li><p> nss_db (i386)</p></li><li><p> numactl</p></li><li><p> octave (i386)</p></li><li><p> octave
 -devel</p></li><li><p> openh323 (i386)</p></li><li><p> openhbci (i386)</p></li><li><p> openjade (i386)</p></li><li><p> openldap-servers-sql</p></li><li><p> openmotif (i386)</p></li><li><p> openmotif21</p></li><li><p> openobex (i386)</p></li><li><p> openssl096b (i386)</p></li><li><p> openswan</p></li><li><p> ots (i386)</p></li><li><p> pam_ccreds (i386)</p></li><li><p> pam_ccreds (x86_64)</p></li><li><p> pam_passwdqc (i386)</p></li><li><p> pam_passwdqc (x86_64)</p></li><li><p> pcre (i386)</p></li><li><p> perl (i386)</p></li><li><p> php-gd</p></li><li><p> php-mbstring</p></li><li><p> php-ncurses</p></li><li><p> pilot-link (i386)</p></li><li><p> postgresql-libs (i386)</p></li><li><p> pwlib (i386)</p></li><li><p> python-ldap</p></li><li><p> qt (i386)</p></li><li><p> qt-config</p></li><li><p> readline (i386)</p></li><li><p> redhat-artwork (i386)</p></li><li><p> redhat-lsb (x86_64)</p></li><li><p> rpm-libs</p></li><li><p> ruby-libs (i386)</p></li><li><p> samba-common (i386)</p></li
 ><li><p> sane-backends (i386)</p></li><li><p> scrollkeeper (i386)</p></li><li><p> selinux-policy-strict</p></li><li><p> selinux-policy-strict-sources</p></li><li><p> selinux-policy-targeted</p></li><li><p> selinux-policy-targeted-sources</p></li><li><p> sg3_utils</p></li><li><p> slang (i386)</p></li><li><p> speex (i386)</p></li><li><p> synaptics</p></li><li><p> sysfsutils</p></li><li><p> sysfsutils-devel</p></li><li><p> system-switch-im</p></li><li><p> tcl (i386)</p></li><li><p> tclx (i386)</p></li><li><p> tcp_wrappers (i386)</p></li><li><p> theora-tools</p></li><li><p> thunderbird</p></li><li><p> tk (i386)</p></li><li><p> tn5250</p></li><li><p> tn5250-devel</p></li><li><p> totem</p></li><li><p> ttfonts-bn</p></li><li><p> ttfonts-gu</p></li><li><p> ttfonts-hi</p></li><li><p> ttfonts-pa</p></li><li><p> ttfonts-ta</p></li><li><p> unixODBC (i386)</p></li><li><p> unixODBC-kde (i386)</p></li><li><p> utempter (i386)</p></li><li><p> valgrind</p></li><li><p> valgrind-callgrind</p></
 li><li><p> vino</p></li><li><p> vte (i386)</p></li><li><p> w3c-libwww (i386)</p></li><li><p> xfce4-iconbox</p></li><li><p> xfce4-systray</p></li><li><p> xffm-icons</p></li><li><p> xfprint</p></li><li><p> xmlsec1 (i386)</p></li><li><p> xmlsec1-openssl (i386)</p></li><li><p> xorg-x11-Xdmx</p></li><li><p> xorg-x11-deprecated-libs (i386)</p></li><li><p> xorg-x11-deprecated-libs (x86_64)</p></li><li><p> xorg-x11-deprecated-libs-devel</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id852067"></a>Packages Removed</h3></div></div><div></div></div><p>The following packages have been removed from Fedora Core 3:</p><div class="itemizedlist"><ul type="disc"><li><p> FreeWnn-common</p></li><li><p> Gtk-Perl</p></li><li><p> Wnn6-SDK</p></li><li><p> Wnn6-SDK-devel</p></li><li><p> ac-archive</p></li><li><p> anaconda-images</p></li><li><p> ant</p></li><li><p> ant-core</p></li><li><p> ant-devel</p></li><li><p> ant-optional</p></l
 i><li><p> aspell-pt_BR</p></li><li><p> bcel</p></li><li><p> bcel-devel</p></li><li><p> bluez-pan</p></li><li><p> bluez-sdp</p></li><li><p> bluez-sdp-devel</p></li><li><p> chromium</p></li><li><p> commons-beanutils</p></li><li><p> commons-beanutils-devel</p></li><li><p> commons-collections</p></li><li><p> commons-collections-devel</p></li><li><p> commons-dbcp</p></li><li><p> commons-dbcp-devel</p></li><li><p> commons-digester</p></li><li><p> commons-digester-devel</p></li><li><p> commons-fileupload</p></li><li><p> commons-fileupload-devel</p></li><li><p> commons-logging</p></li><li><p> commons-logging-devel</p></li><li><p> commons-modeler</p></li><li><p> commons-modeler-devel</p></li><li><p> commons-pool</p></li><li><p> commons-pool-devel</p></li><li><p> compat-gcc-g77</p></li><li><p> comps</p></li><li><p> cup</p></li><li><p> cup-devel</p></li><li><p> dev</p></li><li><p> devlabel</p></li><li><p> dvdrecord</p></li><li><p> fam (i386)</p></li><li><p> fam (x86_64)</p></li><li><p>
  fam-devel</p></li><li><p> fedora-release</p></li><li><p> gcc-gnat</p></li><li><p> gcc34</p></li><li><p> gcc34-c++</p></li><li><p> gcc34-java</p></li><li><p> glade</p></li><li><p> gqview</p></li><li><p> gtkam</p></li><li><p> gtkam-gimp</p></li><li><p> gtkglarea</p></li><li><p> iiimf-client-lib</p></li><li><p> iiimf-client-lib-devel</p></li><li><p> iiimf-le-inpinyin</p></li><li><p> iiimf-le-newpy</p></li><li><p> iiimf-protocol-lib</p></li><li><p> iiimf-protocol-lib-devel</p></li><li><p> imlib-cfgeditor</p></li><li><p> iscsi</p></li><li><p> jaf</p></li><li><p> jaf-devel</p></li><li><p> jakarta-regexp</p></li><li><p> jakarta-regexp-devel</p></li><li><p> javamail</p></li><li><p> javamail-devel</p></li><li><p> junit</p></li><li><p> junit-devel</p></li><li><p> kde-i18n-Korean</p></li><li><p> kde-i18n-Lithuanian</p></li><li><p> kernel-source</p></li><li><p> kinput2-canna-wnn6</p></li><li><p> libgcj34</p></li><li><p> libgcj34-devel</p></li><li><p> libgnat</p></li><li><p> libgnomepri
 nt</p></li><li><p> libgnomeprint-devel</p></li><li><p> libgnomeprintui</p></li><li><p> libgnomeprintui-devel</p></li><li><p> libole2</p></li><li><p> libole2-devel</p></li><li><p> librep</p></li><li><p> librep-devel</p></li><li><p> libstdc++34</p></li><li><p> libstdc++34-devel</p></li><li><p> licq</p></li><li><p> licq-gnome</p></li><li><p> licq-kde</p></li><li><p> licq-qt</p></li><li><p> licq-text</p></li><li><p> linc</p></li><li><p> linc-devel</p></li><li><p> lvm</p></li><li><p> magicdev</p></li><li><p> mod_jk2</p></li><li><p> modutils</p></li><li><p> mx4j</p></li><li><p> mx4j-devel</p></li><li><p> mx4j-tools</p></li><li><p> mysql-jdbc</p></li><li><p> mysql-jdbc-tomcat</p></li><li><p> ncurses-c++-devel</p></li><li><p> njamd</p></li><li><p> nss_db-compat</p></li><li><p> pidentd</p></li><li><p> policy</p></li><li><p> policy-sources</p></li><li><p> policy-strict-sources</p></li><li><p> printman</p></li><li><p> python-optik</p></li><li><p> quanta</p></li><li><p> quanta-devel</p>
 </li><li><p> raidtools</p></li><li><p> redhat-java-rpm-scripts</p></li><li><p> rep-gtk</p></li><li><p> samba (i386)</p></li><li><p> sawfish</p></li><li><p> servletapi</p></li><li><p> servletapi-devel</p></li><li><p> shapecfg</p></li><li><p> struts</p></li><li><p> struts-webapps</p></li><li><p> system-config-proc</p></li><li><p> tomcat</p></li><li><p> tomcat-devel</p></li><li><p> tomcat-libs</p></li><li><p> tomcat-test</p></li><li><p> unarj</p></li><li><p> xalan-j</p></li><li><p> xalan-j-devel</p></li><li><p> xalan-j-xsltc</p></li><li><p> xerces-j</p></li><li><p> xerces-j-devel</p></li><li><p> xffm-icons</p></li><li><p> xorg-x11-100dpi-fonts</p></li><li><p> xorg-x11-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-14-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-14-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-15-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-15-75dpi-fonts</p></li><li><p> xorg-x11-ISO8859-2-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-2-75dpi-fonts</p></li><li><p
 > xorg-x11-ISO8859-9-100dpi-fonts</p></li><li><p> xorg-x11-ISO8859-9-75dpi-fonts</p></li><li><p> xorg-x11-base-fonts</p></li><li><p> xorg-x11-cyrillic-fonts</p></li><li><p> xorg-x11-libs-data</p></li><li><p> xorg-x11-syriac-fonts</p></li><li><p> xorg-x11-truetype-fonts</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id851691"></a>Packages Deprecated</h3></div></div><div></div></div><p>The following packages have been deprecated, and may be removed from
+        a future release of Fedora Core:</p><div class="itemizedlist"><ul type="disc"><li><p>dbskkd-cdb — Only used by deprecated package
+            skkinput</p></li><li><p>FreeWnn — Only used by deprecated package
+            kinput2-canna-wnn6</p></li><li><p>miniChinput — IIIMF is the recommended input method</p></li><li><p>nabi — IIIMF is the recommended input method</p></li><li><p>ncpfs — No longer part of Fedora Core profile</p></li><li><p>skkinput — IIIMF is the recommended input method</p></li><li><p>xcin — IIIMF is the recommended input method</p></li></ul></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-whatitis"></a>An Overview of the Fedora Project</h2></div></div><div></div></div><p>The goal of the Fedora Project is to work with the Linux community to build a
+      complete, general-purpose operating system exclusively from open source
+      software.  Development will be done in a public forum.  The project will
+      produce time-based releases of Fedora Core about 2-3 times a year, with a
+      public release schedule.  The Red Hat engineering team will continue to
+      participate in building Fedora Core and will invite and encourage 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.</p><p>For more information, refer to the Fedora Project website:</p><p><a href="http://fedora.redhat.com/" target="_top">http://fedora.redhat.com/</a></p><p>In addition to the website, the following mailing lists are
+      available:</p><div class="itemizedlist"><ul type="disc"><li><p>fedora-list at redhat.com — For users of Fedora Core
+          releases</p></li><li><p>fedora-test-list at redhat.com — For testers of Fedora Core test
+          releases</p></li><li><p>fedora-devel-list at redhat.com — For developers, developers,
+          developers</p></li><li><p>fedora-docs-list at redhat.com — For participants of the docs
+          project</p></li></ul></div><p>To subscribe to any of these lists, send an email with the word
+      "subscribe" in the subject to
+      <tt class="computeroutput"><i class="replaceable"><tt>&lt;listname&gt;</tt></i>-request</tt>
+      (where
+      <tt class="computeroutput"><i class="replaceable"><tt>&lt;listname&gt;</tt></i></tt>
+      is one of the above list names.)</p><p>NOTE: 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.</p><p>The Fedora Project 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.</p><p>To talk with other Fedora Project participants via IRC, access freenode IRC
+      network.  Initially, you can use <tt class="filename">irc.freenode.net</tt> as
+      the IRC server, although you may decide to select a server that is
+      geographically closer to you.  Refer to the freenode website (<a href="http://www.freenode.net/" target="_top">http://www.freenode.net/</a>) for more
+      information.  Fedora Project participants frequent the
+      <tt class="filename">#fedora</tt> channel, while Fedora Project developers can often be
+      found on the <tt class="filename">#fedora-devel</tt> channel.  Some of the
+      larger projects may have their own channels as well; this information can
+      be found on the project pages.</p><p>NOTE: Red Hat has no control over the Fedora IRC channels or their
+      content.</p></div><p class="ackno">(
+    
+    <span class="emphasis"><em>x86_64</em></span>
+    )</p></div>
+
+
+		</div>
+			<div class="fedora-corner-br">&nbsp;</div>
+			<div class="fedora-corner-bl">&nbsp;</div>
+		</div>
+
+	</div>
+	
+	</body>
+</html>
+
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/caution.png b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/caution.png
new file mode 100644
index 0000000..395e9af
Binary files /dev/null and b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/caution.png differ
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/important.png b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/important.png
new file mode 100644
index 0000000..fc16e80
Binary files /dev/null and b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/important.png differ
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/note.png b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/note.png
new file mode 100644
index 0000000..4ba976a
Binary files /dev/null and b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/note.png differ
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/tip.png b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/tip.png
new file mode 100644
index 0000000..c86dde4
Binary files /dev/null and b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/tip.png differ
diff --git a/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/warning.png b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/warning.png
new file mode 100644
index 0000000..075693e
Binary files /dev/null and b/built_html/Release_Notes_for_64-bit_x86_Systems/stylesheet-images/warning.png differ




More information about the docs-commits mailing list