svn commit: r186762 - in stable/6/release/doc:
en_US.ISO8859-1/relnotes/common share/mk share/sgml
Hiroki Sato
hrs at FreeBSD.org
Mon Jan 5 06:02:18 UTC 2009
Author: hrs
Date: Mon Jan 5 06:02:17 2009
New Revision: 186762
URL: http://svn.freebsd.org/changeset/base/186762
Log:
- Trim old relnotes items.
- Remove {,no.}include.historic knob.
Modified:
stable/6/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
stable/6/release/doc/en_US.ISO8859-1/relnotes/common/relnotes.ent
stable/6/release/doc/share/mk/doc.relnotes.mk
stable/6/release/doc/share/sgml/release.dsl
Modified: stable/6/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
==============================================================================
--- stable/6/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml Mon Jan 5 05:56:19 2009 (r186761)
+++ stable/6/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml Mon Jan 5 06:02:17 2009 (r186762)
@@ -15,6 +15,7 @@
<year>2006</year>
<year>2007</year>
<year>2008</year>
+ <year>2009</year>
<holder role="mailto:doc at FreeBSD.org">The &os; Documentation Project</holder>
</copyright>
@@ -133,11 +134,7 @@
<!-- Above this line, order boot loader changes by keyword-->
- <para arch="i386,amd64">The BTX kernel used by the boot
- loader has been changed to invoke BIOS routines from real
- mode. This change makes it possible to boot &os; from USB
- devices.</para>
-
+ <para></para>
</sect3>
<sect3 id="proc">
@@ -199,16 +196,7 @@
<sect2 id="contrib">
<title>Contributed Software</title>
- <para><application>bzip2</application> has been updated from 1.0.4
- to 1.0.5.</para>
-
- <para><application>sendmail</application> has been updated from
- 8.14.2 to 8.14.3.</para>
-
- <para>The timezone database has been updated from
- the <application>tzdata2007k</application> release to
- the <application>tzdata2008b</application> release.</para>
-
+ <para></para>
</sect2>
<sect2 id="ports">
@@ -221,11 +209,7 @@
<sect2 id="releng">
<title>Release Engineering and Integration</title>
- <para>The supported version of
- the <application>GNOME</application> desktop environment
- (<filename role="package">x11/gnome2</filename>) has been
- updated from 2.20.1 to 2.22.</para>
-
+ <para></para>
</sect2>
<sect2 id="doc">
Modified: stable/6/release/doc/en_US.ISO8859-1/relnotes/common/relnotes.ent
==============================================================================
--- stable/6/release/doc/en_US.ISO8859-1/relnotes/common/relnotes.ent Mon Jan 5 05:56:19 2009 (r186761)
+++ stable/6/release/doc/en_US.ISO8859-1/relnotes/common/relnotes.ent Mon Jan 5 06:02:17 2009 (r186762)
@@ -2,11 +2,6 @@
<!-- $FreeBSD$ -->
-<!-- Text constants which probably don't need to be changed.-->
-
-<!ENTITY % include.historic "IGNORE">
-<!ENTITY % no.include.historic "IGNORE">
-
<!-- Files to be included -->
<!ENTITY art SYSTEM "../common/new.sgml">
Modified: stable/6/release/doc/share/mk/doc.relnotes.mk
==============================================================================
--- stable/6/release/doc/share/mk/doc.relnotes.mk Mon Jan 5 05:56:19 2009 (r186761)
+++ stable/6/release/doc/share/mk/doc.relnotes.mk Mon Jan 5 06:02:17 2009 (r186762)
@@ -11,23 +11,6 @@ DSLHTML?= ${RELN_ROOT}/share/sgml/defaul
DSLPRINT?= ${RELN_ROOT}/share/sgml/default.dsl
#
-# Tweakable Makefile variables
-#
-# INCLUDE_HISTORIC Used by relnotes document only. When set,
-# causes all release notes entries to be printed,
-# even those marked as "historic". If not set
-# (the default), only print "non-historic"
-# release note entries. To designate a release
-# note entry as "historic", add a role="historic"
-# attribute to the applicable element(s).
-#
-.if defined(INCLUDE_HISTORIC)
-JADEFLAGS+= -iinclude.historic
-.else
-JADEFLAGS+= -ino.include.historic
-.endif
-
-#
# Automatic device list generation:
#
.if exists(${RELN_ROOT}/../man4)
Modified: stable/6/release/doc/share/sgml/release.dsl
==============================================================================
--- stable/6/release/doc/share/sgml/release.dsl Mon Jan 5 05:56:19 2009 (r186761)
+++ stable/6/release/doc/share/sgml/release.dsl Mon Jan 5 06:02:17 2009 (r186762)
@@ -3,8 +3,6 @@
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % output.html "IGNORE">
<!ENTITY % output.print "IGNORE">
-<!ENTITY % include.historic "IGNORE">
-<!ENTITY % no.include.historic "IGNORE">
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" CDATA DSSSL>
<!ENTITY % release.ent PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release.ent;
@@ -14,14 +12,6 @@
<style-specification use="docbook">
<style-specification-body>
-; Configure behavior of this stylesheet
-<![ %include.historic; [
- (define %include-historic% #t)
-]]>
-<![ %no.include.historic; [
- (define %include-historic% #f)
-]]>
-
; String manipulation functions
(define (split-string-to-list STR)
;; return list of STR separated with char #\ or #\,
@@ -60,13 +50,6 @@
(for-arch (entity-text "arch")))
(cond
- ; If role=historic, and we're not printing historic things, then
- ; don't output this element.
- ((and (equal? role "historic")
- (not %include-historic%))
- (empty-sosofo))
-
-
; If arch= not specified, then print unconditionally. This clause
; handles the majority of cases.
((or (equal? arch #f) (equal? arch ""))
@@ -103,13 +86,6 @@
(for-arch (entity-text "arch")))
(cond
- ; If role=historic, and we're not printing historic things, then
- ; don't output this element.
- ((and (equal? role "historic")
- (not %include-historic%))
- (empty-sosofo))
-
-
; If arch= not specified, then print unconditionally. This clause
; handles the majority of cases.
((or (equal? arch #f) (equal? arch ""))
@@ -171,7 +147,6 @@
(u (string-append "&release.man.url;?query="
(data r) "&" "sektion=" (data m))))
(case v
- (("xfree86") (string-append u "&" "manpath=XFree86+&release.manpath.xfree86;" ))
(("xorg") (string-append u "&" "manpath=Xorg+&release.manpath.xorg;" ))
(("netbsd") (string-append u "&" "manpath=NetBSD+&release.manpath.netbsd;"))
(("ports") (string-append u "&" "manpath=FreeBSD+&release.manpath.freebsd-ports;"))
More information about the svn-src-stable-6
mailing list