aboutsummaryrefslogtreecommitdiffstatshomepage
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
parent4aac2c71991f01c5694f74c4b7506926bc92ea17 (diff)
downloadmandoc-VERSION_1_14_3.tar.gz
mandoc-VERSION_1_14_3.tar.zst
mandoc-VERSION_1_14_3.zip
release 1.14.3VERSION_1_14_3
-rw-r--r--Makefile4
-rw-r--r--NEWS17
2 files changed, 18 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9507d991..bbababa2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.516 2017/07/20 16:24:53 schwarze Exp $
+# $Id: Makefile,v 1.517 2017/08/05 13:34:39 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-VERSION = 1.14.2
+VERSION = 1.14.3
# === LIST OF FILES ====================================================
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 ---