release-notes/FC4 Makefile, 1.1, 1.2 daemons.xml, 1.1, 1.2 database-servers.xml, 1.1, 1.2 desktop.xml, 1.1, 1.2 development-tools.xml, 1.1, 1.2 feedback.xml, 1.1, 1.2 file-servers.xml, 1.1, 1.2 file-systems.xml, 1.1, 1.2 hardware-reqs.xml, 1.1, 1.2 install-notes.xml, 1.1, 1.2 intro.xml, 1.1, 1.2 java.xml, 1.1, 1.2 kernel.xml, 1.1, 1.2 misc-server.xml, 1.1, 1.2 multimedia.xml, 1.1, 1.2 networking.xml, 1.1, 1.2 overview.xml, 1.1, 1.2 package-movement.xml, 1.1, 1.2 package-notes.xml, 1.1, 1.2 printing.xml, 1.1, 1.2 project-overview.xml, 1.1, 1.2 samba.xml, 1.1, 1.2 security.xml, 1.1, 1.2 server-tools.xml, 1.1, 1.2 web-servers.xml, 1.1, 1.2 xorg.xml, 1.1, 1.2

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Sat May 28 16:10:34 UTC 2005


Author: kwade

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

Modified Files:
	Makefile daemons.xml database-servers.xml desktop.xml 
	development-tools.xml feedback.xml file-servers.xml 
	file-systems.xml hardware-reqs.xml install-notes.xml intro.xml 
	java.xml kernel.xml misc-server.xml multimedia.xml 
	networking.xml overview.xml package-movement.xml 
	package-notes.xml printing.xml project-overview.xml samba.xml 
	security.xml server-tools.xml web-servers.xml xorg.xml 
