summaryrefslogtreecommitdiff
path: root/www/links-gui
diff options
context:
space:
mode:
authorwiz <wiz>2007-07-19 21:48:49 +0000
committerwiz <wiz>2007-07-19 21:48:49 +0000
commitbbf5f1c1b42f240a8e7d1121c308aade75604c12 (patch)
treedfd480977520cb44f81e6627a330c8f920c15917 /www/links-gui
parent12f50237e680df4f66e7450135b232b2bab26271 (diff)
downloadpkgsrc-bbf5f1c1b42f240a8e7d1121c308aade75604c12.tar.gz
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.
Diffstat (limited to 'www/links-gui')
-rw-r--r--www/links-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile
index 6268b3f01fc..24f6b48861c 100644
--- a/www/links-gui/Makefile
+++ b/www/links-gui/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2007/04/15 07:41:47 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2007/07/19 21:48:50 wiz Exp $
#
-PKGNAME= links-gui-2.1.0.28
+PKGNAME= links-gui-2.1.0.29
COMMENT= Lynx-like text and graphics WWW browser