aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit90ed80e67073551a6016a57cbfb8d9804446e173 (patch)
tree160b5cae65563d5ef1a1bf210af187f268fa4c8c /NEWS
parent542b6aa18abe9cadcf68c4a5c88bde4353e5eac9 (diff)
downloadmandoc-90ed80e67073551a6016a57cbfb8d9804446e173.tar.gz
mandoc-90ed80e67073551a6016a57cbfb8d9804446e173.tar.zst
mandoc-90ed80e67073551a6016a57cbfb8d9804446e173.zip
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--NEWS5
1 files changed, 1 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 61006b5e..f47a807d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.5 2014/08/10 16:32:57 schwarze Exp $
+$Id: NEWS,v 1.6 2014/08/11 01:39:00 schwarze Exp $
This file lists the most important changes in the mdocml.bsd.lv distribution.
@@ -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.