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/Makefile.common | |
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/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 78132ef68a2..d2b3cf1e06b 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.32 2006/10/04 22:04:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/11/18 18:49:46 wiz Exp $ -DISTNAME= links-2.1pre23 +DISTNAME= links-2.1pre24 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 |