mirror of https://gitlab.com/basile.b/dexed.git
remove unfortunate JSON property leading to double "lib" prefix and add temp changelog
This commit is contained in:
parent
a41bb22e48
commit
52a39f56ca
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name" : "dexed-d",
|
||||
"targetType" : "dynamicLibrary",
|
||||
"targetPath" : "../bin",
|
||||
"targetName" : "libdexed-d",
|
||||
"targetName" : "dexed-d",
|
||||
"dependencies" : {
|
||||
"libdparse" : {
|
||||
"path" : "../etc/libdparse"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue