All pages
Powered by GitBook
1 of 1

Loading...

Connector/C 3.1.3 Changelog

  • Revision #07f6f95 2019-07-17 08:22:19 +0200

    • Fix for Windows OpenSSL build: Link crypt and ws2_32 in case OpenSSL is a newer version which was build with capi engine support

  • Revision #b396e76 2019-07-16 17:33:57 +0200

    • Merge commit '970e929a09327fe5e642c0b5cb9f54a38677c855' into 3.1

  • 2019-07-16 17:30:57 +0200

    • Fix for : Fix cmake warnings (CMake Policy CMP0077)

  • 2019-07-16 17:33:00 +0200

    • Merge commit '77d051e89d0b342333d951e66e53f2aea43f6e36' into 3.1

  • 2019-07-16 08:52:24 +0200

    • Windows build fixes for OpenSSL

  • 2019-07-05 14:09:00 +0200

    • Post fix for : removed semicolon

  • 2019-07-05 11:42:12 +0200

    • Fix for : heap-use-after-free in client_mpvio_read_packet

  • 2019-07-05 11:14:37 +0200

    • Fix short options

  • 2019-07-05 08:25:21 +0200

    • Merge pull request #108 from nunojpg/3.1

  • 2019-04-08 07:46:29 +0200

    • Quote cmake variable as it might be empty

  • 2019-07-05 08:24:21 +0200

    • Merge pull request #115 from anklean/3.1

  • 2019-06-19 10:09:39 +0800

    • fix bug error with sizeof("commit") in function mysql_commit

  • 2019-07-05 08:23:26 +0200

    • Merge pull request #114 from EGuesnet/Fix-Big-Endian-Issue

  • 2019-06-05 14:44:50 +0200

    • Big endian issue in libmariadb

  • 2019-07-05 08:20:37 +0200

    • Merge pull request #110 from ykopel/patch-1

  • 2019-05-13 17:03:20 +0300

    • Fix supporting in external curl

  • 2019-06-30 17:34:04 +0200

    • Merge commit '8823607e299d6028df87d3c389a44ca004311de5' into 3.1

  • 2019-06-30 17:32:03 +0200

    • Follow up for :

  • 2019-06-30 12:46:39 +0200

    • Merge branch '3.0' of into 3.0

  • 2019-06-30 12:47:17 +0200

    • Merge commit 'd09ac51df3c35e569e91313affb58ae74fd3470a' into 3.1

  • 2019-06-30 12:41:42 +0200

    • Workaround/Fix for :

  • 2019-06-29 00:30:03 +0200

    • Merge branch '3.0' into 3.1

  • 2019-06-26 20:58:29 +0200

    • take into account server's EXTRA_VERSION

  • 2019-06-26 13:01:45 +0200

    • Merge commit 'a0d2974bf29bf49fb8f9d1fd75fd2fa211df883d' into 3.1

  • 2019-06-26 12:55:17 +0200

    • Merge pull request #111 from FaramosCZ/3.0

  • 2019-05-21 15:02:48 +0200

    • Fix overlinking issues

  • 2019-06-26 12:43:22 +0200

    • Merge pull request #112 from Thermi/stringop-truncation

  • 2019-05-29 20:37:29 +0200

    • Do not overwrite final byte of array to make sure it's always zero

  • 2019-06-26 09:18:38 +0200

    • Merge commit 'c6b344d730885051fdaf347f0d33c54ec22c415c' into 3.1

  • 2019-06-26 09:13:00 +0200

    • Fix for : GnuTLS fails with "error reading authentication packet" with a TLSv1.3 connection

  • 2019-06-24 18:10:30 +0200

    • Merge commit 'ff13dd446dcd6dd861026a8aa3cd23f3a9c759d3' into 3.1

  • 2019-06-24 18:07:53 +0200

    • :

  • 2019-06-15 09:26:08 +0200

    • Fix windows warning (missing prototype)

  • 2019-06-20 15:29:59 +0200

    • Merge branch '3.1' of into 3.1

  • 2019-06-19 11:08:30 -0400

    • bump the VERSION

  • 2019-06-20 15:29:02 +0200

    • Fix for

# MariaDB Connector/C 3.1.3 Changelog

The most recent [_**Stable**_](../../../../mariadb-release-criteria.md) _**(GA)**_ release of MariaDB Connector/C is:[**MariaDB Connector/C 3.4.5**](../../mariadb-connector-c-3-4-release-notes/mariadb-connector-c-3-4-5-release-notes.md)

[Download](https://mariadb.com/downloads/#connectors)[Release Notes](../../mariadb-connector-c-31-release-notes/mariadb-connector-c-313-release-notes.md)[Changelog](mariadb-connector-c-313-changelog.md)[About MariaDB Connector/C](https://github.com/mariadb-corporation/docs-release-notes/blob/test/kb/en/about-mariadb-connector-c/README.md)

**Release date:** 1 Aug 2019

For the highlights of this release, see the [release notes](../../mariadb-connector-c-31-release-notes/mariadb-connector-c-313-release-notes.md).

The revision number links will take you to the revision's page on GitHub. On
[GitHub](https://github.com/MariaDB/mariadb-connector-c/) you can view more
details of the revision and view diffs of the code modified in that revision.

* [Revision #ed3a91c](https://github.com/mariadb-corporation/mariadb-connector-c/commit/ed3a91c)\
  2019-07-25 11:50:31 +0200
  * [CONC-429](https://jira.mariadb.org/browse/CONC-429): Don't allow to load unknown authentication plugins
* [Revision #59780f9](https://github.com/mariadb-corporation/mariadb-connector-c/commit/59780f9)\
  2019-07-25 11:27:25 +0200
  * Revert "[CONC-429](https://jira.mariadb.org/browse/CONC-429): Don't allow to load unknown authentication plugins"
* [Revision #783fd10](https://github.com/mariadb-corporation/mariadb-connector-c/commit/783fd10)\
  2019-07-24 15:22:24 +0200
  * ed25519
* [Revision #59d214e](https://github.com/mariadb-corporation/mariadb-connector-c/commit/59d214e)\
  2019-07-23 17:51:55 +0200
  * Merge branch '3.1' of [mariadb-connector-c](https://github.com/MariaDB/mariadb-connector-c) into 3.1
* [Revision #158a2d7](https://github.com/mariadb-corporation/mariadb-connector-c/commit/158a2d7)\
  2019-07-22 09:40:53 +0200
  * \[[MENT-26](https://jira.mariadb.org/browse/MENT-26)] Adding Azure CI testing
* [Revision #73c4cde](https://github.com/mariadb-corporation/mariadb-connector-c/commit/73c4cde)\
  2019-07-23 17:49:59 +0200
  * Fixed typo in CMakeLists.txt
* [Revision #acc270b](https://github.com/mariadb-corporation/mariadb-connector-c/commit/acc270b)\
  2019-07-22 07:27:48 +0200
  * [CONC-429](https://jira.mariadb.org/browse/CONC-429): Don't allow to load unknown authentication plugins
* [Revision #5fa9c46](https://github.com/mariadb-corporation/mariadb-connector-c/commit/5fa9c46)\
  2019-07-18 13:51:03 +0200
  * Merge branch '3.0' into 3.1
* [Revision #0c20765](https://github.com/mariadb-corporation/mariadb-connector-c/commit/0c20765)\
  2019-07-18 13:42:29 +0200
  * Fix of memory leack in the test and end spaces.
Revision #970e929
CONC-380
Revision #b5bd0e5
Revision #77d051e
Revision #dc0f66f
CONC-345
Revision #0f48913
CONC-345
Revision #2674447
Revision #7406241
Revision #88a6d82
Revision #86829ab
Revision #9cb1322
CONC-400
Revision #7ba08bc
Revision #3e5e318
Revision #723d58d
Revision #c6724de
Revision #8c6c5e0
Revision #8823607
CONC-424
Revision #1e6919b
mariadb-connector-c
Revision #86a9e07
Revision #d09ac51
CONC-424
Revision #a0f0db4
Revision #7305318
Revision #3927466
Revision #a0d2974
Revision #cc5489f
Revision #808f48a
Revision #fe117c1
Revision #5e5bb66
Revision #c6b344d
CONC-423
Revision #94d87e8
Revision #ff13dd4
CONC-421
Revision #1c24dda
Revision #91a4352
mariadb-connector-c
Revision #f5ac962
Revision #690f74a
MDEV-19807

The most recent release of is:

Connector/C 3.4.8 Download Now

MariaDB Connector/C

This page is licensed: CC BY-SA / Gnu FDL