cvs commit: jakarta-tomcat-site/docs index.html

2004-03-10 Thread billbarker
billbarker2004/03/10 21:01:20

  Modified:xdocsindex.xml
   docs index.html
  Log:
  Updating latest Tomcat 3 version to 3.3.2.
  
  Revision  ChangesPath
  1.48  +2 -2  jakarta-tomcat-site/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/index.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- index.xml 23 Feb 2004 09:24:10 -  1.47
  +++ index.xml 11 Mar 2004 05:01:20 -  1.48
  @@ -50,7 +50,7 @@
   
   
 2.2/1.1
  -  3.3.1a
  +  3.3.2
   
   
   
  @@ -140,7 +140,7 @@
   2.2 and JSP 1.1 specifications.
   
   
  -Tomcat 3.3.x. Version 3.3.1 is the current production 
  +Tomcat 3.3.x. Version 3.3.2 is the current production 
   quality release. It continues the refactoring that was begun in version 3.2 and
   carries it to its logical conclusion.  Version 3.3 provides a much more modular
   design and allows the servlet container to be customized by adding and removing
  
  
  
  1.59  +2 -2  jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- index.html9 Mar 2004 20:11:44 -   1.58
  +++ index.html11 Mar 2004 05:01:20 -  1.59
  @@ -213,7 +213,7 @@
   
   
   
  -3.3.1a
  +3.3.2
   
   
   
  @@ -316,7 +316,7 @@
   Software Foundation.  The 3.x versions all implement the Servlet
   2.2 and JSP 1.1 specifications.
   
  -Tomcat 3.3.x. 
Version 3.3.1 is the current production 
  +Tomcat 3.3.x. 
Version 3.3.2 is the current production 
   quality release. It continues the refactoring that was begun in version 3.2 and
   carries it to its logical conclusion.  Version 3.3 provides a much more modular
   design and allows the servlet container to be customized by adding and removing
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-site/docs index.html

2004-02-04 Thread jfclere
jfclere 2004/02/04 03:44:55

  Modified:docs index.html
  Log:
  Now it is Ok.
  
  Revision  ChangesPath
  1.56  +1 -1  jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- index.html22 Jan 2004 15:05:00 -  1.55
  +++ index.html4 Feb 2004 11:44:55 -   1.56
  @@ -265,7 +265,7 @@
   
   
   Tomcat 4.0.x.  
Tomcat 4.0.6 is the old production
  -quality release.  Tomcat 4.0 is the next generation of Tomcat.  The 4.0 servlet
  +quality release.  The 4.0 servlet
   container (Catalina) has been developed from the ground up for flexibility and
   performance.  Version 4.0 implements the final released versions of the Servlet
   2.3 and JSP 1.2 specifications.  As required by the specifications, Tomcat 4.0
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-site/docs index.html

2001-11-20 Thread bojan

bojan   01/11/20 22:14:51

  Modified:docs index.html
  Log:
  Change the order of releases
  
  Revision  ChangesPath
  1.18  +38 -38jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- index.html2001/11/20 20:51:57 1.17
  +++ index.html2001/11/21 06:14:51 1.18
  @@ -150,60 +150,66 @@
   
   
   
  -2.2/1.1
  +2.3/1.2
   
   
   
   
  -3.3
  +4.0.1
   
   
   
   
   
   
  -2.3/1.2
  +2.2/1.1
   
   
   
   
  -4.0.1
  +3.3
   
   
   
   
  +Tomcat 4.0 
implements a new servlet container (called
  +Catalina) that is based on completely new architecture.  The 4.0 release
  +implements the Servlet 2.3 and JSP 1.2
  +specifications.  
   There are several versions of 
