diff options
author | Erlang/OTP <[email protected]> | 2014-09-15 12:02:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-09-15 12:02:14 +0200 |
commit | 950d808c97a4c5b579f4f1cc16b95f2d419d3505 (patch) | |
tree | 7f2cf00f62e2378410fb29099b817b1f3185e253 /lib/odbc | |
parent | 2191e216a95d3cb41edd7ad2069e3b2d88b907e7 (diff) | |
download | otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.gz otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.bz2 otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.zip |
Update release notes
Diffstat (limited to 'lib/odbc')
-rw-r--r-- | lib/odbc/doc/src/notes.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 0ba2b1ff3f..495a675631 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -31,7 +31,30 @@ <p>This document describes the changes made to the odbc application. </p> - <section><title>ODBC 2.10.20</title> + <section><title>ODBC 2.10.21</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix compiler warnings reported by LLVM</p> + <p> + Own Id: OTP-12138</p> + </item> + <item> + <p> + Implement --enable-sanitizers[=sanitizers]. Similar to + debugging with Valgrind, it's very useful to enable + -fsanitize= switches to catch bugs at runtime.</p> + <p> + Own Id: OTP-12153</p> + </item> + </list> + </section> + +</section> + +<section><title>ODBC 2.10.20</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |