Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 59692 invoked from network); 1 May 2004 20:50:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 May 2004 20:50:01 -0000 Received: (qmail 16580 invoked by uid 500); 1 May 2004 20:49:46 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 16509 invoked by uid 500); 1 May 2004 20:49:45 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 16494 invoked by uid 500); 1 May 2004 20:49:45 -0000 Received: (qmail 16491 invoked from network); 1 May 2004 20:49:45 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 May 2004 20:49:45 -0000 Received: (qmail 59627 invoked by uid 1059); 1 May 2004 20:49:56 -0000 Date: 1 May 2004 20:49:56 -0000 Message-ID: <20040501204956.59626.qmail@minotaur.apache.org> From: craigmcc@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/digester RELEASE-NOTES.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N craigmcc 2004/05/01 13:49:56 Modified: digester RELEASE-NOTES.txt Log: Update release notes to reflect migration of the RSS example. Revision Changes Path 1.13 +18 -2 jakarta-commons/digester/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt =================================================================== RCS file: /home/cvs/jakarta-commons/digester/RELEASE-NOTES.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- RELEASE-NOTES.txt 22 Apr 2004 11:06:02 -0000 1.12 +++ RELEASE-NOTES.txt 1 May 2004 20:49:56 -0000 1.13 @@ -27,7 +27,19 @@ Digester (members bodyTexts, params and stack) FactoryCreateRule xmlrules.DigesterRuleParser - + +RSS Example +----------- +Previously, Digester included example code for processing RSS (Really Simple +Syndication) streams in the core commons-digester.jar distribution, with the +code in package "org.apache.commons.digester.rss". This code has been migrated +to the new source directory "src/examples/rss", complete with a build.xml script +that can recreate a new JAR file (commons-digester-rss.jar) containing this +code. The Java package name has not changed, so the only impact on applications +actually using these classes will be the need to acquire the sources, build the +new JAR file, and add it toyour classpath. + + NEW FEATURES: ============= @@ -174,6 +186,7 @@ ----------------------------------------- The subject of this one says it all. + OTHER IMPORTANT NOTES ====================== @@ -206,12 +219,14 @@ All @version tags were removed as they were not considered to be useful. + Commons Collections dependency ============================== The commons-collections library has recently undergone a major release (3.0). Digester has been tested with both commons-collections 2.1 and 3.0 and there are no known issues with using either version of this library. + BUGS FROM PREVIOUS RELEASE ========================== @@ -232,6 +247,7 @@ NodeCreateRule: r1.3 end method was not popping digester stack ExtendedBaseRules: r.11 (patternStart) ExtendedBaseRules: r.9 (findExactAncesterMatch(parentPattern)) + DEPRECATION: ============ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org