Tomcat 3.x currently
   available for download:
   
  -Version 3.3 is the current production quality release for the Servlet 2.2
  -and JSP 1.1 specifications.  Tomcat 3.3 is the latest continuation of the
  -Tomcat 3.x architecture and it is more advanced then 3.2.4, which is the 'old'
  -production quality release.
  +Version 3.3 is the current production quality release for
  +the Servlet 2.2 and JSP 1.1 specifications.  Tomcat 3.3 is the latest
  +continuation of the Tomcat 3.x architecture and it is more advanced then 3.2.4,
  +which is the 'old' production quality release.
   Version 3.2.4 is the 'old' production quality release and is now in
   maintenance only mode.
   Version 3.1.1 is a legacy release.
   
   
  -All Tomcat 3.x releases trace their heritage back to the original Servlet and
  -JSP implementations that Sun donated to the Apache Software Foundation.  The
  -3.x versions all implement the Servlet 2.2 and JSP
  -1.1 specifications.
  +All Tomcat 3.x releases trace their heritage back to the
  +original Servlet and JSP implementations that Sun donated to the Apache
  +Software Foundation.  The 3.x versions all implement the Servlet
  +2.2 and JSP 1.1 specifications.
   
  -Tomcat 4.0 
implements a new servlet container (called
  -Catalina) that is based on completely new architecture.  The 4.0 release
  -implements the Servlet 2.3 and JSP 1.2
  -specifications.  
   The releases are described in 
more detail below to help you determine 
   which one is right for you.  More details about each release can be found in 
   the associated release notes.
  -Tomcat 3.1.x.  
The 3.1 release contained several 
  -improvements over Tomcat 3.0, including servlet reloading, WAR file 
  -support and added connectors for the IIS and Netscape web servers.  The 
  -latest maintenance release, 3.1.1, contained fixes for security problems.  
  -There is no active development ongoing for Tomcat 3.1.x.  Users of Tomcat 
  -3.1 should update to 3.1.1 to close the security holes and they are 
  -strongly encouraged to migrate to the current production release, Tomcat 
  -3.3.
  +Tomcat 4.0.x.  
Tomcat 4.0.1 is the current production
  +quality release.  Tomcat 4.0 is the next generation of Tomcat.  The 4.0 servlet
  +container (Catalina) has been developed from the ground up for flexibility and
  +performance.  Version 4.0 implements the final released versions of the Servlet
  +2.3 and JSP 1.2 specifications.  As required by the specifications, Tomcat 4.0
  +also supports web applications built for the Servlet 2.2 and JSP 1.1
  +specifications with no changes.
  +Tomcat 3.3. 
Version 3.3 is the current production quality
  +release. It continues the refactoring that was begun in version 3.2 and
  +carries it to its logical conclusion.  Version 3.3 provides a much more modular
  +design and allows the servlet container to be customized by adding and removing
  +modules that control the processing of servlet requests.  This version also
  +contains many performance improvements. The future 3.3.1 release continues on
  +the same path with more specific performance and security improvements.
   Tomcat 3.2.x.  
Versi

cvs commit: jakarta-tomcat-site/docs index.html

2001-11-20 Thread bojan

bojan   01/11/20 12:51:57

  Modified:docs index.html
  Log:
  The 'old' release is now 3.2.4, not 3.2.3
  
  Revision  ChangesPath
  1.17  +3 -3  jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.html2001/11/20 17:42:21 1.16
  +++ index.html2001/11/20 20:51:57 1.17
  @@ -177,9 +177,9 @@
   
   Version 3.3 is the current production quality release for the Servlet 2.2
   and JSP 1.1 specifications.  Tomcat 3.3 is the latest continuation of the
  -Tomcat 3.x architecture and it is more advanced then 3.2.3, which is the 'old'
  +Tomcat 3.x architecture and it is more advanced then 3.2.4, which is the 'old'
   production quality release.
  -Version 3.2.3 is the 'old' production quality release and is now in
  +Version 3.2.4 is the 'old' production quality release and is now in
   maintenance only mode.
   Version 3.1.1 is a legacy release.
   
  @@ -203,7 +203,7 @@
   There is no active development ongoing for Tomcat 3.1.x.  Users of Tomcat 
   3.1 should update to 3.1.1 to close the security holes and they are 
   strongly encouraged to migrate to the current production release, Tomcat 
  -3.2.3.
  +3.3.
   Tomcat 3.2.x.  
Version 3.2 added few new features 
   since 3.1; the major effort was a refactoring of the internals to improve 
   performance and stability.  The 3.2.1 release, like 3.1.1, was a security 
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-site/docs index.html

2001-11-18 Thread bojan

bojan   01/11/18 20:44:37

  Modified:docs index.html
  Log:
  Revert the order of releases
  
  Revision  ChangesPath
  1.15  +22 -22jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index.html2001/11/19 04:35:57 1.14
  +++ index.html2001/11/19 04:44:37 1.15
  @@ -196,28 +196,6 @@
   The releases are described in 
more detail below to help you determine 
   which one is right for you.  More details about each release can be found in 
   the associated release notes.
  -Tomcat 4.0.x.  
Tomcat 4.0.1 is the current production
  -quality release.  Tomcat 4.0 is the next generation of Tomcat.  The 4.0 servlet
  -container (Catalina) has been developed from the ground up for flexibility and
  -performance.  Version 4.0 implements the final released versions of the Servlet
  -2.3 and JSP 1.2 specifications.  As required by the specifications, Tomcat 4.0
  -also supports web applications built for the Servlet 2.2 and JSP 1.1
  -specifications with no changes.
  -Tomcat 3.3. 
Version 3.3 is the current production quality
  -release. It continues the refactoring that was begun in version 3.2 and
  -carries it to its logical conclusion.  Version 3.3 provides a much more modular
  -design and allows the servlet container to be customized by adding and removing
  -modules that control the processing of servlet requests.  This version also
  -contains many performance improvements. The future 3.3.1 release continues on
  -the same path with more specific performance and security improvements.
  -Tomcat 3.2.x. 
Version 3.2 added few new features since 3.1;
  -the major effort was a refactoring of the internals to improve performance and
  -stability.  The 3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2
  -fixed a large number of bugs and all known specification compliance issues.
  -Version 3.2.3 is a security update that closes a serious security hole.  All
  -users of Tomcat versions prior to 3.2.3 should updgrade as soon as possible.
  -The 3.2.x branch will continue in maintenance mode, but no new feature releases
  -are planned.
   Tomcat 3.1.x.  
The 3.1 release contained several 
   improvements over Tomcat 3.0, including servlet reloading, WAR file 
   support and added connectors for the IIS and Netscape web servers.  The 
  @@ -226,6 +204,28 @@
   3.1 should update to 3.1.1 to close the security holes and they are 
   strongly encouraged to migrate to the current production release, Tomcat 
   3.2.3.
  +Tomcat 3.2.x. 
Version 3.2 added few new features since 3.1;
  +the major effort was a refactoring of the internals to improve performance and
  +stability.  The 3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2
  +fixed a large number of bugs and all known specification compliance issues.
  +Version 3.2.3 is a security update that closes a serious security hole.  All
  +users of Tomcat versions prior to 3.2.3 should updgrade as soon as possible.
  +The 3.2.x branch will continue in maintenance mode, but no new feature releases
  +are planned.
  +Tomcat 3.3. 
Version 3.3 is the current production quality
  +release. It continues the refactoring that was begun in version 3.2 and
  +carries it to its logical conclusion.  Version 3.3 provides a much more modular
  +design and allows the servlet container to be customized by adding and removing
  +modules that control the processing of servlet requests.  This version also
  +contains many performance improvements. The future 3.3.1 release continues on
  +the same path with more specific performance and security improvements.
  +Tomcat 4.0.x.  
Tomcat 4.0.1 is the current production
  +quality release.  Tomcat 4.0 is the next generation of Tomcat.  The 4.0 servlet
  +container (Catalina) has been developed from the ground up for flexibility and
  +performance.  Version 4.0 implements the final released versions of the Servlet
  +2.3 and JSP 1.2 specifications.  As required by the specifications, Tomcat 4.0
  +also supports web applications built for the Servlet 2.2 and JSP 1.1
  +specifications with no changes.
   
   
 
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-site/docs index.html

2001-11-18 Thread bojan

bojan   01/11/18 20:35:58

  Modified:docs index.html
  Log:
  Fix the TC 3.3 beta status, add the impatient section, change the order of release 
descriptions - more interesting first
  
  Revision  ChangesPath
  1.14  +64 -25jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.html2001/11/19 02:19:05 1.13
  +++ index.html2001/11/19 04:35:57 1.14
  @@ -132,7 +132,47 @@
 
 
   
  -There are several versions of Tomcat 
3.x currently
  +For the impatient, current Tomcat production 
