This commit is contained in:
Basile Burg 2021-09-25 16:52:28 +02:00
parent 477ec85722
commit 957ca1321a
4 changed files with 15 additions and 11 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -1 +1 @@
v3.9.11
v3.9.12