From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/odbc/doc/src/notes.xml | 41 ++++++++++++++++++++++++++++++++++++++++- lib/odbc/vsn.mk | 2 +- 2 files changed, 41 insertions(+), 2 deletions(-) (limited to 'lib/odbc') diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 495a675631..7a7658b092 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -31,7 +31,46 @@

This document describes the changes made to the odbc application.

-
ODBC 2.10.21 +
ODBC 2.10.22 + +
Fixed Bugs and Malfunctions + + +

+ OS X Mavericks is based on Darwin version 13.x, and + Yosemite on 14.x. Change the ODBC configure.in script to + recognize these versions.

+

+ Own Id: OTP-12260

+
+
+
+ + +
Improvements and New Features + + +

+ The commands longer than 127 chars sent to odbc server + crashed it, e.g. a connection string with driver path and + some additional parameters.

+

+ Own Id: OTP-12346

+
+ +

+ Distribute autoconf helpers to applications at + build time instead of having multiple identical copies + committed in the repository.

+

+ Own Id: OTP-12348

+
+
+
+ +
+ +
ODBC 2.10.21
Fixed Bugs and Malfunctions diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk index b374e42d15..52c84429ec 100644 --- a/lib/odbc/vsn.mk +++ b/lib/odbc/vsn.mk @@ -1 +1 @@ -ODBC_VSN = 2.10.21 +ODBC_VSN = 2.10.22 -- cgit v1.2.3