Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 4454 invoked from network); 29 Oct 2006 09:04:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2006 09:04:57 -0000 Received: (qmail 61374 invoked by uid 500); 29 Oct 2006 09:05:07 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 61329 invoked by uid 500); 29 Oct 2006 09:05:07 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 61317 invoked by uid 500); 29 Oct 2006 09:05:07 -0000 Received: (qmail 61314 invoked by uid 99); 29 Oct 2006 09:05:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Oct 2006 01:05:07 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Oct 2006 01:04:55 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 140E11A9846; Sun, 29 Oct 2006 01:04:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r468851 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Date: Sun, 29 Oct 2006 09:04:32 -0000 To: commons-cvs@jakarta.apache.org From: skitching@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061029090433.140E11A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: skitching Date: Sun Oct 29 01:04:32 2006 New Revision: 468851 URL: http://svn.apache.org/viewvc?view=rev&rev=468851 Log: Update version number from 1.7.1 to 1.8; that will be the next release version. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt?view=diff&rev=468851&r1=468850&r2=468851 ============================================================================== --- jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt (original) +++ jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Sun Oct 29 01:04:32 2006 @@ -2,11 +2,11 @@ Commons Digester Package - Version 1.7.1-dev + Version 1.8-dev Release Notes -*** Release notes current as of 2005-09-10 +*** Release notes current as of 2006-10-29 INTRODUCTION ============ @@ -24,12 +24,12 @@ Dependencies ============= -Release 1.7.1 has the same dependencies as release 1.7. +Release 1.8 has the same dependencies as release 1.7. Compatible Dependency Sets: - Digester 1.7 + Logging 1.0.x + BeanUtils 1.x + Collections 2.x - Digester 1.7 + Logging 1.0.x + BeanUtils 1.x + Collections 3.x - Digester 1.7 + Logging 1.0.x + BeanUtils 1.7 + Digester 1.8 + Logging 1.0.x + BeanUtils 1.x + Collections 2.x + Digester 1.8 + Logging 1.0.x + BeanUtils 1.x + Collections 3.x + Digester 1.8 + Logging 1.0.x + BeanUtils 1.7 NEW FEATURES ============= @@ -55,6 +55,14 @@ code to monitor all objects pushed onto and popped off digester stacks. In particular, this makes it easier to store source file/line info for all objects created during parsing. + +Namespace Access +---------------- + +Method "getCurrentNamespaces" has been added to the Digester class. This allows user +code to get a snapshot of all the prefix->url mappings applicable at a point in time. +This is particularly useful for elements that contain xpath expressions that should +be evaluated later using the same namespaces defined for the element. BUGS FROM PREVIOUS RELEASE ========================== --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org