quality releases vs.
  +Servlet/JSP specifications:
  +
  +
  +
  +
  +Servlet/JSP Spec
  +
  +
  +
  +
  +Tomcat version
  +
  +
  +
  +
  +
  +
  +2.2/1.1
  +
  +
  +
  +
  +3.3
  +
  +
  +
  +
  +
  +
  +2.3/1.2
  +
  +
  +
  +
  +4.0.1
  +
  +
  +
  +
  +There are several versions of 
Tomcat 3.x currently
   available for download:
   
   Version 3.3 is the current production quality release for the Servlet 2.2
  @@ -155,7 +195,29 @@
   specifications.  
   The releases are described in 
more detail below to help you determine 
   which one is right for you.  More details about each release can be found in 
  -the associated release notes.  
  +the associated release notes.
  +Tomcat 4.0.x.  
Tomcat 4.0.1 is the current production
  +quality release.  Tomcat 4.0 is the next generation of Tomcat.  The 4.0 servlet
  +container (Catalina) has been developed from the ground up for flexibility and
  +performance.  Version 4.0 implements the final released versions of the Servlet
  +2.3 and JSP 1.2 specifications.  As required by the specifications, Tomcat 4.0
  +also supports web applications built for the Servlet 2.2 and JSP 1.1
  +specifications with no changes.
  +Tomcat 3.3. 
Version 3.3 is the current production quality
  +release. It continues the refactoring that was begun in version 3.2 and
  +carries it to its logical conclusion.  Version 3.3 provides a much more modular
  +design and allows the servlet container to be customized by adding and removing
  +modules that control the processing of servlet requests.  This version also
  +contains many performance improvements. The future 3.3.1 release continues on
  +the same path with more specific performance and security improvements.
  +Tomcat 3.2.x. 
Version 3.2 added few new features since 3.1;
  +the major effort was a refactoring of the internals to improve performance and
  +stability.  The 3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2
  +fixed a large number of bugs and all known specification compliance issues.
  +Version 3.2.3 is a security update that closes a serious security hole.  All
  +users of Tomcat versions prior to 3.2.3 should updgrade as soon as possible.
  +The 3.2.x branch will continue in maintenance mode, but no new feature releases
  +are planned.
   Tomcat 3.1.x.  
The 3.1 release contained several 
   improvements over Tomcat 3.0, including servlet reloading, WAR file 
   support and added connectors for the IIS and Netscape web servers.  The 
  @@ -164,29 +226,6 @@
   3.1 should update to 3.1.1 to close the security holes and they are 
   strongly encouraged to migrate to the current production release, Tomcat 
   3.2.3.
  -Tomcat 3.2.x.  
Tomcat 3.2.3 is the current production 
  -quality release.  Version 3.2 added few new features; the major effort was 
  -a refactoring of the internals to improve performance and stability.  The 
  -3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2 fixed a 
  -large number of bugs and all known specification compliance issues.  Version
  -3.2.3 is a security update that closes a serious security hole.  All users
  -of Tomcat versions prior to 3.2.3 should updgrade as soon as possible.  The 
  -3.2.x branc

cvs commit: jakarta-tomcat-site/docs index.html

2001-11-18 Thread bojan

bojan   01/11/18 18:19:05

  Modified:docs index.html
  Log:
  TC 3.3 promoted to production quality release
  
  Revision  ChangesPath
  1.13  +20 -10jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- index.html2001/10/22 16:14:42 1.12
  +++ index.html2001/11/19 02:19:05 1.13
  @@ -132,17 +132,27 @@
 
 
   
  -There are several versions of Tomcat 
currently available for download.  Version 3.1.1
  -is a legacy release.  Version 3.2.3 is the current production quality release
  -for the Servlet 2.2 and JSP 1.1 specifications.  Tomcat 3.3
  -is the latest continuation of the Tomcat 3.x architecture.  All Tomcat 3.x releases
  -trace their heritage back to the original Servlet and JSP implementations that Sun
  -donated to the Apache Software Foundation.  The 3.x versions all implement the
  -Servlet 2.2 and JSP 1.1 specifications.  
  +There are several versions of Tomcat 
