diff options
-rw-r--r-- | en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml | 16 | ||||
-rw-r--r-- | share/sgml/freebsd.ent | 8 |
2 files changed, 20 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml index 9acad52963..f106a680f3 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml @@ -2846,6 +2846,14 @@ doc/zh_*</screen> <variablelist> <varlistentry> + <term>RELENG_7_1_0_RELEASE</term> + + <listitem> + <para>FreeBSD 7.1</para> + </listitem> + </varlistentry> + + <varlistentry> <term>RELENG_7_0_0_RELEASE</term> <listitem> @@ -2854,6 +2862,14 @@ doc/zh_*</screen> </varlistentry> <varlistentry> + <term>RELENG_6_4_0_RELEASE</term> + + <listitem> + <para>FreeBSD 6.4</para> + </listitem> + </varlistentry> + + <varlistentry> <term>RELENG_6_3_0_RELEASE</term> <listitem> diff --git a/share/sgml/freebsd.ent b/share/sgml/freebsd.ent index 87f9d871ca..c40e818727 100644 --- a/share/sgml/freebsd.ent +++ b/share/sgml/freebsd.ent @@ -53,15 +53,15 @@ used in both environments. <!-- The currently released version of FreeBSD. This value is used to create some links on web sites and such, so do NOT change it until it's really release time --> -<!ENTITY rel.current "7.0"> -<!ENTITY rel.current.date "Feb 2008"> +<!ENTITY rel.current "7.1"> +<!ENTITY rel.current.date "Oct 2008"> <!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'> <!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'> <!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'> <!-- Entities for multiple "latest" versions of FreeBSD --> -<!ENTITY rel2.current "6.3"> -<!ENTITY rel2.current.date "Jan 2008"> +<!ENTITY rel2.current "6.4"> +<!ENTITY rel2.current.date "Oct 2008"> <!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'> <!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'> <!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.current;R/errata.html'> |