remove unfortunate JSON property leading to double "lib" prefix and add temp changelog

This commit is contained in:
Basile Burg 2020-04-17 14:07:57 +02:00
parent a41bb22e48
commit 52a39f56ca
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# v3.9.0-dev
## Other
- Toolchain: removed he background tool _dastworx_ and replaced it with a library called _libdexed-d_. Although this will not change the user experience:
- Thousands of system calls to create the process and read its streams are saved.
- ddemangle not required anymore.
- crash in the new library will be fatal, i.e the IDE will have to be relaunched, while previously the tool was launched again, without significant impact on the IDE.
# v3.8.4
## Bugs fixed

View File

@ -2,7 +2,7 @@
"name" : "dexed-d",
"targetType" : "dynamicLibrary",
"targetPath" : "../bin",
"targetName" : "libdexed-d",
"targetName" : "dexed-d",
"dependencies" : {
"libdparse" : {
"path" : "../etc/libdparse"

View File

@ -5,7 +5,7 @@ cd win32
7z a -tzip -mx9^
..\output\dexed.%ver%.win32.zip^
dcd.license.txt dexed.license.txt^
dexed.exe libdexed-d.dll^
dexed.exe dexed-d.dll^
dexed.ico dexed.png^
dcd-server.exe dcd-client.exe dscanner.exe^
libeay32.dll ssleay32.dll

View File

@ -5,7 +5,7 @@ cd win64
7z a -tzip -mx9^
..\output\dexed.%ver%.win64.zip^
dcd.license.txt dexed.license.txt^
dexed.exe libdexed-d.dll^
dexed.exe dexed-d.dll^
dexed.ico dexed.png^
dcd-server.exe dcd-client.exe dscanner.exe^
libeay32.dll ssleay32.dll