summaryrefslogtreecommitdiffstats
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
commit7b008767fddd66f8809d11828d6e6fe115c44dac (patch)
tree673c904ebaabf16b20d8a1025c741d32e5d65ccc
parentabe8861b90656f18e88a40117353df6757674d7e (diff)
downloadmandoc-7b008767fddd66f8809d11828d6e6fe115c44dac.tar.gz
release 1.14.3VERSION.1.14.3
-rw-r--r--Makefile2
-rw-r--r--NEWS15
2 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7609aad..8062150c 100644
--- a/Makefile
+++ b/Makefile
@@ -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 7680f40e..0ac094fb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,21 @@ $Id$
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 ---