tetsuya 2003/08/22 13:03:21
Modified: docs index.html
docs/site elsewhere.html news.html
xdocs index.xml
xdocs/site elsewhere.xml news.xml
Log:
22 August 2003 - LDAPd 0.71a Bugfix Release Announced
21 August 2003 - Tomcat 5.0.9 Alpha released
19 August 2003 - Apache Torque-3.1-beta1 Released
Revision Changes Path
1.291 +3 -3 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- index.html 15 Aug 2003 06:41:23 -0000 1.290
+++ index.html 22 Aug 2003 20:03:20 -0000 1.291
@@ -225,7 +225,7 @@
<blockquote>
<h4><a href="site/news.html">Jakarta Product
news</a></h4>
<ul>
- <li><a href="site/news.html#20030810.2">10 August 2003 - <b> Tomcat
5.0.7 Alpha released</b></a></li>
+ <li><a href="site/news.html#20030821.1">21 August 2003 - <b> Tomcat
5.0.9 Alpha released</b></a></li>
<li><a href="site/news.html#20030810.1">10 August 2003 - <b>
Commons Modeler 1.1 released</b></a></li>
<li><a href="site/news.html#20030807.1">07 August 2003 - <b> JMeter
1.9 Final Version released</b></a></li>
<li><a href="site/news.html#20030801.2">01 August 2003 - <b>
Commons HttpClient 2.0 Release Candidate 1 released</b></a></li>
@@ -235,14 +235,14 @@
<h4>Other news from <a
href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
<ul>
+ <li><a href="site/elsewhere.html#20030822.1">22 August 2003 -
<b>LDAPd 0.71a Bugfix Release</b> Announced</a></li>
+ <li><a href="site/elsewhere.html#20030819.1">19 August 2003 -
<b>Apache Torque-3.1-beta1</b> Released</a></li>
<li><a href="site/elsewhere.html#20030815.1">15 August 2003 -
<b>The Apache Newsletter Issue #1</b> Released</a></li>
<li><a href="site/elsewhere.html#20030813.1">13 August 2003 -
<b>Apache Cocoon 2.1</b> Released</a></li>
<li><a href="site/elsewhere.html#20030812.1">12 August 2003 -
<b>Apache Ant 1.5.4</b> Released</a></li>
<li><a href="site/elsewhere.html#20030805.1">05 August 2003 -
<b>Apache Geronimo</b> -- participation in Apache J2EE efforts</a></li>
<li><a href="site/elsewhere.html#20030731.1">31 July 2003 -
<b>Apache Xerces-J 2.5.0</b> Released</a></li>
<li><a href="site/elsewhere.html#20030727.1">27 July 2003 -
<b>Apache OJB 1.0 RC4</b> Released</a></li>
- <li><a href="site/elsewhere.html#20030718.2">18 July 2003 -
<b>Apache FOP 0.20.5</b> Released</a></li>
- <li><a href="site/elsewhere.html#20030718.1">18 July 2003 -
<b>Apache HTTP Server 1.3.28</b> Released</a></li>
</ul>
</blockquote>
</p>
1.69 +43 -1 jakarta-site2/docs/site/elsewhere.html
Index: elsewhere.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/elsewhere.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- elsewhere.html 15 Aug 2003 06:41:23 -0000 1.68
+++ elsewhere.html 22 Aug 2003 20:03:20 -0000 1.69
@@ -182,7 +182,49 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20030815.1">
+ <a name="20030822.1">
+<h3>22 August 2003 - LDAPd 0.71a released.</h3>
+</a>
+ <p>LDAPd has released an interim
alpha bug fix release, 0.71a before major
+architectural changes to emerge in the new LDAPd Server code named 'Eve'.
+LDAPd is a standalone and embeddable Avalon based LDAPv3 server leveraging
+several Apache software packages. LDAPd employs a Staged Event Driven
+Architecture and will eventually have support for LDAP Java stored
+procedures, and triggers along with a server side JNDI LDAP provider. The
+server side JNDI LDAP provider enables easy integration into the process
+space of host applications and will serve as the data access API for server
+side code in stored procedures and triggers. LDAPd is currently preparing
+its proposal for the Apache Incubator in the hopes of adding to the suite of
+flagship Apache protocol servers.
+</p>
+ <p>Please see the <a
href="http://ldapd.sourceforge.net/">LDAPd Website</a> for more details.</p>
+ <hr size="1" noshade="noshade" />
+ <a name="20030819.1">
+<h3>19 August 2003 - Apache Torque 3.1-beta1 released.</h3>
+</a>
+ <p>
+The Torque team is pleased to announce the first beta release for Torque 3.1!
+</p>
+ <p>
+You can find a full list of changes here:<br />
+<a
href="http://db.apache.org/torque/changes-report.html">http://db.apache.org/torque/changes-report.html</a>
+</p>
+ <p>
+You can find the Torque distributions here:<br />
+<a
href="http://db.apache.org/builds/torque/release/">http://db.apache.org/builds/torque/release/</a>
+</p>
+ <p>
+Notes:<br />
+<ul>
+<li>Torque 3.1 is the first release where the runtime and generation environments
are seperated.</li>
+<li>Torque 3.1 is the last release where torque uses the stratum lifecycle
interfaces (you can load Torque as an Avalon component using Turbine-2.3 HEAD)</li>
+<li>Torque now uses commons-logging</li>
+<li>Torque now generates valid repository files for OJB-1.0-rc4</li>
+</ul>
+</p>
+ <p>Please see the <a
href="http://db.apache.org/torque/">The Apache Torque Website</a> for more details.</p>
+ <hr size="1" noshade="noshade" />
+ <a name="20030815.1">
<h3>August 15, 2003 - The Apache Newsletter Issue #1 Released</h3>
</a>
<p>
1.349 +9 -3 jakarta-site2/docs/site/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- news.html 13 Aug 2003 09:42:12 -0000 1.348
+++ news.html 22 Aug 2003 20:03:20 -0000 1.349
@@ -182,11 +182,11 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20030810.2">
-<h3>10 August 2003 - Jakarta Tomcat 5.0.7 Alpha released</h3>
+ <a name="20030821.1">
+<h3>21 August 2003 - Jakarta Tomcat 5.0.9 Alpha released</h3>
</a>
<p>
- The Tomcat team is pleased to announce Tomcat 5.0.7 Alpha is now available for
testing.
+ The Tomcat team is pleased to announce Tomcat 5.0.9 Alpha is now available for
testing.
</p>
<p>
Please refer to the changelog included in the release for the list of changes.
@@ -200,6 +200,12 @@
For more information on Jakarta Tomcat, see the
<a href="http://jakarta.apache.org/tomcat/index.html">Tomcat</a>
web site.
+</p>
+ <hr size="1" noshade="noshade" />
+ <a name="20030810.2">
+<h3>10 August 2003 - Jakarta Tomcat 5.0.7 Alpha released</h3>
+</a>
+ <p>
</p>
<hr size="1" noshade="noshade" />
<a name="20030810.1">
1.237 +3 -3 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- index.xml 15 Aug 2003 06:41:23 -0000 1.236
+++ index.xml 22 Aug 2003 20:03:20 -0000 1.237
@@ -46,7 +46,7 @@
<section name="Headlines">
<h4><a href="site/news.html">Jakarta Product news</a></h4>
<ul>
- <li><a href="site/news.html#20030810.2">10 August 2003 - <b> Tomcat
5.0.7 Alpha released</b></a></li>
+ <li><a href="site/news.html#20030821.1">21 August 2003 - <b> Tomcat
5.0.9 Alpha released</b></a></li>
<li><a href="site/news.html#20030810.1">10 August 2003 - <b>
Commons Modeler 1.1 released</b></a></li>
<li><a href="site/news.html#20030807.1">07 August 2003 - <b> JMeter
1.9 Final Version released</b></a></li>
<li><a href="site/news.html#20030801.2">01 August 2003 - <b>
Commons HttpClient 2.0 Release Candidate 1 released</b></a></li>
@@ -56,14 +56,14 @@
<h4>Other news from <a href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
<ul>
+ <li><a href="site/elsewhere.html#20030822.1">22 August 2003 -
<b>LDAPd 0.71a Bugfix Release</b> Announced</a></li>
+ <li><a href="site/elsewhere.html#20030819.1">19 August 2003 -
<b>Apache Torque-3.1-beta1</b> Released</a></li>
<li><a href="site/elsewhere.html#20030815.1">15 August 2003 -
<b>The Apache Newsletter Issue #1</b> Released</a></li>
<li><a href="site/elsewhere.html#20030813.1">13 August 2003 -
<b>Apache Cocoon 2.1</b> Released</a></li>
<li><a href="site/elsewhere.html#20030812.1">12 August 2003 -
<b>Apache Ant 1.5.4</b> Released</a></li>
<li><a href="site/elsewhere.html#20030805.1">05 August 2003 -
<b>Apache Geronimo</b> -- participation in Apache J2EE efforts</a></li>
<li><a href="site/elsewhere.html#20030731.1">31 July 2003 -
<b>Apache Xerces-J 2.5.0</b> Released</a></li>
<li><a href="site/elsewhere.html#20030727.1">27 July 2003 -
<b>Apache OJB 1.0 RC4</b> Released</a></li>
- <li><a href="site/elsewhere.html#20030718.2">18 July 2003 -
<b>Apache FOP 0.20.5</b> Released</a></li>
- <li><a href="site/elsewhere.html#20030718.1">18 July 2003 -
<b>Apache HTTP Server 1.3.28</b> Released</a></li>
</ul>
</section>
1.43 +48 -0 jakarta-site2/xdocs/site/elsewhere.xml
Index: elsewhere.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/elsewhere.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- elsewhere.xml 15 Aug 2003 06:41:23 -0000 1.42
+++ elsewhere.xml 22 Aug 2003 20:03:21 -0000 1.43
@@ -11,6 +11,54 @@
<section name="Elsewhere ...">
+<a name="20030822.1">
+<h3>22 August 2003 - LDAPd 0.71a released.</h3>
+</a>
+<p>LDAPd has released an interim alpha bug fix release, 0.71a before major
+architectural changes to emerge in the new LDAPd Server code named 'Eve'.
+LDAPd is a standalone and embeddable Avalon based LDAPv3 server leveraging
+several Apache software packages. LDAPd employs a Staged Event Driven
+Architecture and will eventually have support for LDAP Java stored
+procedures, and triggers along with a server side JNDI LDAP provider. The
+server side JNDI LDAP provider enables easy integration into the process
+space of host applications and will serve as the data access API for server
+side code in stored procedures and triggers. LDAPd is currently preparing
+its proposal for the Apache Incubator in the hopes of adding to the suite of
+flagship Apache protocol servers.
+</p>
+
+<p>Please see the <a href="http://ldapd.sourceforge.net/">LDAPd Website</a> for
more details.</p>
+
+<hr size="1" noshade="noshade" />
+
+<a name="20030819.1">
+<h3>19 August 2003 - Apache Torque 3.1-beta1 released.</h3>
+</a>
+<p>
+The Torque team is pleased to announce the first beta release for Torque 3.1!
+</p>
+<p>
+You can find a full list of changes here:<br/>
+<a
href="http://db.apache.org/torque/changes-report.html">http://db.apache.org/torque/changes-report.html</a>
+</p>
+<p>
+You can find the Torque distributions here:<br/>
+<a
href="http://db.apache.org/builds/torque/release/">http://db.apache.org/builds/torque/release/</a>
+</p>
+<p>
+Notes:<br/>
+<ul>
+<li>Torque 3.1 is the first release where the runtime and generation environments
are seperated.</li>
+<li>Torque 3.1 is the last release where torque uses the stratum lifecycle
interfaces (you can load Torque as an Avalon component using Turbine-2.3 HEAD)</li>
+<li>Torque now uses commons-logging</li>
+<li>Torque now generates valid repository files for OJB-1.0-rc4</li>
+</ul>
+</p>
+
+<p>Please see the <a href="http://db.apache.org/torque/">The Apache Torque
Website</a> for more details.</p>
+
+<hr size="1" noshade="noshade" />
+
<a name="20030815.1">
<h3>August 15, 2003 - The Apache Newsletter Issue #1 Released</h3>
</a>
1.299 +11 -3 jakarta-site2/xdocs/site/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- news.xml 13 Aug 2003 09:42:12 -0000 1.298
+++ news.xml 22 Aug 2003 20:03:21 -0000 1.299
@@ -11,11 +11,11 @@
<section name="News & Status">
-<a name="20030810.2">
-<h3>10 August 2003 - Jakarta Tomcat 5.0.7 Alpha released</h3>
+<a name="20030821.1">
+<h3>21 August 2003 - Jakarta Tomcat 5.0.9 Alpha released</h3>
</a>
<p>
- The Tomcat team is pleased to announce Tomcat 5.0.7 Alpha is now available for
testing.
+ The Tomcat team is pleased to announce Tomcat 5.0.9 Alpha is now available for
testing.
</p>
<p>
Please refer to the changelog included in the release for the list of changes.
@@ -29,6 +29,14 @@
For more information on Jakarta Tomcat, see the
<a href='http://jakarta.apache.org/tomcat/index.html'>Tomcat</a>
web site.
+</p>
+
+<hr size="1" noshade="noshade" />
+
+<a name="20030810.2">
+<h3>10 August 2003 - Jakarta Tomcat 5.0.7 Alpha released</h3>
+</a>
+<p>
</p>
<hr size="1" noshade="noshade" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]