This commit is contained in:
Basile Burg 2022-06-07 09:16:51 +02:00
parent 2bf823e685
commit 8e2adaeb88
4 changed files with 13 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# v3.9.19-dev # v3.9.19
## Enhancements ## Enhancements

View File

@ -24,16 +24,16 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
## Project information ## Project information
- :bookmark: latest release: version 3.9.18, Mon 16 May 2022. - :bookmark: latest release: version 3.9.19, Tue 7 June 2022.
- :scroll: licensed under the terms of the Boost software license. - :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). - :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.18 ## Download version 3.9.19
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed.3.9.18.linux64.setup.zip) - :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed.3.9.19.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed.3.9.18.linux64.zip) - :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed.3.9.19.linux64.zip)
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed-3.9.18-0.x86_64.rpm) - :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed-3.9.19-0.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed-3.9.18.amd64.deb) - :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed-3.9.19.amd64.deb)
The _zip_ archives allow to move freely the files. 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. 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

@ -937,7 +937,7 @@
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Debugging> <Debugging>
<Exceptions Count="3"> <Exceptions Count="4">
<Item1> <Item1>
<Name Value="EAbort"/> <Name Value="EAbort"/>
</Item1> </Item1>
@ -947,6 +947,9 @@
<Item3> <Item3>
<Name Value="EFOpenError"/> <Name Value="EFOpenError"/>
</Item3> </Item3>
<Item4>
<Name Value="EParserError"/>
</Item4>
</Exceptions> </Exceptions>
</Debugging> </Debugging>
</CONFIG> </CONFIG>

View File

@ -1 +1 @@
v3.9.18 v3.9.19