craigmcc    00/12/11 17:56:02

  Modified:    src/share/org/apache/tomcat/core Tag: TOMCAT_31_BRANCH
                        Constants.java
               src/share/org/apache/tomcat/session Tag: TOMCAT_31_BRANCH
                        ServerSessionManager.java
               src/webpages Tag: TOMCAT_31_BRANCH index.html
  Log:
  Update version numbers for the proposed 3.1.1 release, plus a fix that
  was mistakenly not included in the previous commit.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.19.2.1.2.1 +1 -1      
jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/Constants.java,v
  retrieving revision 1.19.2.1
  retrieving revision 1.19.2.1.2.1
  diff -u -r1.19.2.1 -r1.19.2.1.2.1
  --- Constants.java    2000/04/14 13:08:10     1.19.2.1
  +++ Constants.java    2000/12/12 01:56:01     1.19.2.1.2.1
  @@ -67,7 +67,7 @@
   
   public class Constants {
       public static final String TOMCAT_NAME = "Tomcat Web Server";
  -    public static final String TOMCAT_VERSION = "3.1";
  +    public static final String TOMCAT_VERSION = "3.1.1";
   
       public static final String JSP_NAME = "JSP";
       public static final String JSP_VERSION = "1.1";
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.4.1   +1 -1      
jakarta-tomcat/src/share/org/apache/tomcat/session/ServerSessionManager.java
  
  Index: ServerSessionManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/session/ServerSessionManager.java,v
  retrieving revision 1.4
  retrieving revision 1.4.4.1
  diff -u -r1.4 -r1.4.4.1
  --- ServerSessionManager.java 2000/03/01 07:51:13     1.4
  +++ ServerSessionManager.java 2000/12/12 01:56:02     1.4.4.1
  @@ -112,7 +112,7 @@
       }
   
       public HttpSession createSession(Context ctx) {
  -     String sessionId = SessionIdGenerator.generateId();
  +     String sessionId = SessionIdGenerator.generateId(null);
        ServerSession session = new ServerSession(sessionId);
        sessions.put(sessionId, session);
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1.2.1 +2 -2      jakarta-tomcat/src/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.1.2.1
  diff -u -r1.9.2.1 -r1.9.2.1.2.1
  --- index.html        2000/04/14 13:08:10     1.9.2.1
  +++ index.html        2000/12/12 01:56:02     1.9.2.1.2.1
  @@ -4,12 +4,12 @@
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
      <meta name="Author" content="Anil K. Vijendran">
  -   <title>Tomcat v3.1</title>
  +   <title>Tomcat v3.1.1</title>
   </head>
   <body>
   <img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, 
Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>
   <br><b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  -3.1</font></font></b>
  +3.1.1</font></font></b>
   <p>This the the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   <ul>
  
  
  

Reply via email to