3.x currently
  +available for download:
  +
  +Version 3.3 is the current production quality release for the Servlet 2.2
  +and JSP 1.1 specifications.  Tomcat 3.3 is the latest continuation of the
  +Tomcat 3.x architecture and it is more advanced then 3.2.3, which is the 'old'
  +production quality release.
  +Version 3.2.3 is the 'old' production quality release and is now in
  +maintenance only mode.
  +Version 3.1.1 is a legacy release.
  +
  +
  +All Tomcat 3.x releases trace their heritage back to the original Servlet and
  +JSP implementations that Sun donated to the Apache Software Foundation.  The
  +3.x versions all implement the Servlet 2.2 and JSP
  +1.1 specifications.
   
  -Tomcat 4.0 implements a new 
servlet container ( called Catalina) that 
  -is based on completely new architecture.  The 4.0 release implements
  -the Servlet 2.3 and JSP 1.2 specifications.  
  +Tomcat 4.0 
implements a new servlet container (called
  +Catalina) that is based on completely new architecture.  The 4.0 release
  +implements the Servlet 2.3 and JSP 1.2
  +specifications.  
   The releases are described in 
more detail below to help you determine 
   which one is right for you.  More details about each release can be found in 
   the associated release notes.  
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-site/docs index.html news.html

2001-10-20 Thread remm

remm01/10/20 21:20:22

  Modified:docs index.html news.html
  Log:
  - Site update (fix version numbers + add news item about 4.0.1).
  
  Revision  ChangesPath
  1.11  +2 -1  jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.html2001/10/03 23:15:43 1.10
  +++ index.html2001/10/21 04:20:22 1.11
  @@ -170,7 +170,8 @@
   processing of servlet requests.  This version also contains many 
   performance improvements.  Version 3.3 is currently under development and 
   has begun beta testing.
  -Tomcat 4.0.  
Tomcat 4.0 is the next generatation of 
  +Tomcat 4.0.x.  
Tomcat 4.0.1 is the current production
  +quality release.  Tomcat 4.0 is the next generatation of 
   Tomcat.  The 4.0 servlet container (Catalina) has been developed from the 
   ground up for flexibility and performance.  Version 4.0 implements the 
   final released versions of the Servlet 2.3 and JSP 1.2 specifications.
  
  
  
  1.10  +6 -1  jakarta-tomcat-site/docs/news.html
  
  Index: news.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/news.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- news.html 2001/09/18 03:01:51 1.9
  +++ news.html 2001/10/21 04:20:22 1.10
  @@ -107,7 +107,12 @@
 
 
   
  -17 September 2001 - Apache Tomcat 4.0 Final 
Released
  +14 October 2001 - Tomcat 4.0.1 Final 
Released
  +This is the final release of 
Tomcat 4.0.1, which is a maintenance release
  +of Tomcat 4.0. Download it 
  +http://www.apache.org/dist/jakarta/jakarta-tomcat-4.0/release/v4.0.1/";>here.
  +
  +17 September 2001 - Apache 
Tomcat 4.0 Final Released
   It's official!  The Servlet 2.3 
and JSP 1.2 specifications are now final,
   and so is Apache Tomcat 4.0, which implements the new
   features of these specifications plus a host of other functionality
  
  
  



cvs commit: jakarta-tomcat-site/docs index.html

2001-07-20 Thread marcsaeg

marcsaeg01/07/20 05:50:51

  Modified:docs index.html
  Log:
  Getting Alex's previous fixes built into the HTML files.
  
  Revision  ChangesPath
  1.4   +3 -3  jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html2001/07/17 18:25:14 1.3
  +++ index.html2001/07/20 12:50:51 1.4
  @@ -131,7 +131,7 @@
 
   
   There are several versions of Tomcat 
currently available for download.  Version 3.1.1
  -is a legacy release.  Version 3.2.1 is the current production quality release.  
Tomcat 3.3
  +is a legacy release.  Version 3.2.3 is the current production quality release.  
Tomcat 3.3
   is the latest continuation of the Tomcat 3.x architecture.  All Tomcat 3.x releases
   trace their heritage back to the original Servlet and JSP implementations that Sun
   donated to the Apache Software Foundation.  The 3.x versions all implement the
  @@ -149,8 +149,8 @@
   latest maintenance release, 3.1.1, contained fixes for security problems.  
   There is no active development ongoing for Tomcat 3.1.x.  Users of Tomcat 
   3.1 should update to 3.1.1 to close the security holes and they are 
  -strongly encouraged to migrate to the current production release, Tocmat 
  -3.2.1.
  +strongly encouraged to migrate to the current production release, Tomcat 
  +3.2.3.
   Tomcat 3.2.x.  
