From d27cc8763259a47d90f449752b6dd059146a8420 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Tue, 27 Aug 2024 21:45:35 +0200 Subject: [PATCH] Update README and fix minor release-script issues --- README.md | 4 ++-- release/build-w64.sh | 2 +- release/git.publish | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf233cf9..09322481 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![CMake](https://github.com/chris2511/xca/actions/workflows/cmake.yaml/badge.svg)](https://github.com/chris2511/xca/actions/workflows/cmake.yaml) ## __Release Notes__ - * The latest release is *2.6.0* + * The latest release is *2.7.0* * Drivers for SQL Servers must be [installed separately](#sql-remote-database-drivers) since 2.5.0 - * Fix a lot of bugs + * Database Schema changed and is not backwards-compatible. Backup your database. * Please report issues on github ## __Changelog:__ diff --git a/release/build-w64.sh b/release/build-w64.sh index f80a1d8f..f1ac9f31 100644 --- a/release/build-w64.sh +++ b/release/build-w64.sh @@ -25,7 +25,7 @@ cd $TOP_DIR do_openssl cd $TOP_DIR -cmake -B "$BUILDDIR" -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH="$QT_DIR:$INSTALL_DIR" xca +cmake -B "$BUILDDIR" -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH="$QT_DIR:$INSTALL_DIR" $XCA_DIR cmake --build "$BUILDDIR" -j5 cmake --build "$BUILDDIR" -t install cd "$BUILDDIR" && cpack diff --git a/release/git.publish b/release/git.publish index c116a96a..11bbdaa8 100755 --- a/release/git.publish +++ b/release/git.publish @@ -20,6 +20,6 @@ cat << EOF After verifying the commits, tags and github release, finally do: git push origin --tags main - scp -r ${releasedir}/doc/html hohnstaedt.de:xca-doc/ + scp -r ${releasedir}/html hohnstaedt.de:xca-doc/ Un-draft the release on github EOF