Add an entity for the month of the last -RELEASE version. This will
make it easier for us to keep things updated with future releases. Submitted by: tom
This commit is contained in:
parent
62298cb75d
commit
f1f42b3785
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10828
2 changed files with 5 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.267 2001/09/19 05:06:24 murray Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.268 2001/09/27 01:14:20 murray Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<para>Version <ulink
|
||||
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE/">&rel.current;</ulink>
|
||||
is the latest <emphasis>STABLE</emphasis> version; it was
|
||||
released in September, 2001. This is also the latest
|
||||
released in &rel.current.date;. This is also the latest
|
||||
<emphasis>RELEASE</emphasis> version.</para>
|
||||
|
||||
<para>Briefly explained, <emphasis>-STABLE</emphasis> is aimed
|
||||
|
@ -338,7 +338,7 @@
|
|||
|
||||
<para>4-STABLE is the actively developed -STABLE branch. The
|
||||
latest release on the 4-STABLE is &rel.current;-RELEASE, which was released
|
||||
in September 2001.</para>
|
||||
in &rel.current.date;.</para>
|
||||
|
||||
<para>The 5-CURRENT branch is slowly progressing toward 5.0-RELEASE
|
||||
and beyond. See <link linkend="current">What is
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- -*- sgml -*-
|
||||
DocBook Miscellaneous FreeBSD Entities.
|
||||
|
||||
$FreeBSD: doc/share/sgml/freebsd.ent,v 1.4 2001/09/04 04:03:45 bmah Exp $
|
||||
$FreeBSD: doc/share/sgml/freebsd.ent,v 1.5 2001/09/27 01:08:56 murray Exp $
|
||||
-->
|
||||
|
||||
<!-- These will almost certainly remain the same, but are here for
|
||||
|
@ -15,6 +15,7 @@
|
|||
create some links on web sites and such, so do NOT change it until
|
||||
it's really release time -->
|
||||
<!ENTITY rel.current CDATA "4.4">
|
||||
<!ENTITY rel.current.date CDATA "September, 2001">
|
||||
|
||||
<!-- Sections that we don't want to be published -->
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
|
|
Loading…
Reference in a new issue