Tomcat 3.2.3 is the current production 
   quality release.  Version 3.2 added few new features; the major effort was 
   a refactoring of the internals to improve performance and stability.  The 
  
  
  



cvs commit: jakarta-tomcat-site/docs index.html news.html

2001-07-17 Thread marcsaeg

marcsaeg01/07/17 11:25:18

  Modified:xdocsindex.xml news.xml
   docs index.html news.html
  Log:
  Release 3.2.3.
  
  Revision  ChangesPath
  1.3   +5 -3  jakarta-tomcat-site/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 2001/05/29 03:21:46 1.2
  +++ index.xml 2001/07/17 18:25:09 1.3
  @@ -52,11 +52,13 @@
   strongly encouraged to migrate to the current production release, Tocmat 
   3.2.1. 
   
  -Tomcat 3.2.x.  Tomcat 3.2.2 is the current production 
  +Tomcat 3.2.x.  Tomcat 3.2.3 is the current production 
   quality release.  Version 3.2 added few new features; the major effort was 
   a refactoring of the internals to improve performance and stability.  The 
  -3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2 fixes a 
  -large number of bugs and all known specification compliance issues.  The 
  +3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2 fixed a 
  +large number of bugs and all known specification compliance issues.  Version
  +3.2.3 is a security update that closes a serious security hole.  All users
  +of Tomcat versions prior to 3.2.3 should updgrade as soon as possible.  The 
   3.2.x branch will continue in maintenance mode, but no new feature 
   releases are planned. 
   
  
  
  
  1.4   +17 -0 jakarta-tomcat-site/xdocs/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/news.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- news.xml  2001/05/29 03:49:09 1.3
  +++ news.xml  2001/07/17 18:25:10 1.4
  @@ -10,6 +10,23 @@
   
   
   
  +17 July 2001 - Jakarta Tomcat 3.2.3 Released
  +
  +Tomcat 3.2.3 is a security release.  A serious security problem
  +was found in Tomcat 3.2.2 that could allow unconstrained access to protected areas
  +of a web site.  This release closes that security hole and also includes several
  +other bug fixes that have been applied since the release of Tomcat 3.2.2.  Please 
see 
  +the RELEASE-NOTES for details on the security problem and other bug fixes available
  +in this release.  The release is available for download
  +http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3";>here.
  +
  +
  +It is strongly encouraged that all users of Tomcat 3.2.2 or earlier upgrade
  +to version 3.2.3 as soon as possible.
  +
  +
  +
  +  
   28 May 2001 - Jakarta Tomcat 3.2.2 Released
   
   Tomcat 3.2.2 is a maintenance release that fixes
  
  
  
  1.3   +11 -5 jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html2001/05/29 03:21:45 1.2
  +++ index.html2001/07/17 18:25:14 1.3
  @@ -36,7 +36,7 @@
   
   
   
  -
  +
   Tomcat
   
   Front Page
  @@ -98,7 +98,7 @@
   
   
   
  -
  +
   
 
   
  @@ -118,7 +118,9 @@
   participate in this open development project.  To learn more about getting 
   involved, click here.  
   
  +
 
  +  
   
   
 
  @@ -149,11 +151,13 @@
   3.1 should update to 3.1.1 to close the security holes and they are 
   strongly encouraged to migrate to the current production release, Tocmat 
   3.2.1.
  -Tomcat 3.2.x.  
Tomcat 3.2.2 is the current production 
  +Tomcat 3.2.x.  
Tomcat 3.2.3 is the current production 
   quality release.  Version 3.2 added few new features; the major effort was 
   a refactoring of the internals to improve performance and stability.  The 
  -3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2 fixes a 
  -large number of bugs and all known specification compliance issues.  The 
  +3.2.1 release, like 3.1.1, was a security patch.  Version 3.2.2 fixed a 
  +large number of bugs and all known specification compliance issues.  Version
  +3.2.3 is a security update that closes a serious security hole.  All users
  +of Tomcat versions prior to 3.2.3 should updgrade as soon as possible.  The 
   3.2.x branch will continue in maintenance mode, but no new feature 
   releases are plan