Subject: CVS commit: pkgsrc/www/elinks
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/27/2005 00:21:08
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri May 27 00:21:08 UTC 2005

Modified Files:
	pkgsrc/www/elinks: Makefile distinfo

Log Message:
Update to 0.10.5, provided by Leonard Schmidt in PR 30125:
Changes:
 New features:

   - Most of the .txt files in the doc/ directory was lifted to the XML
     format defined in RFC 2629. It should make it easier to browse the
     documentation. Both .txt and .html version is available.

 Feature updates and improvements:

   - Try to add support for a less aggressive caching strategy. Disable
     document.cache.ignore_cache_control to try it. It will try to
     better honour info in the Expires, Pragma and Cache-Control in both
     the HTTP and the HTML headers. Inspired by Links2.

   - Introduce a workaround for document refreshing leading to never
     ending file download. It should do the right thing in most cases and
     the remaining ones the you will just have to reload to restart the
     refreshing.

   - Make the gopher code more robust for URIs without entity info.

   - Make it possible to have a specific features.conf file for each
     build tree and to change compile-time settings without modifying a
     file that is tracked by CVS.

   - Show link image info in the document dialog.

   - Improve error reporting for connections by showing which URI failed.
     Furthermore, make it clearer when an IP version specific URIs
     (http6://...) failed.

   - NNTP error messages are now translated.

   - Add --config-dump which dump a configuration file with default
     options to stdout. Helpfull for package maintainers when providing
     an example config file.

   - Don't sleep after config errors when --dump or --source was
     specified.

And lots of bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/www/elinks/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/www/elinks/distinfo

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