diff options
author | wiz <wiz> | 2007-04-15 07:41:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-04-15 07:41:47 +0000 |
commit | 05edb649a2d7155e960c72b3032e3a22052f9e2b (patch) | |
tree | 6d3f928f7399e78558f679f43542e6fb7429dd9f /www | |
parent | 85e76b2657ff82b4ea83016ef0f7dc4bb8c5f9cf (diff) | |
download | pkgsrc-05edb649a2d7155e960c72b3032e3a22052f9e2b.tar.gz |
Update to 2.1.0.28:
=== RELEASE 2.1pre28 ===
Wed Apr 11 01:39:36 cet 2007 mikulas:
Fixed a bug in decompression and javascript document.write introduced in
previous release (compressed data were displayed after document.write)
(BTW. because the javascript interpreter has bugs, Martin Pergel has not
time for it and the code is so messy that it couldn't be understand by
anyone else, javascript will likely be removed in next release)
=== RELEASE 2.1pre27 ===
Sat Apr 7 02:43:28 CEST 2007 mikulas:
Terminal resize, window title and clipboard support for Cygwin
Clipboard supports non-ascii characters badly, it is a limitation in
Cygwin
Wed Apr 4 23:19:00 MET 2007 Carles Pina i Estany <carles@pina.cat>:
Add more top-level domains
Sat Mar 31 03:02:40 CEST 2007 student:
win32.c file removed because in each new version of windows it doesn't
work. Don't even try to fix it unless you have computers with Windows
NT, Window 2000, Windows XP and Windows Vista side by side.
(new Cygwin emulates xterm-like mouse on the console, so it's not needed
for mouse)
Cygwin sometimes doesn't send SIGWINCH, it is its bug, so I didn't try
to fix it in links. Press twice Alt-Enter if links doesn't notify window
size change
Sun Mar 25 22:26:41 MET 2007 mikulas:
Fixed bad behaviour of scrollbars on very large documents due to integer
overflow
Wed Mar 21 22:15:25 MET 2007 mikulas:
Support for zlib, gzip and bzip2 files
Wed Mar 21 04:37:42 MET 2007 mikulas:
Limit image scaling to prevent allocation overflow
Tue Feb 6 00:23:43 MET 2007 mikulas:
Allow quotation marks in Refresh URL parameter --- fixes Google Picasa
Diffstat (limited to 'www')
-rw-r--r-- | www/links-gui/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 4f154bfd62d..6268b3f01fc 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2007/02/15 14:10:03 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2007/04/15 07:41:47 wiz Exp $ # -PKGNAME= links-gui-2.1.0.26 +PKGNAME= links-gui-2.1.0.28 COMMENT= Lynx-like text and graphics WWW browser diff --git a/www/links/Makefile b/www/links/Makefile index 97b8554868c..e3dff7acfb2 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2006/12/05 09:02:43 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2007/04/15 07:41:47 wiz Exp $ # -PKGNAME= links-2.1.0.26 +PKGNAME= links-2.1.0.28 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 205cd9b3899..e8305f76863 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.34 2006/12/05 09:02:43 wiz Exp $ +# $NetBSD: Makefile.common,v 1.35 2007/04/15 07:41:47 wiz Exp $ -DISTNAME= links-2.1pre26 +DISTNAME= links-2.1pre28 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index 7c000009ae4..f0dfc87cec0 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.39 2006/12/05 09:02:43 wiz Exp $ +$NetBSD: distinfo,v 1.40 2007/04/15 07:41:47 wiz Exp $ -SHA1 (links-2.1pre26.tar.bz2) = b0e2095dc4013f9fae2837af998f91edc6a565a6 -RMD160 (links-2.1pre26.tar.bz2) = 8e7bbe0f8bb7d71d341405f524ebfb1c144b442b -Size (links-2.1pre26.tar.bz2) = 3918490 bytes +SHA1 (links-2.1pre28.tar.bz2) = c5bda09ca6eeed8304d85e7b14d3a64266c1fd3d +RMD160 (links-2.1pre28.tar.bz2) = 42ac2adf24509216bc26629c48ea5362eb53b267 +Size (links-2.1pre28.tar.bz2) = 3915943 bytes SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 |