Update of /cvsroot/htmlparser/htmlparser/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27270/docs
Modified Files:
Tag: v1_41
changes.txt release.txt
Log Message:
Update version to 1.42 patch release.
Index: release.txt
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/release.txt,v
retrieving revision 1.58.2.1
retrieving revision 1.58.2.2
diff -C2 -d -r1.58.2.1 -r1.58.2.2
*** release.txt 22 May 2004 20:10:31 -0000 1.58.2.1
--- release.txt 28 Jul 2004 00:26:21 -0000 1.58.2.2
***************
*** 1,3 ****
! HTMLParser Version 1.41 (Release Build May 22, 2004)
*********************************************
--- 1,3 ----
! HTMLParser Version 1.42 (Release Build Jul 27, 2004)
*********************************************
***************
*** 19,22 ****
--- 19,32 ----
(v) this file
+ Changes since Version 1.41
+ -------------------------
+
+ Bug Fixes
+ ---------
+ #998195 SiteCatpurer just crashed
+ #995744 Translate.decode(String)
+ #995703 Parser Crash
+ #988846 Linkbean getLinks() segmentation fault (duplicate of above)
+
Changes since Version 1.4
-------------------------
Index: changes.txt
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/changes.txt,v
retrieving revision 1.199.2.1
retrieving revision 1.199.2.2
diff -C2 -d -r1.199.2.1 -r1.199.2.2
*** changes.txt 22 May 2004 20:10:30 -0000 1.199.2.1
--- changes.txt 28 Jul 2004 00:26:21 -0000 1.199.2.2
***************
*** 13,16 ****
--- 13,40 ----
*******************************************************************************
+ Release Build 1.42 - 20040727
+ --------------------------------
+
+ 2004-07-27 07:56 derrickoswald
+
+ * src/org/htmlparser/parserapplications/SiteCapturer.java (v1_41):
+
+ Fix bug #998195 SiteCatpurer just crashed
+ After EncodingChangeException try again with the encoding now set correctly.
+
+ 2004-07-27 07:32 derrickoswald
+
+ * src/org/htmlparser/util/LinkProcessor.java (v1_41):
+
+ Avoid bug #995744 Translate.decode(String)
+ don't apply translation to URLs
+
+ 2004-07-27 07:15 derrickoswald
+
+ * src/org/htmlparser/lexer/Page.java (v1_41):
+
+ Avoid bug #995703 Parser Crash and also #988846 Linkbean getLinks() segmentation fault
+ by not testing for content type "text/XXXX"
+
Release Build 1.41 - 20040522
--------------------------------
|