summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJan Seeger <jan.seeger@thenybble.de>2023-08-06 13:25:38 +0000
committerColin Watson <cjwatson@chiark.greenend.org.uk>2023-08-06 13:25:38 +0000
commit249eea5120da1d7717880e3afb2138384637798a (patch)
treed875f8bc991e90f5e7f8fa9020dfc995d78a3091 /NEWS.md
parent479db004691e5780045d06254e0c247e1b828dd2 (diff)
Fixed add_man_subdirs to correctly add PATH elements with trailing paths
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 554b4bb3..d4ef874d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,8 @@ Fixes:
* Fix test failures when a working `iconv` is not available.
* Ensure that timestamps read from the database can go past the year 2038,
even on systems where this is not the default.
+ * Fix `manpath` not parsing `PATH` entries with trailing slash correctly
+ for guessing `MANPATH` entries.
Improvements: