- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
59 lines
2.4 KiB
Text
59 lines
2.4 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD: www/en/java/dists/15.sgml,v 1.5 2006/05/08 20:59:52 glewis Exp $">
|
|
<!ENTITY title "FreeBSD &java; Project: &jdk; 1.5">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
<html>
|
|
&header;
|
|
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
|
|
<p>
|
|
<b>April 7, 2006:</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
|
Lewis</a> has released the third patchset (patchlevel 3, "Siberian")
|
|
for the &jdk; 1.5.0 software. This release should be suitable for
|
|
most applications, as most of the changes since the last patchset are
|
|
changes which were backported from the binary release source base to
|
|
make it JCK compliant. In addition, Java Web Start now works and a
|
|
problem with the zlib library which caused Eclipse to crash has been fixed.
|
|
However, use in a production environment is at your own risk, as always.
|
|
Information on downloading the patchset can be found at
|
|
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk15.html">http://www.eyesbeyond.com/freebsddom/java/jdk15.html</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<b>September 3, 2005:</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
|
Lewis</a> has released the second patchset (patchlevel 2, "Tasmanian")
|
|
for the &jdk; 1.5.0 software. This patchset is considered a beta
|
|
release as it is now stable on FreeBSD 4.x and has support for
|
|
Java Web Start and the Java browser plugin (Mozilla and Firefox).
|
|
Support for recent releases of FreeBSD on both the i386 and amd64 architectures
|
|
is provided. Information on downloading the patchset can be found at
|
|
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk15.html">http://www.eyesbeyond.com/freebsddom/java/jdk15.html</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<b>April 7, 2005:</b> The java/jdk15 port has been updated so that it
|
|
builds on FreeBSD 4.11/i386. Unfortunately there are still serious
|
|
run time issues on this platform.
|
|
</p>
|
|
|
|
<p>
|
|
<b>January 19, 2005:</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
|
Lewis</a> has released the first patchset (patchlevel 1, "Sabretooth")
|
|
for the &jdk; 1.5.0 software. This initial patchset is only suitable
|
|
for early testers and developers. Support for the following
|
|
versions of FreeBSD is included -- <b>i386/5.3</b> and <b>amd64/5.3</b>.
|
|
Information on downloading the patchset can be found at
|
|
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk15.html">http://www.eyesbeyond.com/freebsddom/java/jdk15.html</a>.
|
|
</p>
|
|
|
|
</td>
|
|
</tr>
|
|
</TABLE>
|
|
&footer;
|
|
</BODY></HTML>
|
|
|