diff options
author | wiz <wiz> | 2002-03-14 23:57:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 23:57:02 +0000 |
commit | f0a1262e8fdcb7a4aafe0ba9d0c7f4b740310b1b (patch) | |
tree | 5b88708e43a9091b85a11df2d92bc133f305596e /databases/freetds/Makefile | |
parent | 51a334567b348b458a3ffe6d98cf39d8b0e82d97 (diff) | |
download | pkgsrc-f0a1262e8fdcb7a4aafe0ba9d0c7f4b740310b1b.tar.gz |
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.
Diffstat (limited to 'databases/freetds/Makefile')
-rw-r--r-- | databases/freetds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |