forked from MariaDB/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
222 changed files
with
7,304 additions
and
3,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
MariaDB is brought to you by the MariaDB foundation, a USA non profit | ||
organization. | ||
MariaDB is brought to you by the MariaDB Foundation, a non profit | ||
organization registered in the USA. | ||
|
||
The current main members and sponsors of the MariaDB foundation are: | ||
The current main members and sponsors of the MariaDB Foundation are: | ||
|
||
Automattic http://automattic.com (2014) | ||
SkySQL Ab http://www.skysql.com (2013, 2014) | ||
Booking.com http://www.booking.com (2013) | ||
Parallels http://www.parallels.com/products/plesk (2013) | ||
MariaDB Corporation http://www.mariadb.com (2013 - 2016) | ||
Booking.com http://www.booking.com (2013 - 2016) | ||
Parallels http://www.parallels.com/products/plesk (2013 - 2016) | ||
Automattic http://automattic.com (2014 - 2016) | ||
Verkkokauppa.com http://verkkokauppa.com (2015 - 2016) | ||
Visma http://visma.com/ (2015 - 2016) | ||
Webyog http://webyog.com (2015 - 2016) | ||
Wikimedia Foundation http://wikimedia.org (2015 - 2016) | ||
Acronis http://acronis.com (2016) | ||
|
||
For a full list of supporters and sponsors see | ||
https://mariadb.org/en/supporters/ | ||
https://mariadb.org/about/supporters/ | ||
|
||
You can also do this by doing SHOW CONTRIBUTORS. | ||
You can also do this by running SHOW CONTRIBUTORS. | ||
|
||
For all corporate memberships and sponsorships please contact the | ||
MariaDB foundation Board via [email protected]. | ||
MariaDB Foundation Board via [email protected]. | ||
|
||
The MariaDB foundation is responsible for the MariaDB source | ||
The MariaDB Foundation is responsible for the MariaDB source | ||
repository, the official MariaDB binaries and http://mariadb.org. | ||
|
||
The MariaDB foundation provides also, among other things, the | ||
The MariaDB Foundation also provides, among other things, the | ||
following services to the MariaDB community: | ||
|
||
- Code reviews and applying patches for MariaDB | ||
|
@@ -28,17 +33,19 @@ following services to the MariaDB community: | |
- Bug fixing in MariaDB (for bugs that affects a large part of the community) | ||
- Building the official MariaDB binaries | ||
- Maintaining http://mariadb.org | ||
- Documenting MariaDB in the MariaDB Knowledge Base http://mariadb.com/kb | ||
|
||
To be able to do the above we need help from cooperations and individuals! | ||
To be able to do the above we need help from corporations and individuals! | ||
|
||
You can help support MariaDB by be becoming a MariaDB developer or a | ||
member or sponsor of the MariaDB foundation! | ||
You can help support MariaDB by becoming a MariaDB developer or a | ||
member or sponsor of the MariaDB Foundation. To donate or sponsor, | ||
go to https://mariadb.org/donate/ | ||
|
||
You can get a list of all main authors of MariaDB / MySQL by doing | ||
You can get a list of all the main authors of MariaDB / MySQL by running | ||
SHOW AUTHORS; | ||
|
||
You can get a list sponsors and contributors by doing | ||
You can get a list sponsors and contributors by running | ||
SHOW CONTRIBUTORS; | ||
|
||
You can read more about the MariaDB foundation at: | ||
https://mariadb.org/en/foundation/ | ||
You can read more about the MariaDB Foundation at: | ||
https://mariadb.org/about/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
MYSQL_VERSION_MAJOR=10 | ||
MYSQL_VERSION_MINOR=1 | ||
MYSQL_VERSION_PATCH=12 | ||
MYSQL_VERSION_EXTRA= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,17 @@ before calling SSL_new(); | |
|
||
*** end Note *** | ||
|
||
yaSSL Release notes, version 2.3.9 (12/01/2015) | ||
This release of yaSSL fixes two client side Diffie-Hellman problems. | ||
yaSSL was only handling the cases of zero or one leading zeros for the key | ||
agreement instead of potentially any number. This caused about 1 in 50,000 | ||
connections to fail when using DHE cipher suites. The second problem was | ||
the case where a server would send a public value shorter than the prime | ||
value, causing about 1 in 128 client connections to fail, and also | ||
caused the yaSSL client to read off the end of memory. All client side | ||
DHE cipher suite users should update. | ||
Thanks to Adam Langely ([email protected]) for the detailed report! | ||
|
||
yaSSL Release notes, version 2.3.8 (9/17/2015) | ||
This release of yaSSL fixes a high security vulnerability. All users | ||
SHOULD update. If using yaSSL for TLS on the server side with private | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.