Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 36340 invoked from network); 14 Nov 2008 00:21:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 00:21:43 -0000 Received: (qmail 65484 invoked by uid 500); 14 Nov 2008 00:21:44 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 65417 invoked by uid 500); 14 Nov 2008 00:21:44 -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 65406 invoked by uid 99); 14 Nov 2008 00:21:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 16:21:44 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 00:20:24 +0000 Received: from [192.168.2.163] ([192.168.2.163]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id mAE0DaW7001672 for ; Fri, 14 Nov 2008 01:13:37 +0100 (CET) Message-ID: <491CC29F.4070002@kippdata.de> Date: Fri, 14 Nov 2008 01:13:19 +0100 From: Rainer Jung User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [VOTE] Releasing Apache Tomcat Native 1.1.16 References: <490D5B9A.5090904@apache.org> In-Reply-To: <490D5B9A.5090904@apache.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mladen Turk schrieb: > Apache Tomcat Native 1.1.16 is: > > [X] Stable - no major issues, no regressions > [ ] Beta - at least one significant issue -- tell us what it is > [ ] Alpha - multiple significant issues -- tell us what they are Additional remarks (I'm going to help with those changes to, but I wanted to first take the time to get them written down): - Top-Level directory contains files NOTICE *and* NOTICE.txt, which are identical except one empty line. - README.txt: a little short; all paths beginning with examples/ miss a leading jni/ - CHANGELOG.txt: Looks a little strange, because e.g. it only contains version numbers 1_1.11 and 1_1.12. So either there were no changes for other versions, or the numbers got lost? - ant build: - maybe we should rename build.properties.sample to build.properties.default and have it as additional property source in build.xml (like we do for Tomcat itself). So the properties in the file get used, except when you overwrite them via build.properties. We might also put a correct version and version.number into build.properties.default before tagging - target compile-only doesn't work (variable build.home undefined) but seems to be not needed, since target compile gets used instead - target compile-examples seems also not to get used, there is another one "examples", which does the same plus more - ant -p doesn't list all relevant targets - version.number is a little strange, because it is 100 (three digits), not clear what it should be set to for 1.1.16. Fortunately it is never used :) - native build - os/win32/libtcnative.rc: TCN_VERISON -> TCN_VERSION (3 times) - file srclib/VERSIONS: what's the reason for this file? Nothing else is in srclib - configure: platorm -> platform - build-in tests: all of them need a little doc - Echo: I propose to use another port, e.g. 2223 instead of 23. Users shouldn't build and test as root, so we shouldn't use a privileged port by default - SSL: Needs a little info about the missing certificates, or maybe we should include test certificates in the test folder LocalServer: test results: - locals-example: starts to accept on the unix socket, but then no more progress - server-example: misses ssl certificates, after adding them I'm not sure, how the test result should look like - Tomcat: works fine, applied some load via ab, runs stable Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org