Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 44963 invoked from network); 8 Apr 2008 06:44:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 06:44:56 -0000 Received: (qmail 22805 invoked by uid 500); 8 Apr 2008 06:44:56 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22632 invoked by uid 500); 8 Apr 2008 06:44:56 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 22623 invoked by uid 99); 8 Apr 2008 06:44:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 23:44:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajdavies@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 06:44:13 +0000 Received: by py-out-1112.google.com with SMTP id y63so452031pyg.6 for ; Mon, 07 Apr 2008 23:44:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=MC/ZC0cJWx2RX3hGDOh9RNucYw0trMJQ+4MgSOEyYHc=; b=sk4STHpDCeXnNb/DnuHayS5SHCqPDiDtINdkR6ZKVnj3qsBrHHIbbfKbVndjY53y1Dn6/QER5t3jduH6uViqfZwNned2hwPboLvPhCMA4ZZ1wUbGJ1o0M9pVRteMb0x6OeBwRqWhuaXCyUEay6NVZkiRLNSvM0gilAYzfWYlk8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=bjPGeoa/98i5QOURcWPrfJdQ8rba8+deZzG1W+MkD4T47aV/UU1rWQ3nXpJEzRSdPPF9MIPg+bnS0JVAb0XGz9rwyplz0bgM99aVBbMmwJbfHCzBeHlwcsfIj7o0O0nrXY7YbbJLelQxxu1ahRlANCgHPZ7Yd8jCQwnTVxg02Ms= Received: by 10.65.98.7 with SMTP id a7mr11781494qbm.35.1207637065274; Mon, 07 Apr 2008 23:44:25 -0700 (PDT) Received: from ?192.168.1.82? ( [81.132.69.253]) by mx.google.com with ESMTPS id 1sm9650662qbh.7.2008.04.07.23.44.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Apr 2008 23:44:24 -0700 (PDT) Message-Id: From: Rob Davies To: dev@activemq.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [VOTE] ActiveMQ 4.1.2 Date: Tue, 8 Apr 2008 07:44:22 +0100 References: X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org +1 On 7 Apr 2008, at 23:30, David Jencks wrote: > ActiveMQ 4.1.2 is needed for the upcoming geronimo 2.1.1 release and > has accumulated a fair number of bug fixes. I've reviewed the legal > files and attempted to make them more compliant with current > thinking on legal-discuss. This release also provides a larger- > scale test of the proposed release process using the maven-release- > plugin. > > Sub-task > > * [AMQ-1300] - Patch for the 4.1 branch > * [AMQ-1302] - Backport for the 4.1 branch > > Bug > > * [AMQ-400] - DTD File Not Found > * [AMQ-1014] - Invalid Schema URL for example config file > * [AMQ-1067] - Stomp consumer not removed if client does not send > disconnect message. > * [AMQ-1079] - Slave Fail Error when Receiving message on a > MasterSlave configuration > * [AMQ-1124] - activemq-rar-4.1.0-incubator.rar contains spring > twice: spring-1.2.4.jar and spring-2.0.jar > * [AMQ-1167] - The example does not work under JVM 1.4 > * [AMQ-1205] - Memory leak in Scheduler > * [AMQ-1235] - Scheduler.cancel uses incorrect argument to > shutdown threads > * [AMQ-1236] - Failing to acquire exclusive lock - MySQL and > other strange errors > * [AMQ-1266] - Topics allways created from the activemq-web module > * [AMQ-1274] - Service Wrapper Installer does not work when > ActiveMQ is installed on path that contains a spaces > * [AMQ-1289] - Spelling error in examples directory > * [AMQ-1306] - Remove reference to LogicBlaze from ActiveMQ -- > version command > * [AMQ-1319] - Topics leaked in DestinationMapNode > * [AMQ-1322] - AdvisoryBroker leaks destinations created "from > top" by the RegionBroker > * [AMQ-1365] - Username and password field got swapped when > calling PooledConnection.createConnection > * [AMQ-1438] - When in XA Transaction Active-MQ integrated with > OpenEJB hangs in the isSameRM method of LocalAndXATransaction. > * [AMQ-1454] - ActiveMQDestination.setPhysicalName(): checking > invalid wildcard to identify pattern "<" > * [AMQ-1618] - Improper handling of container restrictions in > creation of sessions > * [AMQ-1632] - PrefetchSubscription may not wake up if messages > delivered in transaction > > Test > > * [AMQ-1002] - > org > .apache > .activemq > .spring > .SpringTest > .testSenderWithSpringXmlUsingSpring2NamespacesWithEmbeddedBrokerConfiguredViaXml > > Wish > > * [AMQ-424] - Make -Dactivemq.check_for_dtd_update default to > "false", don't try network unless "true" > > > The binary artifacts are staged at: > http://people.apache.org/~djencks/staging-repo/activemq/ > > The site is staged at: > http://people.apache.org/~djencks/staging-site/activemq/maven/4.1.2/ > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > > Many thanks > david jencks >