From f0a1262e8fdcb7a4aafe0ba9d0c7f4b740310b1b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 14 Mar 2002 23:57:02 +0000 Subject: Update to 0.53, based on pkg/15066. Changes since 0.51: - tdspool now working for big endian systems - Added some descriptive text to the PWD file - EINTR handling during login (Kostya Ivanov) - Added support for TLI style interfaces files (thanks Michael for explaining) - Added 'text size' config option which changes textsize on connect - Added preliminary TDS 8.0 support (no new datatypes supported though) - Added 'emulate little endian' config flag - Some TDS5 placeholder stuff. Not ready for primetime yet. - Added support for new configuration format (freetds.conf) - unixODBC now working - Added support for nullable bits (BITN) - checked in work on tds connection pooling server - added preliminary userguide (James Lowden and me) - a lot of work on ODBC driver, now works with PHP - added config options for iodbc/unixodbc (unixODBC doesn't actually work yet) - image -> char now works (verified with ctlib only) - varbinary -> char now works with destlen of -1 - New config routines - numeric problem with 7.0 fixed - digit cutoff on numerics/floats fixed As well as some bug fixes. --- databases/freetds/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/freetds/Makefile') diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 805dd985f1c..5498b2a58db 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/06/20 23:42:34 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/14 23:57:02 wiz Exp $ -DISTNAME= freetds-0.51 +DISTNAME= freetds-0.53 CATEGORIES= databases MASTER_SITES= ftp://ftp.metalab.unc.edu/pub/Linux/ALPHA/freetds/ EXTRACT_SUFX= .tgz -- cgit v1.2.3