diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-02 13:17:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-02 13:17:47 +0000 |
commit | 0251593aa6373bc896939be7cfa815624c012b5c (patch) | |
tree | 0bccb028a085ed95e6540ac5101346e5da7c3654 /www/links/Makefile.common | |
parent | dcceeee4ecee8447091fc985698e6e5ad012582f (diff) | |
download | pkgsrc-0251593aa6373bc896939be7cfa815624c012b5c.tar.gz |
Update to 2.3pre2:
=== RELEASE 2.3pre2 ===
So dub 16 20:19:07 CEST 2011 mikulas:
Utf-8 text terminal support
Sat Mar 12 23:55:56 MET 2011 mikulas:
Fixed a bug with gpm, if gpm closed a handle on its own,
links would occasionaly close it again
Mon Aug 9 01:35:29 UTC 2010 mikulas:
Don't report terminal size in User-Agent
Thu Aug 5 23:31:59 MET 2010 mikulas:
Scan for header tags even in document body
Sat Jul 31 22:35:04 MET 2010 mikulas:
link rel=prefetch
Sat Jul 31 22:24:06 MET 2010 mikulas:
Interpret style="display:none"
Fri Jun 18 20:39:46 MET 2010 mikulas:
Fixed crash when unknown Content-Enconding is returned by the server
Sat Apr 24 04:11:58 CEST 2010 mikulas:
Fix an occasional lockup with Ctrl-Z, fg and framebuffer
Diffstat (limited to 'www/links/Makefile.common')
-rw-r--r-- | www/links/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/links/Makefile.common b/www/links/Makefile.common index d5f4ffed8c3..b6024426694 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.51 2011/01/14 10:37:21 wiz Exp $ +# $NetBSD: Makefile.common,v 1.52 2011/05/02 13:17:47 wiz Exp $ # used by www/links/Makefile # used by www/links-gui/Makefile -DISTNAME= links-2.3pre1 +DISTNAME= links-2.3pre2 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 |