--------------
* New: PreparedStatement_rowsChanged added to PreparedStatement.h
* Fixes: Oracle: OCIPing is used to check oracle connection and
ensure that the Pool returns connected connections. Thanks to
Pavlo Lavrenenko.
Version 2.11.3
--------------
* New: License exception added to allow for linking and
distributing this Software together with OpenSSL.
Version 2.11.2
--------------
* New: Throw SQLException if a database access error occurs
when ResultSet_next() is called. Previously, access errors
could be masked as end of result set. Thanks to JiaQiang Xu.
* Fixes: Possible mem leak in Oracle's blob operation fixed
(Volodymyr Tarasenko)