summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-11 01:39:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-11 01:39:00 +0000
commit1898ad520c080ec1da6fad8c0b4e0b6644672104 (patch)
tree770318e8c67a960df906c4824528afdea70e8ae5 /NEWS
parenta48dab80b41e90194711a45e5012659b7a83da4f (diff)
downloadmandoc-1898ad520c080ec1da6fad8c0b4e0b6644672104.tar.gz
Provide a fallback version of fts(3) for systems lacking it.
I chose the OpenBSD version because it apparently contains various bugfixes that never made it into libnbcompat. To reduce size and complexity, i stripped out the features we don't need.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1403f53a..ae14cb1e 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,6 @@ Changes in version 1.13.1, released on August 10, 2014
--- MAJOR NEW FEATURES ---
* A complete apropos(1)/makewhatis(8)/man.cgi(8) suite
based on SQLite3 is now included.
- CAVEAT: This also requires a working fts(3) implementation.
- If your system lacks that *and* you want apropos(1)/makewhatis(8),
- stay with 1.12.3 for now, then go to 1.12.4 and 1.13.2.
* The roff(7) parser now provides an almost complete implementation
of numerical expressions.
* Warning and error messages have been improved in many ways.