- Remove 11.1-RELEASE from 'Upcoming Releases.'
en_US.ISO8859-1/htdocs/security/security.xml:
- Add releng/11.1 to the security page.
share/xml/release.ent:
- Update release.ent to disable testing URLs and include
11.1-RELEASE.
share/xml/freebsd.ent:
- Add a new rel0.current entity for 11.0.
- Update rel.current entity for 11.1.
share/xml/navibar.ent:
- Reflect 11.1-RELEASE as a production release.
en_US.ISO8859-1/htdocs/where.xml:
- Update where.html to include 11.1-RELEASE.
- Comment 11.1-STABLE snapshots for now.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
stable/11 is under the new support model and stable/10 is approaching
its current EoL, so remove the "last release + 2 years" text and fix an
expected branch EoL.
Reviewed by: gjb
Approved by: gjb
Differential Revision: https://reviews.freebsd.org/D10084
This is a brute-force, sledgehammer fix for the errata and
advisories pages not always updated when an SA/EN is issued.
Sponsored by: The FreeBSD Foundation
- Rephrase the explanation for the EoL table. Most significantly,
remove any suggestion that we may terminate a release earlier than
the announced date.
- Remove all mention of "early adopter" releases. We've only ever had
one, and that was more than ten years ago.
- Mention that BETA and RC releases are supported for a few weeks "as
resources permit".
- Set the release month and year for 9.3-RELEASE.
- Remove 9.3-RELEASE from the releng page.
- Add the 9.3-RELEASE EoL to the security page.
- Set beta.testing to IGNORE since images are not yet
built.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.
Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated
Translations are untouched except for build fixes.
Approved by: doceng (gjb)
Approved by: gjb (mentor)
- State the easiest way for concerned users to update their system on the
main page.
- Move information about reporting vulnerabilities to a separate page as
end users who just want to know how to patch their systems will not want
to be bombarded with technical stuff about reporting and privacy.
- The list of unsupported FreeBSD releases was too long to be on the main
page, so move it out onto its own page.
- Move some of the table of contents items non-essential to end users into
the side navigation menu.
(Further changes will be incremental.)
Approved by: so (des)