aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-28 19:06:04 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-03-28 22:53:07 +0100
commita6e64b01f81161cc614f238c37eb56f91cc4247f (patch)
tree4dc346c697465c51bfabae5cd51d535827df76e0 /ChangeLog
parentf6d6fcb6ebdb8079ffa69fb5545714b14ed5fd5c (diff)
Handle .exe extension in Windows for dpis
On Cygwin the binaries have the ".exe" extension, so the logic to detect dpi files has to take it into account when scanning the dpi_dir. The extension DPI_EXT is defined to ".dpi" or ".dpi.exe" depending on the platform extension discovered by autoconf. Similarly, the dpidrc configuration file is also configured to match the name of the DPI binaries. See: https://github.com/cygwinports-extras/dillo/blob/master/3.0.2-exeext.patch Fixes: https://github.com/dillo-browser/dillo/issues/105
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef21bf61..ba0fb951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,7 @@ dillo-3.1 [not released yet]
- Expand home tilde '~' in the file plugin.
- Ignore width attribute with relative values for td and th elements.
- Enable Doxygen for C files and use Awesome Doxygen theme.
+ - Fix DPIs extension (.dpi.exe) in Windows systems via Cygwin.
Patches: Rodrigo Arias Mallo <rodarima@gmail.com>
-----------------------------------------------------------------------------