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 ...@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Changed
- New version requirement: MariaDB 11.2 or later. - New version requirement: MariaDB 11.2 or later.
### Changed
### Deprecated ### Deprecated
### Removed ### Removed
...@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### 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. - [SQL dump migration can now be applied
- [linkahead-server#264 Queries ignore accents and umlauts](https://gitlab.com/linkahead/linkahead-server/-/issues/264): Changed to more appropriate twice](https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60):
collation and character sets. 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 ### Security
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# Set the collation so that accents on characters become relevant. # Set the collation so that accents on characters become relevant.
OLD_VERSION="v8.0.0" OLD_VERSION="v8.0.0"
NEW_VERSION="v8.0.1" NEW_VERSION="v8.1.0"
if [ -z "$UTILSPATH" ]; then if [ -z "$UTILSPATH" ]; then
UTILSPATH="../utils" UTILSPATH="../utils"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment