Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 69334 invoked from network); 14 Jun 2008 11:34:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2008 11:34:42 -0000 Received: (qmail 11877 invoked by uid 500); 14 Jun 2008 11:34:37 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 11816 invoked by uid 500); 14 Jun 2008 11:34:37 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 11805 invoked by uid 99); 14 Jun 2008 11:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jun 2008 04:34:37 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.99.136.150] (HELO smtprelay-virgin.hostedemail.com) (64.99.136.150) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jun 2008 11:33:46 +0000 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay06.hostedemail.com (Postfix) with SMTP id 4316EAA516 for ; Sat, 14 Jun 2008 11:33:34 +0000 (UTC) X-SpamScore: 1 Received: from [192.168.0.4] (unknown [91.109.170.18]) (Authenticated sender: med.thomas) by omf09.hostedemail.com (Postfix) with ESMTP for ; Sat, 14 Jun 2008 11:33:33 +0000 (UTC) Message-ID: <4853AC8D.3010002@apache.org> Date: Sat, 14 Jun 2008 12:33:33 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java References: <20080613174351.CF85B2388A0A@eris.apache.org> <4852B920.4050306@hanik.com> <4852C252.9030902@apache.org> <4852C975.70106@hanik.com> <48530F6D.7010709@joedog.org> <48531934.3080208@rowe-clan.net> In-Reply-To: <48531934.3080208@rowe-clan.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-session-marker: 6D65642E74686F6D6173 X-Spam-Summary: 2,0,0,25d7eae6b57bda23,45c860b71aee221b,markt@apache.org,,RULES_HIT:152:355:379:599:601:854:945:988:989:1187:1260:1261:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1540:1593:1594:1676:1711:1730:1747:1766:1792:2194:2198:2199:2200:2393:2559:2562:3027:3352:3865:3866:3867:3869:3870:3871:3872:3874:5007:6117:6119:6120:7652:7875,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fu,MSBL:none,DNSBL:none X-Virus-Checked: Checked by ClamAV on apache.org William A. Rowe, Jr. wrote: > > Tim Funk wrote: >> Since there was never a release from trunk - there really isn't a >> change log. When trunk is released as a new branch it should have a >> RELEASE-NOTES which highlight why its a different branch but >> maintaining change log for an unreleased version doesn't make much >> sense to me. > > Hmmm - perhaps the simple fact that it's a code base is enough to warrant > a change log against the last released flavor? Nearly all of the changes in trunk get ported to 6.0.x where the change log is kept up to date. I agree changes that aren't going to be ported should be documented (code clean-up, conversion to generics, etc should be summarised under a single entry). That really needs a diff between the two to make sure we capture everything. I just kicked such a diff off to see what it looks like. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org