aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-08-05 13:34:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-08-05 13:34:39 +0000
commit0b60d089a3f7d62f185c353227572d01e5f2f8dd (patch)
tree203febdc550a597bf0ef314cf214b6588c3a5aa8 /NEWS
parent4aac2c71991f01c5694f74c4b7506926bc92ea17 (diff)
downloadmandoc-0b60d089a3f7d62f185c353227572d01e5f2f8dd.tar.gz
mandoc-0b60d089a3f7d62f185c353227572d01e5f2f8dd.tar.zst
mandoc-0b60d089a3f7d62f185c353227572d01e5f2f8dd.zip
release 1.14.3VERSION_1_14_3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d62ac4b7..1bc72236 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
-$Id: NEWS,v 1.26 2017/07/28 14:57:56 schwarze Exp $
+$Id: NEWS,v 1.27 2017/08/05 13:34:39 schwarze Exp $
This file lists the most important changes in the mandoc.bsd.lv distribution.
+Changes in version 1.14.3, released on August 5, 2017
+
+ --- BUG FIXES ---
+ * man(7): Do not crash with out-of-bounds read access to a constant
+ array if .sp or a blank line immediately precedes .SS or .SH.
+ * mdoc(7): Do not crash with out-of-bounds read access to a constant
+ array if .sp or a blank line precede the first .Sh macro.
+ * tbl(7): Ignore explicitly specified negative column widths rather than
+ wrapping around to huge numbers and risking memory exhaustion.
+ * man(1): No longer use names that only occur in the SYNOPSIS section.
+ Gets rid of some surprising behaviour and bogus warnings.
+ --- THANKS TO ---
+ Leah Neukirchen (Void Linux), Markus Waldeck (Debian),
+ Peter Bui (nd.edu), and Yuri Pankov (illumos) for bug reports.
+
Changes in version 1.14.2, released on July 28, 2017
--- MAJOR NEW FEATURES ---