From c0ec024527918714a85209306bff8e4fa7333e35 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Fri, 7 Feb 2025 10:02:16 +0100 Subject: [PATCH] MAINT: Use correct patch version --- CHANGELOG.md | 14 +++++++++----- .../patch.sh | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) rename patches/{patch20250130-8.0.1 => patch20250130-8.1.0}/patch.sh (99%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b3348..e102be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/patches/patch20250130-8.0.1/patch.sh b/patches/patch20250130-8.1.0/patch.sh similarity index 99% rename from patches/patch20250130-8.0.1/patch.sh rename to patches/patch20250130-8.1.0/patch.sh index aca1f7a..5a09215 100755 --- a/patches/patch20250130-8.0.1/patch.sh +++ b/patches/patch20250130-8.1.0/patch.sh @@ -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" -- GitLab