MFbed: Update the German web site.
relnotes.sgml 1.10 -> 1.12 index.xsl 1.116 -> 1.117 includes.xsl link to German Release Notes includes.sgml link to German Release Notes security/security.sgml 1.165 -> 1.167 releases/Makefile 1.37 -> 1.44 news/news.xml 1.242 -> 1.244 Obtained from: The FreeBSD German Documentation Project.
This commit is contained in:
parent
90bfb29e20
commit
3cbb16514e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23002
7 changed files with 155 additions and 87 deletions
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/includes.sgml,v 1.20 2004/11/09 14:37:17 brueffer Exp $
|
||||
$FreeBSDde: de-www/includes.sgml,v 1.21 2004/11/21 15:11:50 mheinen Exp $
|
||||
basiert auf: 1.62
|
||||
-->
|
||||
|
||||
|
@ -88,14 +88,14 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
<!ENTITY rel.current.date 'November 2004'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/../releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/../releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.hardware '&base;/../releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY u.rel.early '&base;/../releases/&rel.current;R/early-adopter.html'>
|
||||
<!ENTITY u.rel.migration '&base;/../releases/&rel.current;R/migration-guide.html'>
|
||||
<!ENTITY u.rel.installation '&base;/../releases/&rel.current;R/installation.html'>
|
||||
<!ENTITY u.rel.readme '&base;/../releases/&rel.current;R/readme.html'>
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.hardware '&base;/releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY u.rel.early '&base;/releases/&rel.current;R/early-adopter.html'>
|
||||
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
||||
<!ENTITY u.rel.installation '&base;/releases/&rel.current;R/installation.html'>
|
||||
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '4.10'>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$
|
||||
$FreeBSDde: de-www/includes.xsl,v 1.16 2004/11/09 12:35:24 brueffer Exp $
|
||||
$FreeBSDde: de-www/includes.xsl,v 1.17 2004/11/21 15:11:50 mheinen Exp $
|
||||
basiert auf: 1.20
|
||||
-->
|
||||
|
||||
|
@ -93,20 +93,20 @@
|
|||
|
||||
<xsl:variable name="rel.current" select='"5.3"'/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel.announce">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.errata">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.hardware">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.installation">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/installation.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/installation.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.readme">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/readme.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/readme.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.migration">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.10"'/>
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/index.xsl,v 1.34 2004/11/09 13:48:55 brueffer Exp $
|
||||
basiert auf: 1.116
|
||||
$FreeBSDde: de-www/index.xsl,v 1.36 2004/11/21 15:11:50 mheinen Exp $
|
||||
basiert auf: 1.117
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -270,10 +270,10 @@
|
|||
· <a href="{$u.rel.hardware}">Hardware Notes</a><br/>
|
||||
· <a href="{$u.rel.installation}">Installation Notes</a><br/>
|
||||
· <a href="{$u.rel.errata}">Errata</a><br/>
|
||||
· <a href="{$u.rel.migration}">Migration Guide</a></small></p>
|
||||
· <a href="{$u.rel.migration}">Migrationsleitfaden</a></small></p>
|
||||
|
||||
<p><a href="{$u.rel2.announce}">
|
||||
<font size="+1" color="#990000"><b>Produktionsreife:
|
||||
<font size="+1" color="#990000"><b>Ausgereift:
|
||||
<xsl:value-of select="$rel2.current"/>-RELEASE</b></font></a><br/>
|
||||
|
||||
<small>· <a href="{$enbase}/doc/de_DE.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.40 2004/11/07 16:23:20 mheinen Exp $
|
||||
basiert auf: 1.242
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.42 2004/11/21 15:10:28 mheinen Exp $
|
||||
basiert auf: 1.244
|
||||
-->
|
||||
|
||||
<!-- Simple schema for FreeBSD Project news.
|
||||
|
@ -37,6 +37,26 @@
|
|||
<month>
|
||||
<name>11</name>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:carvay@FreeBSD.org">Vicente Carrasco</a>
|
||||
(doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>11</name>
|
||||
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:jkois@FreeBSD.org">Johann Kois</a>
|
||||
(doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSDde: de-www/releases/Makefile,v 1.6 2004/01/13 11:55:49 brueffer Exp $
|
||||
# basiert auf: 1.37
|
||||
# $FreeBSDde: de-www/releases/Makefile,v 1.7 2004/11/21 15:11:50 mheinen Exp $
|
||||
# basiert auf: 1.44
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,7 +12,7 @@
|
|||
DOCS?= index.sgml snapshots.sgml
|
||||
|
||||
SUBDIR= 4.6.2R 4.7R 4.8R 4.9R
|
||||
SUBDIR+= 5.0R 5.1R 5.2R
|
||||
SUBDIR+= 5.0R 5.1R 5.2R 5.3R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
|
|
145
de/relnotes.sgml
145
de/relnotes.sgml
|
@ -1,47 +1,47 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/de/relnotes.sgml,v 1.3 2003/08/10 19:51:58 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/relnotes.sgml,v 1.6 2004/05/04 00:21:24 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.10">
|
||||
<!ENTITY title "Release Documentation">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/relnotes.sgml,v 1.8 2004/11/21 15:10:05 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.12">
|
||||
<!ENTITY title "Release Dokumentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<img src="../gifs/doc.jpg" alt="" align="right" border="0" width="274" height="163">
|
||||
<img src="../gifs/doc.jpg" alt="Daemon, der Dokumentation liest" align="right" border="0" width="274" height="163">
|
||||
|
||||
<p>Jede FreeBSD-Distribution enthält mehrere Dateien mit
|
||||
Informationen über diese Distribution (RELEASE, SNAPSHOT,
|
||||
u.s.w.). Dazu gehören in der Regel:</p>
|
||||
Informationen über diese Distribution (wie RELEASE,
|
||||
SNAPSHOT). Dazu gehören in der Regel:</p>
|
||||
|
||||
<ul>
|
||||
<li>README: Allgemeine Einführung.</li>
|
||||
|
||||
<li>Release Notes: Informationen über die Änderungen
|
||||
<li>Release-Notes: Informationen über die Änderungen
|
||||
seit der letzten FreeBSD-Version.</li>
|
||||
|
||||
<li>Hardware Notes: Eine Liste aller Geräte, die von
|
||||
<li>Hardware-Notes: Eine Liste aller Geräte, die von
|
||||
FreeBSD unterstützt werden.</li>
|
||||
|
||||
<li>Installation Instructions: Eine Kurzanleitung für die
|
||||
<li>Installationsanleitung: Eine Kurzanleitung für die
|
||||
Installation von FreeBSD.</li>
|
||||
|
||||
<li>Errata: Aktuelle Informationen, u.a. Korrekturen,
|
||||
<li>Errata: Aktuelle Informationen, Korrekturen,
|
||||
Sicherheitshinweise und Informationen über Probleme, die
|
||||
erst nach der Veröffentlichung bekannt wurden.</li>
|
||||
</ul>
|
||||
|
||||
<p>Von den oben genannten Dateien werden die Release Notes, die
|
||||
Hardware Notes und die Installation Instruction für jede
|
||||
von FreeBSD unterstützte Architektur angepaßt.</p>
|
||||
<p>Von den oben genannten Dateien werden die Release-Notes, die
|
||||
Hardware-Notes und die Installationsanleitung für jede
|
||||
von FreeBSD unterstützte Architektur angepasst.</p>
|
||||
|
||||
<h2>FreeBSD RELEASE-Versionen</h2>
|
||||
|
||||
<p>Die Dokumentation für jede -RELEASE Version von FreeBSD
|
||||
(zum Beispiel &rel.current;-RELEASE) ist auf den Webseiten von
|
||||
FreeBSD (und allen Spiegeln) unter <a
|
||||
href="releases/index.html">Releases</a> zu finden.</p>
|
||||
href="&base;/releases/index.html">Releases</a> zu finden.</p>
|
||||
|
||||
<p>Diese Dateien sind (üblicherweise in den Formaten HTML und
|
||||
Text) auch im obersten Verzeichnis jeder Distribution zu finden;
|
||||
|
@ -55,71 +55,98 @@
|
|||
|
||||
<h2>Dokumentation für -CURRENT und -STABLE</h2>
|
||||
|
||||
<p>Auf dem FreeBSD Webserver ist eine automtisch erzeugte
|
||||
<p>Auf dem FreeBSD Webserver ist eine automatisch erzeugte
|
||||
HTML-Version der Release-Dokumentation für FreeBSD -CURRENT
|
||||
und FreeBSD -STABLE verfügbar. Diese Dokumente werden
|
||||
ständig aktualisiert, die auf dem Webserver
|
||||
verfügbaren Versionen werden zusammen mit dem Rest der
|
||||
Website erzeugt.</p>
|
||||
|
||||
<p>Für FreeBSD -CURRENT sind die folgenden Dokumente
|
||||
verfügbar:</p>
|
||||
<h3>Dokumentation für FreeBSD-CURRENT</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="relnotes/CURRENT/readme/article.html">README</a></li>
|
||||
<li><a href="&base;/../relnotes/CURRENT/readme/index.html">README</a></li>
|
||||
|
||||
<li><a href="relnotes/CURRENT/early-adopter/article.html">Hinweise
|
||||
für die ersten Anwender von FreeBSD &rel.current;</a></li>
|
||||
<li>Release-Notes
|
||||
<a href="&base;/../relnotes/CURRENT/relnotes/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/relnotes/amd64/article.html">amd64</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/relnotes/i386/article.html">i386</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/relnotes/ia64/article.html">ia64</a>
|
||||
<a href="&base;/../relnotes/CURRENT/relnotes/pc98/article.html">pc98</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/relnotes/sparc64/article.html">sparc64</a></li>
|
||||
|
||||
<li>Release Notes
|
||||
(<a href="relnotes/CURRENT/relnotes/i386/article.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/pc98/article.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/alpha/article.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/sparc64/article.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/ia64/article.html">ia64</a>
|
||||
<a href="relnotes/CURRENT/relnotes/amd64/article.html">amd64</a>)</li>
|
||||
<li>Hardware-Notes
|
||||
<a href="&base;/../relnotes/CURRENT/hardware/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/hardware/amd64/article.html">amd64</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/hardware/i386/article.html">i386</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/hardware/ia64/article.html">ia64</a>
|
||||
<a href="&base;/../relnotes/CURRENT/hardware/pc98/article.html">pc98</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/hardware/sparc64/article.html">sparc64</a></li>
|
||||
|
||||
<li>Hardware Notes
|
||||
(<a href="relnotes/CURRENT/hardware/i386/article.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/hardware/pc98/article.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/hardware/alpha/article.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/hardware/sparc64/article.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/hardware/ia64/article.html">ia64</a>
|
||||
<a href="relnotes/CURRENT/hardware/amd64/article.html">amd64</a>)</li>
|
||||
<li>Installationsanleitung
|
||||
<a href="&base;/../relnotes/CURRENT/installation/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/installation/amd64/article.html">amd64</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/installation/i386/article.html">i386</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/installation/ia64/article.html">ia64</a>
|
||||
<a href="&base;/../relnotes/CURRENT/installation/pc98/article.html">pc98</a>,
|
||||
<a href="&base;/../relnotes/CURRENT/installation/sparc64/article.html">sparc64</a></li>
|
||||
|
||||
<li>Installation Instructions
|
||||
(<a href="relnotes/CURRENT/installation/i386/article.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/installation/pc98/article.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/installation/alpha/article.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/installation/sparc64/article.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/installation/ia64/article.html">ia64</a>
|
||||
<a href="relnotes/CURRENT/installation/amd64/article.html">amd64</a>)</li>
|
||||
|
||||
<li><a href="relnotes/CURRENT/errata/article.html">Errata</a></li>
|
||||
<li><a href="&base;/../relnotes/CURRENT/errata/article.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Für FreeBSD 4-STABLE sind die folgenden Dokumente
|
||||
verfügbar:</p>
|
||||
<h3>Dokumentation für FreeBSD 5-STABLE</h3>
|
||||
|
||||
<ul>
|
||||
<li><a
|
||||
href="relnotes/4-STABLE/readme/article.html">README</a></li>
|
||||
<li><a href="&base;/../relnotes/5-STABLE/readme/index.html">README</a></li>
|
||||
|
||||
<li>Release Notes (<a
|
||||
href="relnotes/4-STABLE/relnotes/i386/article.html">i386</a>, <a
|
||||
href="relnotes/4-STABLE/relnotes/alpha/article.html">alpha</a>)</li>
|
||||
<li><a href="&base;/../relnotes/5-STABLE/early-adopter/index.html">Migrationsleitfaden</a></li>
|
||||
|
||||
<li>Hardware Notes (<a
|
||||
href="relnotes/4-STABLE/hardware/i386/article.html">i386</a>, <a
|
||||
href="relnotes/4-STABLE/hardware/alpha/article.html">alpha</a>)</li>
|
||||
<li>Release-Notes
|
||||
<a href="&base;/../relnotes/5-STABLE/relnotes/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/relnotes/amd64/article.html">amd64</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/relnotes/i386/article.html">i386</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/relnotes/ia64/article.html">ia64</a>
|
||||
<a href="&base;/../relnotes/5-STABLE/relnotes/pc98/article.html">pc98</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/relnotes/sparc64/article.html">sparc64</a></li>
|
||||
|
||||
<li>Installation Instructions (<a
|
||||
href="relnotes/4-STABLE/installation/i386/article.html">i386</a>,
|
||||
<a
|
||||
href="relnotes/4-STABLE/installation/alpha/article.html">alpha</a>)</li>
|
||||
<li>Hardware-Notes
|
||||
<a href="&base;/../relnotes/5-STABLE/hardware/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/hardware/amd64/article.html">amd64</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/hardware/i386/article.html">i386</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/hardware/ia64/article.html">ia64</a>
|
||||
<a href="&base;/../relnotes/5-STABLE/hardware/pc98/article.html">pc98</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/hardware/sparc64/article.html">sparc64</a></li>
|
||||
|
||||
<li>Installationsanleitung
|
||||
<a href="&base;/../relnotes/5-STABLE/installation/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/installation/amd64/article.html">amd64</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/installation/i386/article.html">i386</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/installation/ia64/article.html">ia64</a>
|
||||
<a href="&base;/../relnotes/5-STABLE/installation/pc98/article.html">pc98</a>,
|
||||
<a href="&base;/../relnotes/5-STABLE/installation/sparc64/article.html">sparc64</a></li>
|
||||
|
||||
<li><a href="&base;/../relnotes/5-STABLE/errata/article.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Dokumentation für FreeBSD 5-STABLE</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="&base;/../relnotes/4-STABLE/readme/article.html">README</a></li>
|
||||
|
||||
<li>Release Notes
|
||||
<a href="&base;/../relnotes/4-STABLE/relnotes/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/4-STABLE/relnotes/i386/article.html">i386</a></li>
|
||||
|
||||
<li>Hardware-Notes
|
||||
<a href="&base;/../relnotes/4-STABLE/hardware/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/4-STABLE/hardware/i386/article.html">i386</a></li>
|
||||
|
||||
<li>Installationsanleitung
|
||||
<a href="&base;/../relnotes/4-STABLE/installation/alpha/article.html">alpha</a>,
|
||||
<a href="&base;/../relnotes/4-STABLE/installation/i386/article.html">i386</a></li>
|
||||
|
||||
<li><a
|
||||
href="relnotes/4-STABLE/errata/article.html">Errata</a></li>
|
||||
href="&base;/../relnotes/4-STABLE/errata/article.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Andere Server</h2>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/security/security.sgml,v 1.14 2004/11/07 16:18:54 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.165">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/security/security.sgml,v 1.15 2004/11/15 00:03:47 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.167">
|
||||
<!ENTITY title "FreeBSD Sicherheit">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
|
||||
|
@ -255,6 +255,7 @@
|
|||
<th>Zweig</th>
|
||||
<th>Release</th>
|
||||
<th>Klasse</th>
|
||||
<th>veröffentlicht</th>
|
||||
<th>Wartungsende</th>
|
||||
</tr>
|
||||
|
||||
|
@ -262,6 +263,7 @@
|
|||
<td>RELENG_4</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>31. März 2006</td>
|
||||
</tr>
|
||||
|
||||
|
@ -269,6 +271,7 @@
|
|||
<td>RELENG_4_8</td>
|
||||
<td>4.8-RELEASE</td>
|
||||
<td>erweitert</td>
|
||||
<td>3. April 2003</td>
|
||||
<td>31. März 2005</td>
|
||||
</tr>
|
||||
|
||||
|
@ -276,6 +279,7 @@
|
|||
<td>RELENG_5_2</td>
|
||||
<td>5.2-RELEASE</td>
|
||||
<td>Early-Adopter</td>
|
||||
<td>25. Februar 2004</td>
|
||||
<td>31. Dezember 2004</td>
|
||||
</tr>
|
||||
|
||||
|
@ -283,8 +287,25 @@
|
|||
<td>RELENG_4_10</td>
|
||||
<td>4.10-RELEASE</td>
|
||||
<td>erweitert</td>
|
||||
<td>27. Mai 2004</td>
|
||||
<td>31. Mai 2006</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>RELENG_5</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>31. Oktober 2006</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>RELENG_5_3</td>
|
||||
<td>5.3-RELEASE</td>
|
||||
<td>erweitert</td>
|
||||
<td>6. November 2004</td>
|
||||
<td>31. Oktober 2006</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>Ältere Releases werden nicht mehr gepflegt. Benutzer
|
||||
|
|
Loading…
Reference in a new issue