diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-18 18:49:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-18 18:49:46 +0000 |
commit | f5c961df56cc07a954dda7cc742d425eeaf1ac9a (patch) | |
tree | 1195aaf0cd1e102adbcfa74a439b75af424fe664 /www/links-gui | |
parent | 876f84e10566d447a5f18714c45b0ea83f772780 (diff) | |
download | pkgsrc-f5c961df56cc07a954dda7cc742d425eeaf1ac9a.tar.gz |
Update to 2.1.0.24:
=== RELEASE 2.1pre24 ===
Mon Nov 6 02:13:48 cet 2006 mikulas:
Fixed incorrect page displayed when search string ended with space and
the word was last on page
Thu Oct 26 16:10:01 MET 2006 user:
More strict parsing of ftp list, fixes ftp.su.se
Sun Oct 15 22:55:28 MET DST 2006 mikulas:
Allow cookie path to point to file, not only directory
Wed Oct 11 00:17:27 MET DST 2006 mikulas:
Fixed quirk with displaying of links in text mode
Mon Oct 9 23:33:03 MET 2006 Jakub Bogusz <qboosh@pld-linux.org>:
Updated Polish translation
Mon Oct 9 21:55:24 MET 2006 Jindrich Makovicka <makovick@gmail.com>:
Fixed memory corruption when redirecting URLs with user:password
Mon Sep 11 02:43:32 MET DST 2006 mikulas:
Test for socklen_t
Work without PF_INET (for Minix 3)
Cleaned up use of AF_ and PF_ constants
Sat Sep 9 00:05:16 MET 2006 user:
Fixed double-to-string conversion for config files
Fri Aug 25 00:48:05 MET 2006 user:
Parsing ftp directories starts to be difficult because fixing one bug
introduces other. Previous fix sometimes mistook size for year :-/
Sun Aug 20 05:06:57 cet 2006 mikulas:
Correctly translate character set of "label" attribute
Thu Aug 17 19:57:34 MET 2006 user:
Fixed incremental loading of XBM images
Mon Aug 7 05:11:47 CEST 2006 Matthew Fischer <futhark@mchsi.com>:
Fixed Japanese fonts
Mon Jul 31 00:32:58 MET 2006 user:
More cygwin fixes
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 3694ae79504..db9b7d8d2ab 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2006/09/03 20:35:36 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2006/11/18 18:49:46 wiz Exp $ # -PKGNAME= links-gui-2.1.0.23 +PKGNAME= links-gui-2.1.0.24 COMMENT= Lynx-like text and graphics WWW browser |