Add MXS-1032 to the release notes

Added MXS-1032 to the rease notes.
This commit is contained in:
Markus Mäkelä
2017-03-14 13:41:43 +02:00
parent b7e29fb6f0
commit 78b6b4d4e4

View File

@ -20,6 +20,13 @@ report at [Jira](https://jira.mariadb.org).
The MySQLAuth module now supports all types of wildcards for both IP addresses The MySQLAuth module now supports all types of wildcards for both IP addresses
as well as hostnames. as well as hostnames.
### Configurable Connector-C Plugin Directory
The Connector-C used by MaxScale can now be configured to load authentication
plugins from a specific directory with the new `connector_plugindir`
parameter. Read the [Configuration Guide](../Getting-Started/Configuration-Guide.md)
for more details about this new parameter.
## New Features ## New Features
### IPv6 Support ### IPv6 Support
@ -31,6 +38,8 @@ well as being able to listen on IPv6 addresses.
[Here is a list of bugs fixed since the release of MaxScale 2.1.1.](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20in%20(Fixed%2C%20Done)%20AND%20fixVersion%20%3D%202.1.2%20AND%20fixVersion%20NOT%20IN%20(2.1.1)) [Here is a list of bugs fixed since the release of MaxScale 2.1.1.](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20in%20(Fixed%2C%20Done)%20AND%20fixVersion%20%3D%202.1.2%20AND%20fixVersion%20NOT%20IN%20(2.1.1))
* [MXS-1032](https://jira.mariadb.org/browse/MXS-1032) missing mysql_clear_password.so plugin
## Known Issues and Limitations ## Known Issues and Limitations
There are some limitations and known issues within this version of MaxScale. There are some limitations and known issues within this version of MaxScale.