Release date: 12 Nov 2024
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revisions for both Connector/C 3.4.2 and 3.4.3 are included here
2024-11-08 12:19:05 +0100
Merge branch '3.3' into 3.4
2024-11-08 06:58:54 +0100
Bump version number -> 3.3.13
2024-11-07 08:47:37 +0100
Merge branch '3.3' into 3.4
2024-11-07 08:47:12 +0100
Merge 3.1 into 3.3
2024-11-06 23:11:06 +0100
post-fix.
2024-11-06 11:56:12 -0500
bump the VERSION
2024-11-05 13:23:49 -0800
bump the VERSION to 3.4.3
2024-11-05 12:51:51 +0100
Fix for :
2024-10-30 15:10:00 +0100
Make it ccording C11 standard
2024-10-30 08:38:28 +0100
Schannel - parse TLSv1.0, but ignore attempt to use it
2024-10-24 14:12:54 +0200
fix certificate verification for GnuTLS
2024-10-25 10:37:47 +0200
Man page fixes:
2024-10-25 10:35:10 +0200
Merge branch '3.3' into 3.4
2024-10-25 07:38:00 +0200
Set manpage version to 3.3
2024-10-24 20:50:13 +0200
Updated man pages (rebuilt with pandoc 3.5)
2024-10-24 20:34:23 +0200
remove "find_package(Doxygen)", it not used here
2024-10-24 20:20:54 +0200
restore manpages to allow builds w/o pandoc
2024-10-23 13:08:42 +0200
Follow up of d4a8ca92093c60170e924d6f9b73a3213b4b31c3
2024-10-23 08:04:21 +0200
: Remove OFF option for WITH_SSL
2024-10-22 13:50:24 +0200
Merge branch '3.3' into 3.4
2024-10-22 13:26:50 +0200
Fix for
2024-10-18 13:51:52 +0200
: Failed to initialise non-blocking API on OpenBSD arm64
2023-11-05 12:34:37 +0100
fix compilation errors with -flto
2023-11-05 12:32:35 +0100
change plugin TYPE in the REGISTER_PLUGIN to something useful
2023-11-05 12:31:13 +0100
fix meaningless code in mariadb_time_to_string()
2024-10-08 14:58:55 +0200
Merge pull request #257 from knielsen/mdev34859_non_blocking_api_aarch64_boost_context
2024-09-05 13:56:44 +0200
Implement boost::context as a fallback for non-blocking API support
2024-09-04 21:30:22 +0200
: Failed to initialise non-blocking API on OpenBSD arm64
2024-10-14 14:41:41 +0200
remove comment
2024-10-10 15:22:57 +0200
Remove doxygen check
2024-10-02 10:23:40 +0200
Travis fixes:
2024-10-01 17:05:24 +0200
Fix install location of manpages
2024-09-30 13:45:58 +0200
Documentation generation: Supress warnings
2024-09-30 10:53:36 +0200
: Fix documentation (man pages) installation
2024-09-25 19:54:02 +0200
ed25519: Remove server/client definition
2024-09-25 17:18:04 +0200
Build fix:
2024-09-25 08:28:56 +0200
TLS test fix:
2024-09-25 08:08:39 +0200
Fix for : Always set verification callback (OpenSSL)
2024-09-24 12:08:42 +0200
Fix for : wrong error message (incorrect fp)
2024-09-21 17:47:44 +0200
TLS verification: Added support for envvar MARIADB_TLS_DISABLE_PEER_VERIFICATION
2024-09-21 15:34:26 +0200
Merge branch '3.3' into 3.4
2024-09-21 15:33:49 +0200
Merge branch '3.1' into 3.3
2024-09-20 16:52:46 +0200
Fix possible crash, if no default plugin was loaded.
2024-09-20 08:38:52 +0200
Merge branch '3.3' into 3.4
2024-09-20 08:35:24 +0200
Merge branch '3.1' into 3.3
2024-09-20 08:32:21 +0200
Merge pull request #254 from grooverdan/3.1--undef-behaviour
2024-09-18 17:19:43 +1000
Undefined behavior in the reference Ed25519 implementation
2024-09-14 16:16:04 +0200
Fix for :
2024-09-12 18:44:51 +0200
Fix typo (thanks to OttoK).
2024-09-12 14:21:10 +0200
Fixed build of manpages
2024-09-17 10:58:25 +0200
OpenSSL timeout fix:
2024-09-17 10:45:00 +0200
Merge pull request #253 from mariadb-corporation/revert-250-wait_io_or_timeout-fixes
2024-09-15 07:18:44 +0200
Revert "Fix usage of wait_io_or_timeout from TLS layers"
2024-09-12 19:40:45 +0200
Merge pull request #250 from azat-ch/wait_io_or_timeout-fixes
2024-07-01 15:36:52 +0200
Fix usage of wait_io_or_timeout from TLS layers
2024-09-10 07:19:12 +0200
Simplify tls_verification_callback
2024-09-09 14:27:35 +0200
Travis fix (caused by previous merge)
2024-09-09 11:12:56 +0200
: Don't verify hostname on local connection
2024-09-09 10:36:45 +0200
: Added TLS verification callback support
2024-09-06 10:58:57 +0200
GnuTLS fixes:
2024-09-03 07:53:59 +0200
Fix parsec build errors (posix)
2024-09-03 07:33:57 +0200
Replaced _Thread_local by thread
2024-09-03 06:06:19 +0200
Test fix: Fix paths for tls_server
2024-08-31 08:27:48 +0200
Disable TLSv1.0 test
2024-08-31 07:53:46 +0200
Save the result of peer certificate verification
2024-08-31 07:37:31 +0200
Merge branch '3.3' into 3.4
2024-08-06 13:48:14 +0200
Folow up of Schannel:
2024-08-05 13:26:36 +0200
Merge branch '3.3-wlad-schannel' into 3.3
2024-07-31 13:49:30 +0200
Fix "set but not used" warnings.
2024-07-30 11:53:57 +0200
Schannel : support TLSv1.3
2024-07-29 21:55:08 +0200
Schannel - handle SEC_I_RENEGOTIATE, prepare for TLSv1.3
2024-07-29 11:53:15 +0200
Merge branch '3.1' into 3.3
2024-07-28 03:46:50 +0200
"SEC_E_ALGORITHM_MISMATCH" connecting Windows client to Ubuntu
2024-07-19 10:16:56 +0200
Travis fix: use export instead of set command
2024-06-18 11:01:17 -0400
bump the VERSION
2024-05-14 13:58:20 +0200
travis: removed skysql
2024-07-31 06:01:21 +0200
Bump version number -> 3.3.12
2024-03-12 13:18:47 +0100
On Windows, build auth_gssapi_client statically and dynamically.
2024-08-30 13:22:23 +0200
: Added parsec support for Windows
2024-08-30 07:39:46 +0200
Fix compiler warnings (schannel.c)
2024-08-29 08:19:22 +0200
: Fix parsec build (OpenSSL)
2024-08-28 18:22:53 +0200
Fixed plugin header and added parsec test
2024-08-28 15:04:15 +0200
Fix for and
2024-08-20 20:38:30 -0400
bump the VERSION
This page is licensed: CC BY-SA / Gnu FDL