From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from scc-mailout-kit-01.scc.kit.edu (scc-mailout-kit-01.scc.kit.edu [129.13.231.81]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 5abcf264 for ; Thu, 14 Jul 2016 09:48:25 -0500 (EST) Received: from asta-nat.asta.uni-karlsruhe.de ([172.22.63.82] helo=hekate.usta.de) by scc-mailout-kit-01.scc.kit.edu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (envelope-from ) id 1bNhw6-0003T1-L4 for discuss@mdocml.bsd.lv; Thu, 14 Jul 2016 16:48:24 +0200 Received: from donnerwolke.usta.de ([172.24.96.3]) by hekate.usta.de with esmtp (Exim 4.77) (envelope-from ) id 1bNhw4-0006eu-QS for discuss@mdocml.bsd.lv; Thu, 14 Jul 2016 16:48:20 +0200 Received: from athene.usta.de ([172.24.96.10]) by donnerwolke.usta.de with esmtp (Exim 4.84_2) (envelope-from ) id 1bNhw4-0006s1-Mo for discuss@mdocml.bsd.lv; Thu, 14 Jul 2016 16:48:20 +0200 Received: from localhost (athene.usta.de [local]) by athene.usta.de (OpenSMTPD) with ESMTPA id 6c5206a0 for ; Thu, 14 Jul 2016 16:48:20 +0200 (CEST) Date: Thu, 14 Jul 2016 16:48:20 +0200 From: Ingo Schwarze To: discuss@mdocml.bsd.lv Subject: mandoc-1.13.4 released Message-ID: <20160714144820.GA6433@athene.usta.de> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.2 (2016-07-01) Hello, mandoc = mdocml 1.13.4 is now publicly available from . After more than a year of development since 1.13.3, this is a regular maintenance release, fixing many bugs. This release contains almost the same mandoc code as the upcoming OpenBSD 6.0 release. Upgrading is recommended for all downstream projects. There are also some new features. In particular, - the man.conf(5) file format has been simplified - when using less(1), you can now jump to various internal targets like command line options, internal commands, environment variables, and command modifiers using the :t (tag) command inside less - a soelim(1) implementation by Baptiste Daroussin is included - for privilege limitation, OpenBSD pledge(2) or OS X sandbox_init(3) are used when available - man.cgi(8) now supports short URIs like http://man.openbsd.org/mdoc - one unified stylesheet is used rather than three different ones See for more details about fixed bugs and new features. Thanks to Baptiste Daroussin, Anthony Bentley, and Todd Miller for code contributions, Jonathan Gray for yet more testing with afl(1), and Svyatoslav Mishyn and Sevan Janiyan for extensive release testing. Many others sent in patches, reported bugs, suggested features, and helped with testing, see the NEWS file for a full list. Yours, Ingo P.S. It seems likely that this will be the last release needing SQLite for database support. I have started work on removing the dependency on SQLite without loss of functionality and without needing any replacement, relying on POSIX interfaces only. So it is likely that we will have a 1.14.1 release this autumn that no longer needs SQLite. Then again, if there is substantial demand, i might maintain the 1.13 branch for some time in parallel. -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv