From dev-return-102771-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Mon Jun 20 06:27:12 2011 Return-Path: X-Original-To: apmail-cocoon-dev-archive@www.apache.org Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DADE76D49 for ; Mon, 20 Jun 2011 06:27:11 +0000 (UTC) Received: (qmail 87693 invoked by uid 500); 20 Jun 2011 06:27:11 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 87554 invoked by uid 500); 20 Jun 2011 06:27:04 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 87544 invoked by uid 99); 20 Jun 2011 06:27:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 06:27:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.111.4.28] (HELO out4.smtp.messagingengine.com) (66.111.4.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 06:26:55 +0000 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.messagingengine.com (Postfix) with ESMTP id B3D89207F3 for ; Mon, 20 Jun 2011 02:26:34 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute6.internal (MEProxy); Mon, 20 Jun 2011 02:26:34 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to; s=smtpout; bh=fwI4Hj8K4x3Aj4R1Hy0mCK6KknU=; b=V1ljUobdeMsJ/oMpjG0Mx4YLCPf4lJIEghOVp58C7TikAyxNPE8YBY7ibLd0lFHyKyJEbkp+1OAv7yv2q6DVg6TBKDM+Sv9Dg23tj3oKWoU+dvWeP0O8i8ZZRMLuiKwme9zrN3TDglRYimhp4vN790TMAIjEL25ISgdcD8qsHD8= X-Sasl-enc: Dnu6ErvcGezTyo/al2wgkfL10oETKyVQc9DldavpWZjO 1308551193 Received: from localhost (unknown [123.51.25.138]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1606340255D for ; Mon, 20 Jun 2011 02:26:32 -0400 (EDT) Date: Mon, 20 Jun 2011 16:26:29 +1000 From: David Crossley To: dev@cocoon.apache.org Subject: Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3 Message-ID: <20110620062629.GD7753@igg.local> References: <4DF1398A.5010504@apache.org> <4DF13D27.6010705@apache.org> <4DF1E5B4.5010705@apache.org> <20110610095332.GF76450@igg.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Simone Tripodi wrote: > Hi again, > just to make sure everybody tests the same stuff, please refer to: > > http://people.apache.org/builds/cocoon/org/apache/cocoon/all/cocoon-all/3.0.0-alpha-3/cocoon-all-3.0.0-alpha-3-dist.tar.gz* > http://people.apache.org/builds/cocoon/org/apache/cocoon/all/cocoon-all/3.0.0-alpha-3/cocoon-all-3.0.0-alpha-3-dist.zip* > > Include GPG key and checksum verification!!! Thanks Simone. +1 from me. MD5 (cocoon-all-3.0.0-alpha-3-dist.tar.gz) = 5b2e839101ec53246690b05dbf136b13 There are a couple of things that should get fixed for next time: The md5 and sha1 files have extra "-n". All NOTICE.txt files have a year range, so needs 2011. I don't understand how Maven stuff works. There are some declared dependencies. They do use suitable licenses. Do we need to add a copy of their licenses in our distribution? e.g. some are: AspectJ : EPL-1.0 Woodstox : Apache License 2.0 Antlr : BSD MurmurHash : Apache License 2.0 Some of those licenses do require reciprocity: http://www.apache.org/legal/resolved.html#category-b e.g. We already have mentioned in NOTICE.txt the JAXB using CDDL. However we have not mentioned AspectJ using EPL. We do mention Java MurmurHash using AL-20 and the original using MIT, but we do not need to. -David