[Htmlparser-cvs] htmlparser/docs changes.txt,1.184,1.185 release.txt,1.44,1.45
Brought to you by:
derrickoswald
|
From: <der...@us...> - 2003-07-13 12:15:36
|
Update of /cvsroot/htmlparser/htmlparser/docs In directory sc8-pr-cvs1:/tmp/cvs-serv15493/htmlparser/docs Modified Files: changes.txt release.txt Log Message: Update version headers to 1.4-20030713 and update changelog. Index: changes.txt =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/changes.txt,v retrieving revision 1.184 retrieving revision 1.185 diff -C2 -d -r1.184 -r1.185 *** changes.txt 29 Jun 2003 12:29:30 -0000 1.184 --- changes.txt 13 Jul 2003 12:15:02 -0000 1.185 *************** *** 13,16 **** --- 13,45 ---- ******************************************************************************* + Integration Build 1.4 - 20030713 + -------------------------------- + + 2003-07-13 07:40 derrickoswald + + * docs/docs/: FrequentlyAskedQuestions.html, ImageExtraction.html, + index.html, ParsingXml.html: + + update Wiki image + + 2003-07-13 07:31 derrickoswald + + * src/org/htmlparser/parserapplications/LinkExtractor.java: + + fix bug #765413 typo + + 2003-07-11 20:33 jkerievsky + + * src/org/htmlparser/: NodeReader.java, Parser.java, + StringNode.java, StringNodeFactory.java, + nodeDecorators/AbstractNodeDecorator.java, + parserHelper/StringParser.java, scanners/ScriptScanner.java, + tests/nodeDecoratorTests/DecodingNodeTest.java, + tests/nodeDecoratorTests/EscapeCharacterRemovingNodeTest.java, + tests/nodeDecoratorTests/NonBreakingSpaceConvertingNodeTest.java, + util/NodeList.java: + + added more support for string node factory, fixed an error in the NodeArray class + Integration Build 1.4 - 20030629 -------------------------------- Index: release.txt =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/release.txt,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** release.txt 29 Jun 2003 12:29:30 -0000 1.44 --- release.txt 13 Jul 2003 12:15:03 -0000 1.45 *************** *** 1,3 **** ! HTMLParser Version 1.4 (Integration Build Jun 29, 2003) ********************************************* --- 1,3 ---- ! HTMLParser Version 1.4 (Integration Build Jul 13, 2003) ********************************************* |