[Htmlparser-cvs] htmlparser/docs changes.txt,1.198,1.199 release.txt,1.57,1.58
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-03-14 16:40:39
|
Update of /cvsroot/htmlparser/htmlparser/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32369/docs Modified Files: changes.txt release.txt Log Message: Update version to 1.4 final release. Index: changes.txt =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/changes.txt,v retrieving revision 1.198 retrieving revision 1.199 diff -C2 -d -r1.198 -r1.199 *** changes.txt 29 Feb 2004 16:48:28 -0000 1.198 --- changes.txt 14 Mar 2004 16:31:39 -0000 1.199 *************** *** 13,16 **** --- 13,34 ---- ******************************************************************************* + Release Build 1.4 - 20040314 + -------------------------------- + + 2004-03-14 10:53 derrickoswald + + * src/org/htmlparser/beans/LinkBean.java: + + Add retry on EncodingChangeException, just like StringBean. + + 2004-03-14 10:42 derrickoswald + + * src/org/htmlparser/: tests/lexerTests/AttributeTests.java, + lexer/nodes/PageAttribute.java: + + Fix bug #911565 isValued() and isNull() don't work. + Rework predicates. Add testPredicates() to attribute tests. + Don't rely on value of quote character when getting assignment string. Add testSetQuote(). + Integration Build 1.4 - 20040229 -------------------------------- Index: release.txt =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/release.txt,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** release.txt 29 Feb 2004 16:48:28 -0000 1.57 --- release.txt 14 Mar 2004 16:31:40 -0000 1.58 *************** *** 1,3 **** ! HTMLParser Version 1.4 (Integration Build Feb 29, 2004) ********************************************* --- 1,3 ---- ! HTMLParser Version 1.4 (Release Build Mar 14, 2004) ********************************************* *************** *** 69,75 **** Bug Fixes --------- ! 900125 Style Tag Children not grouped ! 900128 RemarkNode.setText() does not set Text 902121 StringBean throws NullPointerException. 899413 bug in javascript end detection. 891058 Bug in lexer --- 69,76 ---- Bug Fixes --------- ! 911565 isValued() and isEmpty() don't work 902121 StringBean throws NullPointerException. + 900128 RemarkNode.setText() does not set Text + 900125 Style Tag Children not grouped 899413 bug in javascript end detection. 891058 Bug in lexer *************** *** 138,141 **** --- 139,143 ---- [29] Nick Burch [30] Gernot Fricke + [31] Anthony Labarre If you find any bugs, please go to |