Log Message:
Parsing the test relnotes into the final before combining in the newest notes.



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/FC4/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	26 May 2005 20:33:10 -0000	1.1
+++ Makefile	28 May 2005 16:10:31 -0000	1.2
@@ -1,45 +1,572 @@
-LANG	       = en
-XSLPDF         = ../../xsl/main-pdf.xsl
-XSLHTML        = ../../xsl/main-html.xsl
-
-.SUFFIXES:
-.SUFFIXES: .html .pdf .xml
-
-%.pdf:	%.xml
-	xmlto pdf -x ${XSLPDF} $<
-
-%.html:	%.xml
-	${RM} -r $@ ${@:.html=}
-	xmlto html -x ${XSLHTML} -o ${@:.html=} $<
-	mkdir -p ${@:.html=}/stylesheet-images
-	cp ../../stylesheet-images/*.png ${@:.html=}/stylesheet-images
-	cp ../../css/fedora.css ${@:.html=}
-	ln -s ${@:.html=}/index.html $@
-
-all:	README-${LANG}.pdf README-${LANG}.html RELEASE-NOTES-${LANG}.pdf \
-	RELEASE-NOTES-${LANG}.html eula.txt
-
-# FIXME eula.txt: eula.py
-# FIXME	python -c "import py_compile; py_compile.compile('eula.py')"
-
-# Note: keep "RELEASE-NOTES-en.xml" first, for now.
-
-RNFILES=RELEASE-NOTES-en.xml daemons.xml database-servers.xml           \
-        desktop.xml development-tools.xml feedback.xml file-servers.xml \
-        file-systems.xml hardware-reqs.xml install-notes.xml intro.xml  \
-        java.xml kernel.xml misc-server.xml multimedia.xml              \
-        networking.xml overview.xml package-movement.xml                \
-        package-notes.xml printing.xml project-overview.xml samba.xml   \
-        security.xml server-tools.xml web-servers.xml xorg.xml
-
-# README-${LANG}.pdf: README-en.xml
-# README-${LANG}.html: README-en.xml
-RELEASE-NOTES-${LANG}.pdf: ${RNFILES}
-RELEASE-NOTES-${LANG}.html: ${RNFILES}
-
-clean: 
-
-distclean clobber: clean
-	${RM} -r README-${LANG}.pdf README-${LANG}.html README-${LANG}
-	${RM} -r RELEASE-NOTES-${LANG}.pdf RELEASE-NOTES-${LANG}.html \
-		RELEASE-NOTES-${LANG}
+###############################################################################
+# Makefile for redhat-release rpm package
+# Copyright Red Hat Inc. 2002-2004
+###############################################################################
+# Section: Logging
+###############################################################################
+#
+# $Log$
+# Revision 1.2  2005/05/28 16:10:31  kwade
+# Parsing the test relnotes into the final before combining in the newest notes.
+#
+# Revision 1.1  2005/05/27 20:52:36  kwade
+# Something for Tommy to look at, this Makefile will do lots of splits by arch and other attributes; lots of *-release cruft in here that needs trimming.
+#
+# Revision 1.12  2004/10/27 19:41:50  sopwith
+# sync
+#
+# Revision 1.11  2004/10/27 17:43:30  sopwith
+# name is very likely to be heidelberg
+#
+# Revision 1.10  2004/10/20 22:07:22  sopwith
+# This will be version 3
+#
+# Revision 1.9  2004/10/20 19:54:02  notting
+# update
+#
+# Revision 1.8  2004/09/22 19:17:57  ed
+# bumped version/test numbers
+#
+# Revision 1.7  2004/09/22 19:15:47  sopwith
+# Add dependencies
+#
+# Revision 1.6  2004/08/31 23:30:56  ed
+# updated version info in makefile, and added list of blocking bugs to relnotes
+#
+# Revision 1.5  2004/07/08 18:04:40  sopwith
+# Fix relname
+#
+# Revision 1.4  2004/07/06 21:52:54  sopwith
+# FC_3_ test1
+#
+# Revision 1.3  2004/07/06 21:44:05  sopwith
+# test1
+#
+# Revision 1.2  2004/07/02 19:55:21  ed
+# noticed that the eula text files needed its title changed
+#
+# Revision 1.1  2004/07/02 17:14:42  ed
+# copy of almost everything from FC2
+#
+###############################################################################
+# Section: Introduction
+###############################################################################
+#
+# This Makefile prepares a (x x y) matrix of generated files. On the x axis are
+# the ARCHS and on the y axis are the LANGS (or languages). The matrix
+# products are a README file and text and html RELEASE-NOTES files in a
+# specific language and for a specific product.
+#
+# The Master Files are: README-master-en.xml and RELEASE-NOTES-en.xml
+#
+# Depending on the language and product, different versions of these two files
+# are generated as such. For the simple case of an English x86 product the
+# following files would be automatically generated:
+#
+# README-x86, RELEASE-NOTES-x86-en, RELEASE-NOTES-x86-en.html
+#
+# Targets are nested according to this matrix to produce a Source RPM file 
+# containing all of the languages for a specific product.  The following
+# example illustrates the target hierachy:
+#
+# srpm-x86:   depends on dist-x86       produces a srpm
+# dist-x86:   depends on x86            produces a tarball
+# x86:        depends on master files   produces README and RELEASE-NOTES
+#                                       for all languages
+#
+# The release architecture is carried forward and make is called recursively to
+# construct all the dependancies. Such that:
+#
+# $ make srpm-x86
+#
+# would be the same as calling:
+#
+# $ make files RELARCH=x86
+# $ make dist  RELARCH=x86
+# $ make srpm  RELARCH=x86
+#
+# The various *all* targets produces output for all defined products.  For
+# example:
+# 
+# $ make dist-all
+#
+# will recursively produce dist-x86, dist-s390 etc. 
+#
+# $ make all
+#
+# will recursively produce all the README and RELEASE-NOTES for x86, x86_64,
+# etc.
+#
+# Code Tags:
+#
+# EN: Special case for english only files
+# TODO: :)
+#
+###############################################################################
+# Section: Variables
+###############################################################################
+
+# Release related variables.
+# (Set TEST to the current test release number, or 0 for final release)
+
+VERSION  = 4
+TEST = 0
+TSTNAME_0 = # Keep blank (Final releases shouldn't have a test name)
+RELNAME  = FIXME $(TSTNAME_$(TEST))
+RELDIR   = FC4
+RELARCH ?= x86
+
+# Maintain historical arch names for the spec file.
+
+ifeq ($(RELARCH), x86)
+	RPMARCH = i386
+endif
+ifeq ($(RELARCH), x86_64)
+	RPMARCH = $(RELARCH)
+endif
+ifeq ($(RELARCH), ppc)
+	RPMARCH = $(RELARCH)
+endif
+
+# Stuff related to each specific test version.  Make a new section for each
+# test, with the environment variable names ending with the current update
+# number.
+
+# Test 1...
+
+TSTNAME_1 = Test 1
+TSTNAME_2 = Test 2
+TSTNAME_3 = Test 3
+TSTNAME_4 = Test 4
+
+# Set RELOS appropriately depending on whether we're doing a test release or not
+
+ifeq ($(TEST), 0)
+	RELOS = final
+else
+	RELOS = final
+
+# We're not going to ship out test-related stuff... ecb 2-jul-2004
+#	RELOS = test
+
+endif
+
+# RELVER is used as a human-readable string for inclusion in documentation
+
+ifeq ($(TEST), 0)
+	RELVER = $(VERSION)
+else
+	RELVER = $(VERSION) $(TSTNAME_$(TEST))
+endif
+
+###############################################################################
+# Process related variables
+
+DO_CVS_TAG = 1
+srcdir = .
+
+###############################################################################
+# ARCHS: The list of architectures
+# These names must correspond to the xml and text conditional tags
+
+ARCHS = x86 x86_64 ppc ppc64
+
+###############################################################################
+# TRANS_LANGS: the languages we localize into
+# NOTE: DO NOT *EVER* ADD ENGLISH (en) TO THIS LIST!
+
+# Temporary way of disabling non-English content
+TRANS_LANGS         =  
+#TRANS_LANGS         =  zh_CN zh_TW ja ko es it de fr pt_BR
+
+###############################################################################
+# LANGS: the languages we build including english
+
+LANGS			=  en $(TRANS_LANGS)
+
+###############################################################################
+# DEFAULT_FILES: Files that exist in every fedora-release
+
+DEFAULT_FILES = \
+	RPM-GPG-KEY \
+	RPM-GPG-KEY-beta \
+	RPM-GPG-KEY-fedora \
+	RPM-GPG-KEY-fedora-rawhide \
+	RPM-GPG-KEY-fedora-test \
+	RPM-GPG-KEY-rawhide \
+	EULA \
+	GPL \
+	README-Accessibility \
+	autorun-template \
+	eula.py \
+	eula.txt
+
+###############################################################################
+# DEFAULT_DIRS: Directories that exist in every fedora-release
+DEFAULT_DIRS = \
+	img \
+	css
+
+###############################################################################
+# Section: Commands
+###############################################################################
+
+CVS     	=   	cvs -q 
+MAKE		=   	make -s
+CVSTAG      	=   	r$(subst .,-,$(VERSION))
+RPMBUILD    	=   	rpmbuild
+
+###############################################################################
+# Section: README Files
+###############################################################################
+
+# Primary list
+
+GEN_x86_READMEFILES= \
+	$(addprefix README-x86-, $(LANGS)) \
+	$(addsuffix .html, $(addprefix README-x86-, $(LANGS)))
+
+# Conditional lists
+
+GEN_x86_64_READMEFILES = $(subst -x86,-x86_64, $(GEN_x86_READMEFILES))
+
+###############################################################################
+# Section: RELEASE-NOTE Files
+###############################################################################
+
+# Primary List
+
+# EN: have plain text version for English only 
+
+GEN_x86_RELNOTESFILES= \
+	RELEASE-NOTES-x86-en \
+	$(addsuffix .html, $(addprefix RELEASE-NOTES-x86-, $(LANGS)))
+
+# Conditional Lists
+
+GEN_x86_64_RELNOTESFILES   = $(subst -x86,-x86_64, $(GEN_x86_RELNOTESFILES))
+
+###############################################################################
+# Section: index.html Files
+###############################################################################
+
+# Primary List
+
+# EN: have plain text version for English only 
+
+GEN_x86_INDEXHTMLFILES= \
+	$(addsuffix .html, $(addprefix indexhtml-x86-, $(LANGS)))
+
+# Conditional Lists
+
+GEN_x86_64_INDEXHTMLFILES   = $(subst -x86,-x86_64, $(GEN_x86_INDEXHTMLFILES))
+
+###############################################################################
+# Section: Repository Definition Files
+###############################################################################
+
+REPO_SOURCE_FILES = sources fedora*repo
+
+###############################################################################
+# Section: All Release Architecture Files
+###############################################################################
+
+DISTFILES := \
+	$(GEN_$(RELARCH)_READMEFILES) \
+	$(GEN_$(RELARCH)_RELNOTESFILES) \
+	$(GEN_$(RELARCH)_INDEXHTMLFILES) \
+	$(REPO_SOURCE_FILES)
+
+###############################################################################
+# Section: Target to produce All Release Architecture Files
+###############################################################################
+
+files: $(DISTFILES)
+
+$(ARCHS):
+	$(MAKE) files RELARCH=$@
+
+###############################################################################
+# Section: Target to produce RELEASE-NOTES
+###############################################################################
+
+# EN: English only target
+
+RELEASE-NOTES-$(RELARCH)-en: RELEASE-NOTES-$(RELARCH)-en.html
+	@echo -n "Generating $@ ... "
+	@links -dump $@.html > $@ && echo "ok"
+
+RELEASE-NOTES-$(RELARCH)-%.html:	RELEASE-NOTES-%.xml Makefile
+	@echo -n "Generating $@ ... "
+	@xsltproc -o index.html --nonet --xinclude \
+		-stringparam "profile.arch" "$(RELARCH)" \
+		-stringparam "profile.os" "$(RELOS)" \
+		main.xsl RELEASE-NOTES-$*.xml
+	@cat index.html | sed 's/@VERSION@/$(RELVER)/g' | \
+		sed 's/@RELNAME@/$(RELNAME)/g' > $@
+	@rm index.html && echo "ok"
+
+########################################################################
+# Target to generate test release notes
+# (where all conditional text is included)
+########################################################################
+
+.PRECIOUS: RELEASE-NOTES-test-%.html
+
+RELEASE-NOTES-test-%:	RELEASE-NOTES-test-%.html
+	@echo -n "Generating $@ ... "
+	@links -dump $@.html > $@ && echo "ok"
+
+RELEASE-NOTES-test-%.html: RELEASE-NOTES-%.xml Makefile
+	@echo -n "Generating $@ ... "
+	@xsltproc -o index.html --nonet --xinclude \
+		-stringparam "profile.os" "test;final" \
+		main.xsl RELEASE-NOTES-$*.xml
+	@cat index.html | sed 's/@VERSION@/$(RELVER)/g' | \
+		sed 's/@RELNAME@/$(RELNAME)/g' > $@
+	@rm index.html && echo "ok"
+
+# Target to generate test release notes (for all languages)
+
+RELEASE-NOTES-test-all:  
+	@for lang in $(LANGS); do \
+		$(MAKE) RELEASE-NOTES-test-$$lang ; \
+	done
+
+###############################################################################
+# Section: Target to produce README file
+###############################################################################
+
+README-$(RELARCH)-en: README-$(RELARCH)-en.html
+	@echo -n "Generating $@ ... "
+	@links -dump $@.html > $@ && echo "ok"
+
+README-$(RELARCH)-%.html:	README-master-%.xml Makefile
+	@echo -n "Generating $@ ... "
+	@xsltproc -o index.html --nonet --xinclude \
+		-stringparam "profile.arch" "$(RELARCH)" \
+		-stringparam "profile.os" "$(RELOS)" \
+		main.xsl README-master-$*.xml
+	@cat index.html | sed 's/@VERSION@/$(RELVER)/g' | \
+		sed 's/@RELNAME@/$(RELNAME)/g' > $@
+	@rm index.html && echo "ok"
+
+########################################################################
+# Target to generate test README file
+# (where all conditional text is included)
+########################################################################
+
+.PRECIOUS: README-test-%.html
+
+README-test-%:	README-test-%.html
+	@echo -n "Generating $@ ... "
+	@links -dump $@.html > $@ && echo "ok"
+
+README-test-%.html: README-master-%.xml Makefile
+	@echo -n "Generating $@ ... "
+	@xsltproc -o index.html --nonet --xinclude \
+		-stringparam "profile.os" "test;final" \
+		main.xsl README-master-$*.xml
+	@cat index.html | sed 's/@VERSION@/$(RELVER)/g' | \
+		sed 's/@RELNAME@/$(RELNAME)/g' > $@
+	@rm index.html && echo "ok"
+
+# Target to generate test release notes (for all languages)
+
+README-test-all:  
+	@for lang in $(LANGS); do \
+		$(MAKE) README-test-$$lang ; \
+	done
+
+###############################################################################
+# Section: Target to produce index.html
+###############################################################################
+
+indexhtml-$(RELARCH)-%.html:	RELEASE-NOTES-$(RELARCH)-%.html
+	@echo -n "Generating $@ ... "
+	@head -n-3 $< | \
+	   sed 's|.*<div class="article"|<div class="article"|g ; s|<p class="ackno".*||g' > $@.tmp 
+	@cat indexhtml-head $@.tmp indexhtml-foot > $@
+	@rm -f $@.tmp && echo "ok"
+
+###############################################################################
+# Section: Target to produce tarballs
+###############################################################################
+
+# Primary target
+
+dist:	$(RELARCH) 
+	@echo "Version: $(RELVER)"
+	@echo "Release Architecture: $(RELARCH)"
+	@echo "Distribution Files: $(DISTFILES)"
+	@echo -n "Cleaning ... " 
+	@rm -rf fedora-release-$(VERSION)-$(RPMARCH) \
+	       /tmp/readmes \
+		   /tmp/readmes-$(VERSION)-$(RPMARCH) && echo "ok" 
+	@echo -n "Preparing tarball tree ... " 
+	@mkdir fedora-release-$(VERSION)-$(RPMARCH) && echo "ok" 
+	@echo -n "Preparing CVS tag $(CVSTAG) ... " 
+	@pushd .. >/dev/null  ; \
+	$(CVS) tag -F $(CVSTAG)-$(RELARCH) >/dev/null && echo "ok"
+	@echo -n "Preparing CVS export of $(CVSTAG) ... " 
+	@pushd /tmp >/dev/null ; \
+	$(CVS) export -r$(CVSTAG)-$(RELARCH) readmes > /dev/null && echo "ok" 
+	@echo -n "Renaming CVS export ... " 
+	@mv /tmp/readmes /tmp/readmes-$(VERSION)-$(RPMARCH) && echo "ok" 
+	@echo -n "Moving default files into tree ... "
+	@for file in $(DEFAULT_FILES); do  \
+		cp $$file fedora-release-$(VERSION)-$(RPMARCH)/$$file ; \
+	done && echo "ok"
+	@echo -n "Moving indexhtml dirs into tree ... "
+	@for dir in $(DEFAULT_DIRS); do \
+	        cp -a $$dir fedora-release-$(VERSION)-$(RPMARCH)/$$dir ; \
+		rm -rf fedora-release-$(VERSION)-$(RPMARCH)/$$dir/CVS ; \
+	done && echo "ok"
+	@echo -n "Moving $(RELARCH) files into tree ... "
+	@for file in $(DISTFILES); do  \
+		cat $$file | sed 's/@VERSION@/$(VERSION)/g' | \
+		sed 's/@RELNAME@/$(RELNAME)/g' > fedora-release-$(VERSION)-$(RPMARCH)/$$file ; \
+	done && echo "ok" 
+	@echo -n "Preparing spec file for $(RELARCH) version $(VERSION) ... "
+	@cat /tmp/readmes-$(VERSION)-$(RPMARCH)/$(RELDIR)/fedora-release.spec \
+		| sed -e 's/@VERSION@/$(VERSION)/g' \
+		      -e 's/@RELARCH@/$(RPMARCH)/g' \
+			  -e 's/@RELNAME@/$(RELNAME)/g' \
+			  > fedora-release-$(VERSION)-$(RPMARCH)/fedora-release.spec 
+	@chmod 755 /tmp/readmes-$(VERSION)-$(RPMARCH)/autorun-template && echo "ok" 
+	@echo -n "Preparing tarball ... " 
+	@tar czvf fedora-release-$(VERSION)-$(RPMARCH).tar.gz fedora-release-$(VERSION)-$(RPMARCH) && echo "ok" 
+	@echo -n "Cleaning ... " 
+	@rm -rf fedora-release-$(VERSION)-$(RPMARCH) 
+	@rm -rf /tmp/readmes-$(VERSION)-$(RPMARCH) && echo "ok"
+	@echo "The final archive is ./fedora-release-$(VERSION)-$(RPMARCH).tar.gz"
+	@rpmbuild -ts ./fedora-release-$(VERSION)-$(RPMARCH).tar.gz
+
+# Conditional Target
+
+dist-%:
+	$(MAKE) dist VERSION=$(VERSION) RELARCH=$*
+
+###############################################################################
+# Section: Target to produce srpms
+###############################################################################
+
+# Primary Target
+
+srpm:
+	$(RPMBUILD) -ts ./fedora-release-$(VERSION)-$(RPMARCH).tar.gz
+
+# Conditional Target
+
+srpm-%: dist-%
+	$(MAKE) srpm VERSION=$(VERSION) RELARCH=$*
+
+###############################################################################
+# Section: Targets to produce i18n Files
+###############################################################################
+
+RELEASE-NOTES-%.xml:	release-note/%.po
+	cd release-note && $(MAKE) $@
+
+README-master-%:	readme/%.po
+	cd readme && $(MAKE) $@
+
+PODIRS	=	readme release-note
+
+ENCODING=UTF-8
+
+check report update-i18n update-po:
+	@for podir in $(PODIRS); do \
+		echo "----------------------------------------------------------------------" ; \
+		echo "Doing $@ in $$podir" ; \
+		echo "----------------------------------------------------------------------" ; \
+		cd $$podir && $(MAKE) LANGS="$(TRANS_LANGS)" ENCODING="$(ENCODING)" $@; \
+		cd ..; \
+	done
+
+
+###############################################################################
+# Section: Target to explain what is going on
+###############################################################################
+
+help:
+	@echo "Top-level targets are:"
+	@echo
+	@echo "make srpm-x86"
+	@echo "make srpm-x86_64"
+	@echo "make ..."
+	@echo "make clean-all"
+	@echo
+	@echo "2nd-level targets are:"
+	@echo
+	@echo "make files RELARCH=x86"
+	@echo "make dist  RELARCH=x86"
+	@echo "make srpm  RELARCH=x86"
+	@echo "make clean RELARCH=x86"
+	@echo
+	@echo "You can also override the language list like this:"
+	@echo "make files RELARCH=x86 LANGS='zh_CN ja en'"
+	@echo "make dist  RELARCH=x86 LANGS='zh_CN ja en'"
+	@echo "make srpm  RELARCH=x86 LANGS='zh_CN ja en'"
+	@echo
+	@echo "i18n targets are:"
+	@echo
+	@echo "make update-po   # generates updated .PO files for translation"
+	@echo "make update-i18n # generates updated master files from .PO files"
+	@echo "make report      # report on status of translations"
+	@echo
+	@echo "Docs-related targets are:"
+	@echo
+	@echo "NOTE: Append \"-all\" or \"-<language>\" to the following targets"
+	@echo "make RELEASE-NOTES-test    # generates unconditionalized release notes"
+	@echo "make RELEASE-NOTES-U<n>-test # ditto, for release notes for quarterly update <n>"
+	@echo
+	@echo "Also see the Introduction Section of this Makefile"
+	@echo
+
+###############################################################################
+# Section: Target to clean temporary files
+###############################################################################
+
+clean:
+	@rm -rf \
+		*.tar.gz \
+		*~ \
+		fedora-release-$(VERSION)-* \
+		$(DISTFILES) \
+		RELEASE-NOTES-test-* \
+		README-test-* \
+		/tmp/readmes-$(VERSION)-* \
+		/tmp/readmes \
+		html/ \
+		*.pot \
+		*.tmp 
+	@for lang in $(TRANS_LANGS); do \
+		rm -rf RELEASE-NOTES-$$lang.xml ; \
+	done
+	@for lang in $(TRANS_LANGS); do \
+		rm -rf README-master-$$lang.xml ; \
+	done
+
+
+clean-all:
+	@for arch in $(ARCHS); do \
+		$(MAKE) clean RELARCH=$$arch ; \
+	done
+
+###############################################################################
+# Section: Target to copy the distributed files into web space for review
+###############################################################################
+
+PUB_DIR = /mnt/redhat/docs/eng/taroon/RELEASE
+
+publish-all:
+	@for arch in $(ARCHS); do \
+		$(MAKE) publish RELARCH=$$arch ; \
+	done
+
+publish:        $(DISTFILES)
+	if test ! -d $(PUB_DIR) ; then \
+		mkdir -p $(PUB_DIR) ; \
+	fi
+	cp -f $(DISTFILES) $(PUB_DIR)


Index: daemons.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/daemons.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- daemons.xml	23 May 2005 05:28:31 -0000	1.1
+++ daemons.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: database-servers.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/database-servers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- database-servers.xml	23 May 2005 05:28:31 -0000	1.1
+++ database-servers.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: desktop.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/desktop.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- desktop.xml	23 May 2005 05:28:31 -0000	1.1
+++ desktop.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: development-tools.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/development-tools.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- development-tools.xml	23 May 2005 05:28:31 -0000	1.1
+++ development-tools.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: feedback.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/feedback.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- feedback.xml	23 May 2005 05:28:31 -0000	1.1
+++ feedback.xml	28 May 2005 16:10:31 -0000	1.2
@@ -40,7 +40,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: file-servers.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/file-servers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-servers.xml	23 May 2005 05:28:31 -0000	1.1
+++ file-servers.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: file-systems.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/file-systems.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-systems.xml	23 May 2005 05:28:31 -0000	1.1
+++ file-systems.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: hardware-reqs.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/hardware-reqs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hardware-reqs.xml	23 May 2005 05:28:31 -0000	1.1
+++ hardware-reqs.xml	28 May 2005 16:10:31 -0000	1.2
@@ -199,7 +199,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: install-notes.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/install-notes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install-notes.xml	23 May 2005 05:28:31 -0000	1.1
+++ install-notes.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,150 +1,181 @@
-
-  <section id="sn-anaconda">
-    <title>Installation-Related Notes</title>
-
-    <para>This section outlines those issues that are related to Anaconda (the
-      &DISTRO; installation program) and installing &DISTRO; &DISTROVER; in
-      general.</para>
-
-    <note>
-
-      <remark os="test">%%% <ulink
-          url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134508">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134508</ulink>
-          %%%</remark>
-
-      <title>Note</title>
-
-      <para>If you intend to download the &DISTRO; &DISTROVER; DVD ISO image,
-        keep in mind that not all file downloading tools can accommodate files
-        larger than 2GB in size.  For example, <command>wget</command> will exit
-        with a <computeroutput>File size limit exceeded</computeroutput>
-        error.</para>
-
-      <para>The <command>curl</command> and <command>ncftpget</command> file
-        downloading tools do not have this limitation, and can successfully
-        download files larger than 2GB.</para>
-    </note>
-
-    <section>
-      <title>Anaconda Notes</title>
-
-      <itemizedlist>
-        <listitem>
-          <para>The &DISTRO; 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. &RH; recommends that
-            you test all installation media before starting the installation
-            process, and before reporting any installation-related bugs (many of
-            the bugs reported are actually due to improperly-burned CDs). To use
-            this test, type <command>linux mediacheck</command> at the
-            <prompt>boot:</prompt> prompt.</para>
-        </listitem>
-
-        <listitem arch="x86">
-
-          <remark os="test">%%% <ulink
-              url="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137654">http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137654</ulink>
-              %%%</remark>
-
-          <para><remark os="test">(x86)</remark> Memory testing may be performed
-            prior to installing &DISTRO; by entering
-            <command>memtest86</command> at the <prompt>boot:</prompt> prompt.
-            This causes the Memtest86 standalone memory testing software to run.
-            Memtest86 memory testing continues until the <keycap>Esc</keycap>
-            key is pressed.</para>
-
-          <para><remark os="test">(x86)</remark> NOTE: You must boot from CD-ROM
-            1 (or a rescue CD-ROM) in order to use this feature.</para>
-        </listitem>
-
-        <listitem>
-
-          <remark os="test">%%% <ulink
-          url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136627">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136627</ulink> %%%</remark>
-
-
-          <para>&DISTRO; &DISTROVER; 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.</para>
-        </listitem>
-      </itemizedlist>
-    </section>
-
-    <section>
-      <title>Installation-Related Issues</title>
-
-      <itemizedlist>
-        <listitem>
-          <para>Certain hardware configurations (particularly those with LCD
-            displays) may experience problems while starting the &DISTRO;
-            installation program.  In these instances, restart the installation,
-            and add the "<command>nofb</command>" option to the boot command
-            line.</para>
-
-          <para>NOTE: Chinese, Japanese, and Korean graphical installations
-            started using the "<command>nofb</command>" option will start in
-            English, and then switch to the appropriate language once the
-            graphical phase of the installation process begins.</para>
-        </listitem>
-
-        <listitem arch="x86">
-          <para><remark os="test">(x86)</remark> Some Sony <trademark
-            class="registered">VAIO</trademark> notebook systems may experience
-            problems installing &DISTRO; from CD-ROM.  If this happens, restart
-            the installation process and add the following option to the boot
-            command line:</para>
-
-          <para><remark os="test">(x86)</remark> <command>pci=off
-              ide1=0x180,0x386</command></para>
-
-          <para><remark os="test">(x86)</remark> 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 &DISTRO; is
-            booted.</para>
-        </listitem>
-
-        <listitem>
-          <para>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:</para>
-
-          <para><ulink
-              url="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474">http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474</ulink></para>
-        </listitem>
-
-        <listitem arch="x86">
-          <para><remark os="test">(x86)</remark> There have been issues observed
-          when upgrading &RHL; 7.<replaceable><x></replaceable>, 8.0, 9,
-          and &DISTRO; 1 systems running Ximian GNOME. The issue is caused by
-          version overlap between the official &RHL; RPMs (or the ones from the
-          &PROJ;) and the Ximian RPMs.  This configuration is not supported.
-          You have several choices in resolving this issue:</para>
-
-          <para><remark os="test">(x86)</remark> 1) You may remove Ximian GNOME
-            from your system prior to upgrading to &DISTRO;.</para>
-
-          <para><remark os="test">(x86)</remark> 2) You may upgrade your system,
-            and then immediately reinstall Ximian GNOME.</para>
-
-          <para><remark os="test">(x86)</remark> 3) You may upgrade your system,
-            and then immediately remove all remaining Ximian RPMs, replacing
-            them with the corresponding &DISTRO; RPMs.</para>
-
-          <para><remark os="test">(x86)</remark> You <emphasis>must</emphasis>
-            resolve the version overlap using one of the above choices.  Failure
-            to do so will result in an unstable GNOME configuration.</para>
-        </listitem>
-      </itemizedlist>
-    </section>
+<section id="sn-anaconda">
+  <title>Installation-Related Notes</title>
+  <para>
+    This section outlines those issues that are related to Anaconda
+    (the &DISTRO; installation program) and installing &DISTRO;
+    &DISTROVER; in general.
+  </para>
+  <note>
+    <remark os="test">%%% <ulink
+	url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134508">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134508</ulink> 
+      %%%</remark>
+    <title>Note</title>
+    <para>
+      If you intend to download the &DISTRO; &DISTROVER; DVD ISO
+      image, keep in mind that not all file downloading tools can
+      accommodate files larger than 2GB in size.  For example,
+      <command>wget</command> will exit with a <computeroutput>File size
+	limit exceeded</computeroutput> error.
+    </para>
+    <para>
+      The <command>curl</command> and <command>ncftpget</command>
+      file downloading tools do not have this limitation, and can
+      successfully download files larger than 2GB.
+    </para>
+    <para>
+      Bittorrent is another method for downloading large files.  For
+      information about obtaining the torrent file refer to this
+      website:
+    </para>
+    <para>
+      <ulink url="http://fedora.redhat.com/download/">http://fedora.redhat.com/download/</ulink>
+    </para>
+  </note>
+  <section>
+    <title>Anaconda Notes</title>
+
+    <itemizedlist>
+      <listitem>
+	<para>
+	  The &DISTRO; 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. &RH;
+	  recommends that you test all installation media before
+	  starting the installation process, and before reporting any
+	  installation-related bugs (many of the bugs reported are
+	  actually due to improperly-burned CDs). To use this test, type
+	  <command>linux mediacheck</command> at the
+	  <prompt>boot:</prompt> prompt.
+	</para>
+      </listitem>
+      <listitem arch="x86">
+	<remark os="test">%%% <ulink
+	    url="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137654">http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137654</ulink> 
+	  %%%</remark>
+	<para>
+	  <remark os="test">(x86)</remark> Memory testing may be
+	  performed prior to installing &DISTRO; by entering
+	  <command>memtest86</command> at the <prompt>boot:</prompt>
+	  prompt. This causes the Memtest86 standalone memory testing
+	  software to run. Memtest86 memory testing continues until the
+	  <keycap>Esc</keycap> key is pressed.
+	</para>
+	<para>
+	  <remark os="test">(x86)</remark> NOTE: You must boot from
+	  CD-ROM 1 (or a rescue CD-ROM) in order to use this
+	  feature.
+	</para>
+      </listitem>
+      <listitem>
+	<remark os="test">%%% <ulink
+	    url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136627">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136627</ulink> 
+	  %%%</remark>
+	<para>
+	  &DISTRO; &DISTROVER; 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.
+	</para>
+      </listitem>
+    </itemizedlist>
+  </section>
+  <section>
+    <title>Installation-Related Issues</title>
+    <itemizedlist>
+      <listitem>
+	<para>
+	  Certain hardware configurations (particularly those with
+	  LCD displays) may experience problems while starting the
+	  &DISTRO; installation program.  In these instances, restart
+	  the installation, and add the "<command>nofb</command>" option
+	  to the boot command line.
+	</para>
+
+	<note>
+	  <title>Note</title>
+	  <para>
+	    Chinese, Japanese, and Korean graphical installations
+	    started using the "<command>nofb</command>" option will
+	    start in English, and then switch to the appropriate
+	    language once the graphical phase of the installation
+	    process begins.
+	  </para>
+	</note>   
+      </listitem>
+      <listitem arch="x86">
+	<para>
+	  <remark os="test">(x86)</remark> Some Sony <trademark
+	    class="registered">VAIO</trademark> notebook systems may
+	  experience problems installing &DISTRO; from CD-ROM.  If this
+	  happens, restart the installation process and add the
+	  following option to the boot command line:
+	</para>
+	<para><remark os="test">(x86)</remark>
+	  <command>pci=off
+	    ide1=0x180,0x386</command>
+	</para>
+	<para>
+	  <remark os="test">(x86)</remark> 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
+	  &DISTRO; is booted.
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  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:
+	</para>
+	<para>
+	  <ulink
+	    url="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474">http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474</ulink>
+	</para>
+      </listitem>
+      <listitem arch="x86">
+	<para>
+	  
+	</para>
+      </listitem>
+<!--
+      <listitem arch="x86">
+	<para>
+	  <remark os="test">(x86)</remark> There have been issues
+	  observed when upgrading &RHL;
+	  7.<replaceable><x></replaceable>, 8.0, 9, and &DISTRO; 1
+	  systems running Ximian GNOME. The issue is caused by version
+	  overlap between the official &RHL; RPMs (or the ones from the
+	  &PROJ;) and the Ximian RPMs.  This configuration is not
+	  supported. You have several choices in resolving this
+	  issue:
+	</para>
+	<para><remark os="test">(x86)</remark> 1) You may remove Ximian
+	  GNOME from your system prior to upgrading to &DISTRO;.</para>
+
+	<para><remark os="test">(x86)</remark> 2) You may upgrade your
+	  system, and then immediately reinstall Ximian GNOME.</para>
+
+	<para><remark os="test">(x86)</remark> 3) You may upgrade your
+	  system, and then immediately remove all remaining Ximian RPMs,
+	  replacing them with the corresponding &DISTRO; RPMs.</para>
+
+	<para><remark os="test">(x86)</remark> You
+	  <emphasis>must</emphasis> resolve the version overlap using
+	  one of the above choices.  Failure to do so will result in an
+	  unstable GNOME configuration.</para>
+      </listitem>
+-->
+    </itemizedlist>
+  </section>
   </section>
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: intro.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/intro.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- intro.xml	23 May 2005 05:28:31 -0000	1.1
+++ intro.xml	28 May 2005 16:10:31 -0000	1.2
@@ -57,7 +57,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: java.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/java.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- java.xml	23 May 2005 05:28:31 -0000	1.1
+++ java.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: kernel.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kernel.xml	23 May 2005 05:28:31 -0000	1.1
+++ kernel.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: misc-server.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/misc-server.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- misc-server.xml	23 May 2005 05:28:31 -0000	1.1
+++ misc-server.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: multimedia.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/multimedia.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- multimedia.xml	23 May 2005 05:28:31 -0000	1.1
+++ multimedia.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: networking.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/networking.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- networking.xml	23 May 2005 05:28:31 -0000	1.1
+++ networking.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: overview.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/overview.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- overview.xml	23 May 2005 05:28:31 -0000	1.1
+++ overview.xml	28 May 2005 16:10:31 -0000	1.2
@@ -1,128 +1,586 @@
-  <section id="sn-overview">
-    <title>Overview of This Release</title>
-
-    <para>The following list includes brief summaries of some of the more
-    significant aspects of &DISTRO; &DISTROVER;:</para>
+<section id="sn-overview">
+  <title>Overview of This Release</title>
+  <para>
+    The following list includes brief summaries of some of the more
+    significant aspects of &DISTRO; &DISTROVER;:
+  </para>
+  <itemizedlist>
+    <listitem>
+      <para>
+	&DISTRO; &DISTROVER; contains the following changes:
+      </para>
+      <itemizedlist>
+	<listitem>
+	  <para>
+	    GCC 4.0
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    GNOME 2.10
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    KDE 3.4
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    Native Eclipse 3.1M6 (part of a free Java stack)
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    MySQL 4.1
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    PHP 5.0
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    Xen 2 (virtualization to run multiple versions of an OS)
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    GFS 6.1-0.pre22 (cluster file system)
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    Evince 0.2.1 (universal document viewer)
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    GDM 2.6 - Includes early login capability
+	  </para>
+	</listitem>
+	<listitem>
+	  <remark os="test">%%% <ulink
+	      url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136251">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136251</ulink> 
+	    %%%</remark>
+
+	  <para>
+	    &SEL; — This release includes new daemons covered by
+	    the targeted policy and changes to the handling of
+	    Booleans.  The targeted policy is enabled by default.
+	    For more information, refer to:
+	  </para>
+	  <para>
+	    <ulink
+	      url="http://fedora.redhat.com/docs/selinux-faq/">http://fedora.redhat.com/docs/selinux-faq/</ulink>
+	  </para>
+	  <para>
+	    This is the complete list of daemons covered by the targeted policy:
+	  </para>
+	  <itemizedlist>
+	    <listitem>
+	      <para>
+		<command>NetworkManager</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>amanda</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>apache</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>apmd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>arpwatch</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>auditd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>bluetooth</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>canna</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>cardmgr</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>checkpolicy</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>chkpwd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>compat</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>comsat</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>consoletype</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>cpucontrol</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>cpuspeed</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>crond</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>cups</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>cvs</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>cyrus</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dbskkd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dbusd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dhcpc</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dhcpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dictd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dmidecode</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>dovecot</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>fingerd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>fsadm</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ftpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>getty</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>hald</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>hostname</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>hotplug</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>howl</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>hwclock</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>i18n_input</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ifconfig</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>inetd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>init</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>initrc</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>innd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>kerberos</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>klogd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ktalkd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>kudzu</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ldconfig</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>load_policy</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>login</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>lpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>mailman</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>modutil</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>mta</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>mysqld</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>named</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>netutils</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>nscd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ntpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>portmap</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>postgresql</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ppd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>privoxy</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>radius</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>radvd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>restorecon</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>rlogind</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>rpcd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>rpm</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>rshd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>rsync</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>samba</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>saslauthd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>sendmail</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>setfiles</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>slapd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>snmpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>squid</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ssh</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>stunnel</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>syslogd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>telnetd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>tftpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>udev</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>updfstab</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>uucpd</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>webalizer</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>winbind</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>xdm</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ypbind</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>ypserv</command>
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		<command>zebra</command>
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	</listitem>
+      </itemizedlist>
+    </listitem>
+  </itemizedlist>
+ <!--
+  <note>
+    <remark os="test">%%% <ulink
+	url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136774">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136774</ulink> 
+      %%%</remark>
+    <title>Note</title>
+    <para>
+      VMware WS 4.5.2 is known to work on &DISTRO; &DISTROVER; after
+      the following workarounds are used:</para>
 
     <itemizedlist>
       <listitem>
-        <para>&DISTRO; &DISTROVER; contains the following changes:</para>
-
-        <itemizedlist>
-          <listitem>
-            <para>GCC 3.4</para>
-          </listitem>
-
-          <listitem>
-            <para>GNOME 2.8</para>
-          </listitem>
-
-          <listitem>
-            <para>KDE 3.3</para>
-          </listitem>
-
-          <listitem>
-
-            <remark os="test">%%% <ulink
-                url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136251">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136251</ulink>
-                %%%</remark>
-
-            <para>&SEL; — 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:</para>
-
-            <para><ulink
-                url="http://fedora.redhat.com/docs/selinux-faq/">http://fedora.redhat.com/docs/selinux-faq/</ulink></para>
-          </listitem>
-
-          <listitem>
-            <para>Indic language support</para>
-          </listitem>
-
-          <listitem>
-            <para>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:</para>
-
-            <para><command>MOZ_ENABLE_PANGO=1</command></para>
-          </listitem>
-
-          <listitem>
-            <remark os="test">%%% <ulink
-                url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=131918">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=131918</ulink>
-                %%%</remark>
-
-            <para>Kernel and <filename>e2fsprogs</filename> support for online
-              growing of ext3 file systems</para>
-          </listitem>
-
-          <listitem>
-            <para>Various desktop-related features, including, but not limited
-              to:</para>
-
-            <itemizedlist>
-              <listitem>
-                <para>Remote desktops using VNC (<ulink
-                    url="http://www.redhat.com/archives/fedora-desktop-list/2004-June/msg00007.html"></ulink>)</para>
-              </listitem>
-
-              <listitem>
-                <para>Printing improvements (<ulink
-                    url="http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00370.html">http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00370.html</ulink>)</para>
-              </listitem>
-
-              <listitem>
-                <para>Evolution 2.0</para>
-              </listitem>
-            </itemizedlist>
-          </listitem>
-        </itemizedlist>
-      </listitem>
-    </itemizedlist>
-
-    <note>
-
-      <remark os="test">%%% <ulink
-          url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136774">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136774</ulink>
-          %%%</remark>
+	<para>You must upgrade the kernel modules and configuration
+	  using the unofficial <filename>vmware-any-any-*</filename>
+	  toolkit available from:</para>
+
+	<remark os="test">%%% <ulink
+	    url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137378">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137378</ulink> 
+	  %%%</remark>
 
-      <title>Note</title>
+	<para><ulink
+	    url="http://platan.vc.cvut.cz/ftp/pub/vmware/">http://platan.vc.cvut.cz/ftp/pub/vmware/</ulink></para>
 
-      <para>VMware WS 4.5.2 is known to work on &DISTRO; &DISTROVER; after the
-        following workarounds are used:</para>
+      </listitem>
 
-      <itemizedlist>
-        <listitem>
-          <para>You must upgrade the kernel modules and configuration using the
-            unofficial <filename>vmware-any-any-*</filename> toolkit available
-            from:</para>
-
-          <remark os="test">%%% <ulink
-              url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137378">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137378</ulink>
-              %%%</remark>
-
-          <para><ulink
-          url="http://platan.vc.cvut.cz/ftp/pub/vmware/">http://platan.vc.cvut.cz/ftp/pub/vmware/</ulink></para>
-
-        </listitem>
-
-        <listitem>
-          <para>After <filename>vmware-config.pl</filename> is run and the
-            VMware modules are loaded, the following command creates the 
-            <filename>/sys/class/*</filename> nodes needed for udev:</para>
+      <listitem>
+	<para>After <filename>vmware-config.pl</filename> is run and the
+	  VMware modules are loaded, the following command creates the
+	  <filename>/sys/class/*</filename> nodes needed for
+	  udev:</para>
 
-          <para><command>cp -rp /dev/vm* /etc/udev/devices/</command></para>
-        </listitem>
-      </itemizedlist>
-    </note>
-  </section>
+	<para><command>cp -rp /dev/vm*
+	    /etc/udev/devices/</command></para>
+      </listitem>
+    </itemizedlist>
+  </note>
+-->
+</section>
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: package-movement.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/package-movement.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package-movement.xml	23 May 2005 05:28:31 -0000	1.1
+++ package-movement.xml	28 May 2005 16:10:31 -0000	1.2
@@ -2331,7 +2331,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: package-notes.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/package-notes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package-notes.xml	23 May 2005 05:28:31 -0000	1.1
+++ package-notes.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1235,7 +1235,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: printing.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/printing.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- printing.xml	23 May 2005 05:28:31 -0000	1.1
+++ printing.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: project-overview.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/project-overview.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project-overview.xml	23 May 2005 05:28:31 -0000	1.1
+++ project-overview.xml	28 May 2005 16:10:32 -0000	1.2
@@ -75,7 +75,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: samba.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/samba.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba.xml	23 May 2005 05:28:31 -0000	1.1
+++ samba.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: security.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/security.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- security.xml	23 May 2005 05:28:31 -0000	1.1
+++ security.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: server-tools.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/server-tools.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- server-tools.xml	23 May 2005 05:28:31 -0000	1.1
+++ server-tools.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: web-servers.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/web-servers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web-servers.xml	23 May 2005 05:28:31 -0000	1.1
+++ web-servers.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->


Index: xorg.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/xorg.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg.xml	23 May 2005 05:28:31 -0000	1.1
+++ xorg.xml	28 May 2005 16:10:32 -0000	1.2
@@ -1,7 +1,7 @@
 <!--
 Local variables:
 mode: xml
-sgml-parent-document:("RELEASE-NOTES-master-en.xml" "article" "section")
+sgml-parent-document:("RELEASE-NOTES-en.xml" "article" "section")
 fill-column: 72
 End:
 -->




More information about the Fedora-docs-commits mailing list