diff options
author | wiz <wiz@pkgsrc.org> | 2011-11-28 15:05:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-11-28 15:05:31 +0000 |
commit | 431c6a7da64029b74599381c6dc79f85ee0bd808 (patch) | |
tree | 9b902ab3034f5687378431475a14717b2d5986e1 /www/links-gui | |
parent | 7c640a4bfcbe6e58396253748203802758445126 (diff) | |
download | pkgsrc-431c6a7da64029b74599381c6dc79f85ee0bd808.tar.gz |
Update to 2.4:
=== RELEASE 2.4 ===
Sat Nov 19 01:21:25 MET 2011 mikulas:
Do not translate '\' to '/' in HTTP requests
Sat Nov 19 01:19:12 MET 2011 mikulas:
Do not test for existing strings when loading links history file
=> avoid quadratic-complexity on startup
Sat Nov 19 01:18:59 MET 2011 mikulas:
Fixed a possible memory leak on Windows
Wed Nov 16 17:59:49 MET 2011 mikulas:
Fixed a crash on systems that don't have strerror
Fri Nov 11 23:22:25 CEST 2011 mikulas:
Fixed a crash in Windows console code
Wed Oct 12 22:08:39 MET 2011 mikulas:
Fixed a possible crash if the user changes socks dns append string
while socks connection is in progress
Sun Sep 25 18:40:57 MET 2011 mikulas:
Do not send '#' in the url when downloading
Sun Sep 18 16:57:38 CEST 2011 mikulas:
Fixed crashes with libpng-1.5
Fri Sep 16 20:16:01 CEST 2011 mikulas:
Fixed bugs in the directfb driver
Fri Sep 16 18:40:41 CEST 2011 mikulas:
Workaround for icc optimization bug on framebuffer
Don't clear the whole framebuffer, clear just an used area
(fixes problems with Nvidia framebuffer)
Tue Sep 13 23:13:52 CEST 2011 mikulas:
Make it compile with OpenWatcom for Linux
Note: because of unimplemented "gethostbyname" function,
it requires installed "host" command to do name lookups
Tue Sep 13 03:53:06 cet 2011 mikulas:
Try to free internal caches when out of memory happens
Mon Sep 12 19:57:13 CEST 2011 mikulas:
Fixed a crash when cache is flushed while auth dialog is displayed
Sun Sep 11 02:02:09 MET 2011 mikulas:
Reduced memory consumption
Don't reformat plain text if window size changes
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 8a74180e959..0139da22dbc 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2011/05/11 16:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2011/11/28 15:05:32 wiz Exp $ # PKGNAME= ${DISTNAME:S/links/&-gui/} -PKGREVISION= 1 COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-0.3* |