Subject: CVS commit: pkgsrc/www
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/19/2007 21:48:50
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Jul 19 21:48:50 UTC 2007

Modified Files:
	pkgsrc/www/links: Makefile Makefile.common distinfo
	pkgsrc/www/links-gui: Makefile

Log Message:
Update to 2.1.0.29:

=== RELEASE 2.1pre29 ===

Sun Jul  8 01:05:08 MET DST 2007 mikulas:

	Fixed bad redraw of X window when Expose event come for some area while
	scrolling different area

Sat Jul  7 04:06:52 cet 2007 mikulas:

	Accept drive letters without file: prefix in OS/2 and Win32

Sat Jul  7 03:50:27 cet 2007 mikulas:

	Use _getcwd2 on OS/2 --- it returns path including the driver letter

Sat Jul  7 02:19:35 cet 2007 mikulas:

	Set extension of downloaded or viewed files according to content-type,
	not according to URL extension

Sun May 27 17:15:00 MET 2007 mikulas:

	Fixed bad displaying of jpeg images on machines where memcpy operates in
	different order

Sun May 27 14:06:41 MET DST 2007 mikulas:

	Fixed crash on invalid jpeg files (found by Michael Scherer
	<misc@zarb.org> with http://fusil.hachoir.org/)

Wed May 23 00:41:53 MET 2007 mikulas:

	Do not send If-Modified-Since or Range in HTTP request if cached page
	has an error code

Tue May 15 23:15:21 MET 2007 mikulas:

	Fixed some quirks with download file handling --- when each terminal had
	different CWD, downloaded files were not deleted

	When getting EFBIG error (file size exceeded), continue download in
	another file

Fri May 11 22:39:02 MET 2007 mikulas:

	A possibility to pass HTTP or FTP URLs directly to external programs
	(programs such as mpg321, ogg123, mplayer can play directly from the
	network)

Thu May 10 23:07:47 cet 2007 mikulas:

	Fixed inability to display images compressed on the fly by the server
	(it is pointless to try to compress already compressed images, but some
	servers do it anyway)

Wed May  9 00:32:17 CEST 2007 mikulas:

	Escape Referer: correctly

Wed May  9 00:32:09 CEST 2007 mikulas:

	Fixed bug that it couldn't be compiled without optimization without
	javascript

Mon Apr 30 03:48:40 cet 2007 mikulas:

	Blacklist FORPSI server --- do not send Range: to it

Mon Apr 16 01:49:07 MET DST 2007 mikulas:

	Javascript was removed. The reason is that it is very buggy, Martin
	Pergel doesn't have time to develop it and code is so messy that no one
	else can understand it.

	If you use links for special purposes (embedded devices, etc.), you can
	bring javascript back by copying javascript files from previous release,
	removing "dnl javascript" lines from configure.in, adding *.c and *.h
	files to Makefile.am and re-running automake and autoconf.

	Javascript hooks from main code were not removed --- they just won't be
	maintained.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 pkgsrc/www/links/Makefile
cvs rdiff -r1.35 -r1.36 pkgsrc/www/links/Makefile.common
cvs rdiff -r1.40 -r1.41 pkgsrc/www/links/distinfo
cvs rdiff -r1.47 -r1.48 pkgsrc/www/links-gui/Makefile

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