From aae48bf33f0e654ee8f10dcdc9a77d51778bf5a9 Mon Sep 17 00:00:00 2001 From: Oliver Knoll Date: Sun, 29 Jan 2023 13:58:10 +0100 Subject: [PATCH] Preflight 0.14 --- README.md | 2 +- RELEASE.md | 22 +++++++++++----------- SECURITY.md | 4 ++-- res/Info.plist.in | 2 +- res/SkyDolly.rc.in | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 903bb7e0b..e7629cf67 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Why don't you try it with one of the guided ["Tell Tours"](https://github.com/ti Go to [Releases](https://github.com/till213/SkyDolly/releases) and download the latest release. -Latest (pre-)release: **Sky Dolly 0.13.1** +Latest (pre-)release: **Sky Dolly 0.14.0** Compute and compare your checksum against the [published SHA-256 checksums](SHASUM256.md), to verify the integrity of your downloaded copy. diff --git a/RELEASE.md b/RELEASE.md index 08a3cfd73..6206d9dfc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,12 +4,12 @@ ## Preflight ### Version info - Ensure that the proper project version has been set in the main [CMakeLists.txt](CMakeLists.txt) - * E.g. `VERSION 0.13.0` + * E.g. `VERSION 0.14.0` - Ensure that the copyright year in [SkyDolly.rc.in](res/SkyDolly.rc.in) and (Info.plist.in)[res/Info.plist.in] is up to date - Choose and set a suitable "version codename" in [Version.cpp](src/Kernel/src/Version.cpp) - Update the "preview dialog" message in [MainWindow.cpp](src/UserInterface/src/MainWindow.cpp) - Adjust the `PreviewInfoDialogBase` in [Settings.cpp](src/Kernel/src/Settings.cpp) in order to show the preview dialog three times -- Adjust the _Latest (pre-)release: Sky Dolly 0.13.0_ in [README.md](README.md) +- Adjust the _Latest (pre-)release: Sky Dolly 0.14.0_ in [README.md](README.md) - Adjust the supported versions in [SECURITY.md](SECURITY.md) ### Settings @@ -31,7 +31,7 @@ - Repeat on macOS and Linux ### Package -- Create a new package folder, e.g. `SkyDolly-v0.13.0` +- Create a new package folder, e.g. `SkyDolly-v0.14.0` - Copy all executables and libraries from the build `bin` folder into the new package folder (e.g. simply `SkyDolly`) - Ensure that the following dependencies are in the package folder: * platforms/qwindows.dll @@ -69,15 +69,15 @@ - Open a Sky Dolly v0.6 logbook (create a copy first) ## Take-Off -- ZIP the package folder (e.g. `SkyDolly-v0.13.0.zip`) +- ZIP the package folder (e.g. `SkyDolly-v0.14.0.zip`) ### GitHub - Create a new release (https://github.com/till213/SkyDolly/releases/new) -- Choose a tag, e.g. `v0.13.0` +- Choose a tag, e.g. `v0.14.0` - Ensure that _Target_ is set to `main` -- Choose a title, e.g. `Sky Dolly 0.13.0` +- Choose a title, e.g. `Sky Dolly 0.14.0` - Provide a description (summary of the changelog) -- Attach the ZIP archive (e.g. `SkyDolly-v0.13.0.zip`) +- Attach the ZIP archive (e.g. `SkyDolly-v0.14.0.zip`) - Check the _This is a pre-release_ option (as appropriate) Description template: @@ -100,10 +100,10 @@ Description template: ## Climb - Fetch the new tag: `git pull` -- Create a bug fix branch, e.g.: `git branch 0.13.0`, `git checkout 0.13.0` -- Bump the version to e.g. `0.13.1` in the main [CMakeLists.txt](CMakeLists.txt) -- Commit, e.g. `git commit -m "Bump version to 0.13.1"` -- Push, e.g. `git push --set-upstream origin 0.13.0` +- Create a bug fix branch, e.g.: `git branch 0.14.0`, `git checkout 0.14.0` +- Bump the version to e.g. `0.14.1` in the main [CMakeLists.txt](CMakeLists.txt) +- Commit, e.g. `git commit -m "Bump version to 0.14.1"` +- Push, e.g. `git push --set-upstream origin 0.14.0` - Switch back to _main_: `git checkout main` - Update the shasum in (SHASUM256.md)[SHASUM256.md] diff --git a/SECURITY.md b/SECURITY.md index c67aadf13..578fd8759 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Sky Dolly is still in active development. Minor bugs will be typically fixed in | Version | Supported | | ------- | ------------------ | -| 0.13.x | :white_check_mark: | -| < 0.13 | :x: | +| 0.14.x | :white_check_mark: | +| < 0.14 | :x: | ## Reporting a Vulnerability diff --git a/res/Info.plist.in b/res/Info.plist.in index 27a33c94e..0996c66dd 100644 --- a/res/Info.plist.in +++ b/res/Info.plist.in @@ -21,6 +21,6 @@ CFBundleVersion @PROJECT_VERSION@ NSHumanReadableCopyright - Copyright 2022 Oliver Knoll + Copyright 2023 Oliver Knoll diff --git a/res/SkyDolly.rc.in b/res/SkyDolly.rc.in index ed5f1f752..2a039848a 100644 --- a/res/SkyDolly.rc.in +++ b/res/SkyDolly.rc.in @@ -25,7 +25,7 @@ BEGIN VALUE "InternalName", "@PROJECT_APPLICATION_NAME@" VALUE "FileDescription", "@PROJECT_DESCRIPTION@" VALUE "CompanyName", "@PROJECT_ORGANISATION_NAME@" - VALUE "LegalCopyright", "(c) 2022" + VALUE "LegalCopyright", "(c) 2023" VALUE "ProductName", "@PROJECT_APPLICATION_NAME@" END END