diff options
author | wiz <wiz> | 2006-06-11 14:34:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-06-11 14:34:43 +0000 |
commit | de684b2e16dbdb76fa04e8738964ba56193f2f6b (patch) | |
tree | 42b5ca6c7499b2dfbb0777f835b830d92cd9b815 /www/links-gui | |
parent | 9cf0e23d48e66cf5dffbe15b973824ccd171aa51 (diff) | |
download | pkgsrc-de684b2e16dbdb76fa04e8738964ba56193f2f6b.tar.gz |
Update to 2.1pre22:
Wed May 24 20:03:59 MET DST 2006 mikulas:
sponsored by Alex Poylisher
Use 8-bit gamma correction on machines with slow FPU (or with FPU
emulation) --- this significantly reduces startup time
Fri May 12 04:23:58 MET DST 2006 Lech Lorens:
Optional scrollbars in frames
Sat Apr 29 18:06:05 CEST 2006 clock:
Implemented porn mode (bare image autoscaling aka fullscreen).
Sat Apr 29 12:45:07 CEST 2006 clock:
Fixed ignorance of aspect ratio for images where only one dimension
is specified.
Thu Apr 27 03:08:27 MET 2006 user:
Fixed crash when deleting item at the top of the window in bookmarks
or associations or extensions
Thu Apr 20 18:27:07 MET 2006 user:
Ignore space at the end of url
Wed Apr 5 04:28:09 cet 2006 mikulas:
Fixed memory leak on image with no src attribute and usemap attribute
Tue Apr 4 00:37:49 MET 2006 user:
Support 4th and 6th mouse button on svgalib
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 30b4cb45150..8c8a440817e 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2006/04/20 18:34:07 is Exp $ +# $NetBSD: Makefile,v 1.42 2006/06/11 14:34:43 wiz Exp $ # -PKGNAME= links-gui-2.1.0.21 -PKGREVISION= 2 +PKGNAME= links-gui-2.1.0.22 COMMENT= Lynx-like text and graphics WWW browser |