Clean-up old contents and bump version numbers for 8.1R.

Approved by:	re (implicitly)
This commit is contained in:
Hiroki Sato 2010-07-17 00:12:41 +00:00
parent d5406806ab
commit 49869ef0b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/releng/8.1/; revision=210180
6 changed files with 27 additions and 2440 deletions

View File

@ -16,7 +16,7 @@
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
<!ENTITY release.bugfix "8.0-RELEASE">
<!ENTITY release.bugfix "8.1-RELEASE">
]>
<article>
@ -40,7 +40,7 @@
<pubdate>$FreeBSD$</pubdate>
<copyright>
<year>2009</year>
<year>2010</year>
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
</copyright>
@ -129,6 +129,7 @@
For more information, consult the individual advisories available from
<ulink url="http://security.FreeBSD.org/"></ulink>.</para>
<!--
<informaltable frame="none" pgwide="0">
<tgroup cols="3">
<colspec colwidth="1*">
@ -143,18 +144,6 @@
</thead>
<tbody>
<row>
<entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:17.freebsd-update.asc"
>SA-09:17.freebsd-update</ulink></entry>
<entry>03&nbsp;December&nbsp;2009</entry>
<entry><para>Inappropriate directory permissions in freebsd-update(8)</para></entry>
</row>
<row>
<entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:16.rtld.asc"
>SA-09:16.rtld</ulink></entry>
<entry>03&nbsp;December&nbsp;2009</entry>
<entry><para>Improper environment sanitization in rtld(1)</para></entry>
</row>
<row>
<entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:15.ssl.asc"
>SA-09:15.ssl</ulink></entry>
@ -164,6 +153,7 @@
</tbody>
</tgroup>
</informaltable>
-->
</sect1>

View File

@ -30,6 +30,7 @@
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
</copyright>

View File

@ -24,6 +24,8 @@
<year>2006</year>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
</copyright>

File diff suppressed because it is too large Load Diff

View File

@ -121,14 +121,7 @@
((or (equal? arch #f)
(equal? arch "")
(equal? arch "all"))
(make sequence
(if (and (not (null? role)) (equal? role "7.1"))
(literal " [7.1R]")
(empty-sosofo))
(if (and (not (null? role)) (equal? role "7.2"))
(literal " [7.2R]")
(empty-sosofo))
(process-children-trim))
(process-children-trim))
(else
(make sequence
(literal "[")
@ -142,12 +135,6 @@
(loop (car rest) (cdr rest)))
(empty-sosofo))))
(literal "] ")
(if (and (not (null? role)) (equal? role "7.1"))
(literal " [7.1R] ")
(empty-sosofo))
(if (and (not (null? role)) (equal? role "7.2"))
(literal " [7.2R] ")
(empty-sosofo))
(process-children-trim))))
(if (and (not (null? role)) (equal? role "merged"))
(literal " [" merged-string "]")
@ -171,14 +158,7 @@
((or (equal? arch #f)
(equal? arch "")
(equal? arch "all"))
(make sequence
(if (and (not (null? role)) (equal? role "7.1"))
(literal " [7.1R] ")
(empty-sosofo))
(if (and (not (null? role)) (equal? role "7.2"))
(literal " [7.2R] ")
(empty-sosofo))
(process-children-trim)))
(process-children-trim))
(else
(make sequence
(literal "[")
@ -192,16 +172,10 @@
(loop (car rest) (cdr rest)))
(empty-sosofo))))
(literal "] ")
(if (and (not (null? role)) (equal? role "7.1"))
(literal " [7.1R]")
(empty-sosofo))
(if (and (not (null? role)) (equal? role "7.2"))
(literal " [7.2R]")
(empty-sosofo))
(process-children-trim))))
(if (and (not (null? role)) (equal? role "merged"))
(literal " [" merged-string "]")
(empty-sosofo))))))))
(empty-sosofo)))))))
]]>
<![ %output.html; [
@ -251,24 +225,10 @@
((or (equal? arch #f)
(equal? arch "")
(equal? arch "all"))
(make sequence
(if (and (not (null? role)) (equal? role "7.1"))
(literal " [7.1R] ")
(empty-sosofo))
(if (and (not (null? role)) (equal? role "7.2"))
(literal " [7.2R] ")
(empty-sosofo))
(process-children)))
(process-children))
(else
(sosofo-append
(make sequence
(make sequence
(if (and (not (null? role)) (equal? role "7.1"))
(literal " [7.1R] ")
(empty-sosofo))
(if (and (not (null? role)) (equal? role "7.2"))
(literal " [7.2R] ")
(empty-sosofo)))
(literal "[")
(let loop ((prev (car (split-string-to-list arch)))
(rest (cdr (split-string-to-list arch))))

View File

@ -6,21 +6,21 @@
<!-- Version of the OS we're describing. This needs to be updated
with each new release. -->
<!ENTITY release.current "8.0-RELEASE">
<!ENTITY release.current "8.1-RELEASE">
<!-- The previous version used for comparison in the "What's New"
section. For -CURRENT, we might point back to the last
branchpoint. -->
<!ENTITY release.prev "7.0-RELEASE">
<!ENTITY release.prev "8.0-RELEASE">
<!-- The next version to be released, usually used for snapshots. -->
<!ENTITY release.next "8.1-RELEASE">
<!ENTITY release.next "8.2-RELEASE">
<!-- The name of this branch. -->
<!ENTITY release.branch "8-STABLE">
<!ENTITY release.branch "8.0-STABLE">
<!-- The URL for obtaining this version of FreeBSD. -->
<!ENTITY release.url "ftp://ftp.FreeBSD.org/">
<!ENTITY release.url "http://www.FreeBSD.org/">
<!-- The type of release (usually this will be either "snapshot"
or "release" -->
@ -31,10 +31,10 @@
<!-- The manpaths for man page references -->
<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
<!ENTITY release.manpath.xorg "7.4">
<!ENTITY release.manpath.netbsd "5.0.1">
<!ENTITY release.manpath.xorg "7.5">
<!ENTITY release.manpath.netbsd "5.0.2">
<!ENTITY release.manpath.freebsd-ports "Ports">
<!ENTITY release.manpath.freebsd "8.0-RELEASE">
<!ENTITY release.manpath.freebsd "8.1-RELEASE">
<!-- Text constants which probably don't need to be changed.-->
@ -48,8 +48,11 @@
<!ENTITY arch.arm "arm">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.ia64 "ia64">
<!ENTITY arch.mips "MIPS">
<!ENTITY arch.mips "mips">
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
<!ENTITY arch.sparc64 "sparc64">
<!ENTITY arch.sun4v "sun4v">
<!-- The marker for MFCs. -->
<!ENTITY merged "MERGED">