How to find the Changelog files for different versions of Tomcat?

2002-01-10 Thread chenk

Hi,

I am doing research on software engineering. I wish to use the Tomcat as an
example to analysis the process of the java open source software. It is
important for me to get changelog files for different versions of the Tomcat. 
I
have tried my best, but can't find it.

Are there anybody who would like to tell me how to find the
Changelog file?

Your help is highly appreciated!

Kai

__
Kai Chen 
E-mail: [EMAIL PROTECTED]
Office tel: 615-343-4404
Home tel: 615-460-7085
__


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




Re: How to find the Changelog files for different versions of Tomcat?

2002-01-10 Thread Craig R. McClanahan



On Thu, 10 Jan 2002, chenk wrote:

 Date: Thu, 10 Jan 2002 10:56:09 -0600
 From: chenk [EMAIL PROTECTED]
 Reply-To: Tomcat Developers List [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: How to find the Changelog files for different versions of Tomcat?

 Hi,

 I am doing research on software engineering. I wish to use the Tomcat as an
 example to analysis the process of the java open source software. It is
 important for me to get changelog files for different versions of the Tomcat.
 I
 have tried my best, but can't find it.

 Are there anybody who would like to tell me how to find the
 Changelog file?


We haven't maintained a formal CHANGELOG file for Tomcat versions.  The
release notes tend to include documentation of the changes that are of
most interest to Tomcat users.  See the files RELEASE-NOTES-*.txt in the
top level Tomcat 4 directory, for example.

It would be feasible to automate a detailed changelog based on the CVS
commit messages, but my feeling is that this is overkill for what most
users really want.

 Your help is highly appreciated!

 Kai


Craig


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




Re: How to find the Changelog files for different versions of Tomcat?

2002-01-10 Thread Daniel Rall

chenk [EMAIL PROTECTED] writes:

 I am doing research on software engineering. I wish to use the Tomcat as an
 example to analysis the process of the java open source software. It is
 important for me to get changelog files for different versions of the Tomcat. 
 I
 have tried my best, but can't find it.

 Are there anybody who would like to tell me how to find the
 Changelog file?

 Your help is highly appreciated!

http://jakarta.apache.org/site/cvsindex.html

http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/
Look at the RELEASE-NOTES* entries.


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