Subject: CVS commit: pkgsrc/www/dillo
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2006 21:03:41
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed May 10 21:03:41 UTC 2006

Modified Files:
	pkgsrc/www/dillo: Makefile PLIST distinfo
	pkgsrc/www/dillo/patches: patch-aa patch-ab
Removed Files:
	pkgsrc/www/dillo/patches: patch-ac

Log Message:
Changes 0.8.6:
* Designed and implemented a dpi protocol library (libDpip.a in /dpip).
 * Added a couple of new dpip commands.
* Fixed and uniformed the escaping of values inside dpip tags.
* Ported the bookmarks, download, file, https, ftp and hello plugins,
  plus the dpid daemon and the rest of the source tree to use it.
* Improved the dpi buffer reception to handle split buffers (This was
  required for handling arbitrary data streams with dpip).
* Fixed a serious bug with the FTP plugin that led to two downloads of the
  same file when left-clicking a non-viewable file.
* Added MIME/type detection to the FTP plugin, and removed popen().
* Set the dpi daemon (dpid) not to exit when the downloads dpi is running.
* Improved the accuracy of the illegal-character error reporting for URLs.
* Added DOCTYPE parsing (for better bug-meter error messages).
* Added a check for malicious image sizes in IMG tags.
* Made the parser aware of buggy pages with multiple BODY and HTML elements.
* Fixed a bug in MIME content/type detection.
* Moved the cookies management into a dpi server: cookies.dpi.
* Added "./configure --disable-threaded-dns" (for some non reentrant BSDs).


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/www/dillo/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/www/dillo/PLIST
cvs rdiff -r1.25 -r1.26 pkgsrc/www/dillo/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/www/dillo/patches/patch-aa
cvs rdiff -r1.12 -r1.13 pkgsrc/www/dillo/patches/patch-ab
cvs rdiff -r1.8 -r0 pkgsrc/www/dillo/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.