Skip to content
Snippets Groups Projects
Commit c0ec0245 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Use correct patch version

parent b3638eb8
No related branches found
No related tags found
1 merge request!33Fix accent sensitivity
Pipeline #60676 passed
......@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
- New version requirement: MariaDB 11.2 or later.
### Changed
### Deprecated
### Removed
......@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- [SQL dump migration can now be applied twice](https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60): Fixed an error in the regex.
- [linkahead-server#264 Queries ignore accents and umlauts](https://gitlab.com/linkahead/linkahead-server/-/issues/264): Changed to more appropriate
collation and character sets.
- [SQL dump migration can now be applied
twice](https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60):
Fixed an error in the regex.
- [linkahead-server#264](https://gitlab.com/linkahead/linkahead-server/-/issues/264)
Queries ignore accents and umlauts: Changed to more appropriate
collation and character sets. This requires MariaDB 11.2 or later,
see above.
### Security
......
......@@ -24,7 +24,7 @@
# Set the collation so that accents on characters become relevant.
OLD_VERSION="v8.0.0"
NEW_VERSION="v8.0.1"
NEW_VERSION="v8.1.0"
if [ -z "$UTILSPATH" ]; then
UTILSPATH="../utils"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment