mirror of https://gitlab.com/basile.b/dexed.git
rlz
This commit is contained in:
parent
4120528c09
commit
64a1b24e9f
|
@ -1,9 +1,14 @@
|
|||
# v3.9.1-dev
|
||||
# v3.9.1
|
||||
|
||||
## Bugs fixed
|
||||
|
||||
- Other: Sigsegv upon starting dexed. (#33)
|
||||
- Other: the setting files could be corrupted when values contained mutli-bytes UTF-8 characters. (#19)
|
||||
- installers: fix the _rpm_ package since it required a dependency specific to the gitlab runner used to release.
|
||||
|
||||
## Other
|
||||
|
||||
- installers: adjusted the _.deb_ package to make it compatible with both Debian and Ubuntu. (#33)
|
||||
|
||||
# v3.9.0
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -24,19 +24,19 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
|||
|
||||
## Project information
|
||||
|
||||
- :bookmark: latest release: version 3.9.0, Sat 25 Apr 2020.
|
||||
- :bookmark: latest release: version 3.9.1, Tue 28 Apr 2020.
|
||||
- :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.0
|
||||
## Download version 3.9.1
|
||||
|
||||
[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.0) the zipped binaries or the zip that contains the setup program for you platform.
|
||||
[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.1) the zipped binaries or the zip that contains the setup program for you platform.
|
||||
|
||||
<!--
|
||||
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.0/downloads/binaries/dexed.3.9.0.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.0/downloads/binaries/dexed.3.9.0.linux64.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.0/downloads/binaries/dexed-3.9.0-0.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.0/downloads/binaries/dexed-3.9.0.amd64.deb)
|
||||
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.1/downloads/binaries/dexed.3.9.1.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.1/downloads/binaries/dexed.3.9.1.linux64.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.1/downloads/binaries/dexed-3.9.1-0.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.1/downloads/binaries/dexed-3.9.1.amd64.deb)
|
||||
-->
|
||||
|
||||
The _zip_ archives allow to move freely the files.
|
||||
|
|
|
@ -116,5 +116,5 @@ object CurrentProject: TNativeProject
|
|||
'setup.d'
|
||||
)
|
||||
ConfigurationIndex = 3
|
||||
version = '3.9.0'
|
||||
version = '3.9.1'
|
||||
end
|
||||
|
|
|
@ -1 +1 @@
|
|||
v3.9.0
|
||||
v3.9.1
|
||||
|
|
Loading…
Reference in New Issue