From 957ca1321ac4bdca6eb2e4af10fe53d6ee84845b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 25 Sep 2021 16:52:28 +0200 Subject: [PATCH] rlz --- CHANGELOG.md | 5 +++-- README.md | 12 ++++++------ setup/readme.md | 7 +++++-- setup/version.txt | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4f3d98..102c4c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.12-dev +# v3.9.12 ## Enhancement @@ -24,7 +24,8 @@ ## Other -- can be build with Lazarus 2.2 but backward compatible 2.0 +- can be build with Lazarus 2.2 but backward compatible 2.0.z. +- provided binaries are build with Lazarus 2.0.12 due to 2.2 not being released. # v3.9.11 diff --git a/README.md b/README.md index f73641cf..cb825cb8 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,16 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.9.11, Mon 19 Apr 2021. +- :bookmark: latest release: version 3.9.12, Sat 25 Sept 2021. - :scroll: licensed under the terms of the Boost software license. - :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). -## Download version 3.9.11 +## Download version 3.9.12 -- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.11/downloads/binaries/dexed.3.9.11.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.11/downloads/binaries/dexed.3.9.11.linux64.zip) -- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.11/downloads/binaries/dexed-3.9.11-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.11/downloads/binaries/dexed-3.9.11.amd64.deb) +- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed.3.9.12.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed.3.9.12.linux64.zip) +- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed-3.9.12-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed-3.9.12.amd64.deb) The _zip_ archives allow to move freely the files. The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention. diff --git a/setup/readme.md b/setup/readme.md index 48bca13b..c672e023 100644 --- a/setup/readme.md +++ b/setup/readme.md @@ -23,8 +23,11 @@ Same tools as to build plus: ## Building a dexed release -- add a git tag, update the occurences of the tag in the main readme. +- prepare what will be the new tag, following semantic versioning rules +- update the occurences of the tag in the main readme. - change the content of the _version.txt_ accordingly. -- in the project root directory `bash setup/build-release.sh` +- commit the changes, for historic reasons the commit message should be "rlz" +- add a git tag on the commit just created. +- in the project root directory run `bash setup/build-release.sh` The installers are produced in the _output_ directory. diff --git a/setup/version.txt b/setup/version.txt index 3469dc21..50865eeb 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.11 +v3.9.12