diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-05 10:02:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-05 10:02:10 +0000 |
commit | ed0e5edc27d62ddf4f7fd7ea2254a4b570a98793 (patch) | |
tree | bd9c7961a871601b4008684d866bb115446cc5a1 /www/links | |
parent | 34a941002b5ec5d6b9365e956de7db2a31611e1a (diff) | |
download | pkgsrc-ed0e5edc27d62ddf4f7fd7ea2254a4b570a98793.tar.gz |
Update to 2.1.0.12 (2.1pre12):
Fixed memory leak with Content-Type at http.c:37
Workaround broken cfmakeraw on AIX
Users can enter own shell command for executing external programs.
Commands in X are executed in xterm, not on console.
Do not send Range on refresh
More information on image files in Info menu.
Allow opening of a link in a new window (target="_blank").
Serbian translation
Added "id" attribute to the <img> tag.
Serbian Cyrillic letters
Updated Hungarian translation
Table frame and rules when no border attribute present
Fixed spelling errors found by Francois Gouget's program
Fixed crash in frames introduced in Tue Jun 17 23:15:46 MET DST 2003
Add slash after URLs like ftp://host:1234
Anchors allowed in frame locations
No char with code 13 when pasting in OS/2
Aggressive cache is in cache dialog, not in HTTP bugs dialog
302 redirects are not cached
Fixed redirect left after reloading cached document
Do not send "Range" when cache expires
Fixed some languages (removed name ELinks)
Updated Russian localization
Fixed \001 in bookmarks and window title when title contained 0xa0
Fixed bug that can't happen in select_mainmenu
Fixed numbers on links not consistent with internal order. Still not
perfect but better than it used to be.
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 0713d906a8a..e6328104eec 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2003/05/24 19:19:34 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2003/10/05 10:02:10 wiz Exp $ # -PKGNAME= links-2.1.0.11 +PKGNAME= links-2.1.0.12 COMMENT= Lynx-like text WWW browser CONFLICTS+= links-gui-[0-9]* elinks-0.3* diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 583a5a2001c..492980621b3 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.16 2003/07/17 22:55:40 grant Exp $ +# $NetBSD: Makefile.common,v 1.17 2003/10/05 10:02:10 wiz Exp $ -DISTNAME= links-2.1pre11 +DISTNAME= links-2.1pre12 CATEGORIES= www MASTER_SITES= \ http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \ diff --git a/www/links/distinfo b/www/links/distinfo index d0663d601e1..6c57f194f34 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2003/05/24 19:19:34 wiz Exp $ +$NetBSD: distinfo,v 1.24 2003/10/05 10:02:10 wiz Exp $ -SHA1 (links-2.1pre11.tar.bz2) = e106dc011169191c1e8c0648ff6317402e38aaac -Size (links-2.1pre11.tar.bz2) = 3737197 bytes +SHA1 (links-2.1pre12.tar.bz2) = 5fc3a6564ec290b527e1ba92ad4542b17c50b243 +Size (links-2.1pre12.tar.bz2) = 3760971 bytes SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 |