Skip to content

Commit

Permalink
* Updated NEWS with highlights of new release
Browse files Browse the repository at this point in the history
* Updated version and build numbers to 3.51.2
  (pvk)
  • Loading branch information
pkleef authored and iODBC Maintainer committed Feb 24, 2004
1 parent 114a3ff commit ba47f46
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions NEWS
@@ -1,3 +1,18 @@
Feb 24 2004, V3.51.2:
* Added support for installation layouts for different distributions
e.g. --with-layout=RedHat
* Added support for Mac OS X 10.3 (panther)
* Added support for creating libodbc.so symlink
* Added more ODBC 3.x calls to iodbctest.c program
* Added SQLRowCount for SQL UPDATE/DELETE statements in iodbctest.c
* Fixed build problem with older make programs
* Fixed bug in state handling SQLCloseCursor
* Fixed driver statement allocation problem
* Fixed double free in statement handle
* Fixed problem tracing variable length strings and binary data
* Use snprintf when available to guard against buffer overruns
* Small documentation fixes

Sept 08 2003, V3.51.1:
* Fixed library dependency for PHP and other open source packages
* Fixed build problems on Mac OS X
Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -75,13 +75,13 @@ AC_REVISION($Id$)
## ##
##########################################################################
AC_INIT([iODBC Driver Manager],
[3.51.2_rc3],
[3.51.2],
[iodbc@openlinksw.com],
[libiodbc])
AC_CONFIG_SRCDIR([include/isql.h])
AC_CONFIG_AUX_DIR(admin)
AM_CONFIG_HEADER(include/config.h)
AM_INIT_AUTOMAKE([libiodbc], [3.51.2_rc3])
AM_INIT_AUTOMAKE([libiodbc], [3.51.2])
AC_CANONICAL_HOST
AM_MAINTAINER_MODE

Expand All @@ -96,7 +96,7 @@ AM_MAINTAINER_MODE
# Version information for SQLGetInfo(SQL_DM_VER) call
#
BUILD_MAJOR="2" # last digit of version number
BUILD_MINOR="0220" # month/day of release
BUILD_MINOR="0224" # month/day of release
BUILD_VER="${BUILD_MAJOR}${BUILD_MINOR}"

#
Expand Down

0 comments on commit ba47f46

Please sign in to comment.