summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-10-07 22:44:42 +0100
committerColin Watson <cjwatson@debian.org>2022-10-07 22:44:42 +0100
commit297e0cdd7240ef51bd8145d13e70065914bba18d (patch)
tree628ab01b447c30b17552e85882a294053e6b31cf /NEWS.md
parentf2a2535dea3f3e32011d1b7df749062ad93f0b4f (diff)
Fix installation on systems with non-empty EXEEXT
* src/Makefile.am (install-exec-hook): Add `$(EXEEXT)` to `chown`/`chmod` calls. * NEWS.md: Document MinGW portability work.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index c77fe4c1..c23f9ab2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -19,6 +19,8 @@ Fixes:
* `man` now runs any required preprocessors in the same order that `groff`
does, rather than trusting the order of filters in a page's preprocessor
string.
+ * Fix building on MinGW. (I haven't been able to test this; help from
+ MinGW experts would be welcome.)
Improvements: