Subject: CVS commit: pkgsrc/databases/freetds
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2002 01:57:02
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Mar 14 23:57:02 UTC 2002

Modified Files:
	pkgsrc/databases/freetds: Makefile PLIST buildlink.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/freetds/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/freetds/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/freetds/buildlink.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/freetds/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.