Changes since 2.2:
- Detect more sourceforge download URLs.
- wrksrc_files and wrksrc_dirs are looked for in WRKSRC, not in WRKDIR.
- When the URL is being read in and an EOF occurs, the program exits.
* Fix for bug in Within() caused by point-in-polygon performance
shortcut.
* Fix for bug in indexes with null on PostgreSQL 8.2.
* Fix for JTS handling of multi-dimensional data.
* Fix for GCJ Java support.
* Fix for JDBC compatibility in PostgreSQL 8.2.
* New AsKML() function.
* Better Transform() performance when no transform is actually required!
Pointed out in PR 35383.
Jan 05 2007, V3.52.5:
* Added support for FileDSN
* Added support for Connection Pooling
* Added check for tracefile size
* Call ODBC 2.x functions in driver if application uses ODBC 2.x only calls
* Fixed problem parsing driver result in SQLSetStmtAttr
* Fixed source code readability
* Fixed bug in overwriting driver name
* Fixed check for /Library/ODBC for Mac OS X
* Fixed prototypes
* Rewrote bootstrap script and configure summary
* Use localtime_r in tracing when available
* Fixed build issues with Mac OS X
* Small code cleanups and fixes
Jan 26 2006, V3.52.4:
* Added support for Mac OS X 10.4 Universal kit (ppc, ppc64 and i386)
* Removed dependency between iodbc and iodbcinst shared libraries
* Cleanup Mac OS X build process
* Clarify LGPL license conditions
* Fixed problem with error on subsequent SQLExecute statements
* Fixed problem building 64bit GUI components
* Fixed compiler warnings
* Fixed problem determining which compiler to use on AIX
* Enabled SHLIB_PATH on HP/UX
* Fixed problem using # as comment in odbc.ini file
* Disabled --disable-odbc3 flag
* Small code cleanups and fixes
pkgsrc chages:
Fix comment and descr, refrect current status.
changes:
-fixed bugs which can lead to database corruption under obscure and
difficult to reproduce circumstances
-new sqlite3_prepare_v2() API
-bug fixes in the command-line shell
-enhancements to the query optimizer
pkgsrc change: fix a selftest which couldn't work as intended due to
misuse of O_APPEND
Pointed out by Christoph Badura in PR 35402.
From Changes of p5-PathTools:
3.00 Thu Sep 2 22:15:07 CDT 2004
- Merged Cwd and File::Spec into a single PathTools distribution.
This was done because the two modules use each other fairly
extensively, and extracting the common stuff into another
distribution was deemed nigh-impossible. The code in revision 3.00
of PathTools should be equivalent to the code in Cwd 2.21 and
File::Spec 0.90.
Pointed out by Christoph Badura in PR 35402.
From Changes of p5-PathTools:
3.00 Thu Sep 2 22:15:07 CDT 2004
- Merged Cwd and File::Spec into a single PathTools distribution.
This was done because the two modules use each other fairly
extensively, and extracting the common stuff into another
distribution was deemed nigh-impossible. The code in revision 3.00
of PathTools should be equivalent to the code in Cwd 2.21 and
File::Spec 0.90.
noticed about something that is not severe enough to need a warning.
INFO messages go to stdout instead of stderr.
Added the :M* modifier to the INSTALL_MACROS to make the resulting
command lines somewhat shorter.