|it is appropriate for bugs to be reported against 3.2.1. or NIGHTLY.

Unfortunately, only the installer will know which is appropriate.
Anybody else will misfile the bug.  Given some of the bug reports
I've seen, even the installer may misfile the bug.

Standard Apache practice is to bump the subversion after a release.
It is irrelevant if the new development ever goes golden or not.
It is an unarguably bad thing for multiple copies of code floating
around in public to have the same version number.  

Keith

> -----Original Message-----
> From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 08, 2001 5:53 PM
> To: [EMAIL PROTECTED]
> Subject: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core
> Constants.java
>
>
> No, this is absolutely necessary so bugs in dev builds don't get reported
> as 3.2.1 bugs.  "3.2.2-dev" would also be acceptable, but the version
> should not remain at 3.2.1.
>
> Keith
>
> -----Original Message-----
> From: Marc Saegesser [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 08, 2001 11:04 AM
> To: [EMAIL PROTECTED]
> Subject: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core
> Constants.java
>
>
> I think this is premature.  There is no 3.2.2 release until the
> vote on the
> release plan has passed on tomcat-dev.  There needs to be a
> little more time
> provided for discussion of the plan prior to calling the vote.
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, February 08, 2001 7:40 AM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core
> > Constants.java
> >
> >
> > hgomez      01/02/08 05:39:50
> >
> >   Modified:    src/share/org/apache/tomcat/core Tag: tomcat_32
> >                         Constants.java
> >   Log:
> >   Fixes release number
> >
> >   Revision  Changes    Path
> >   No                   revision
> >
> >
> >   No                   revision
> >
> >
> >   1.22.2.9  +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/Co
> > nstants.java,v
> >   retrieving revision 1.22.2.8
> >   retrieving revision 1.22.2.9
> >   diff -u -r1.22.2.8 -r1.22.2.9
> >   --- Constants.java        2000/12/12 04:51:38     1.22.2.8
> >   +++ Constants.java        2001/02/08 13:39:49     1.22.2.9
> >   @@ -67,7 +67,7 @@
> >
> >    public class Constants {
> >        public static final String TOMCAT_NAME = "Tomcat Web Server";
> >   -    public static final String TOMCAT_VERSION = "3.2.1";
> >   +    public static final String TOMCAT_VERSION = "3.2.2";
> >
> >        public static final String JSP_NAME = "JSP";
> >        public static final String JSP_VERSION = "1.1";


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

Reply via email to