Module Name: src Committed By: christos Date: Sat Mar 18 15:25:41 UTC 2017
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new mdocml; fix sqlite To generate a diff of this commit: cvs rdiff -u -r1.1423 -r1.1424 src/doc/3RDPARTY cvs rdiff -u -r1.2261 -r1.2262 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1423 src/doc/3RDPARTY:1.1424 --- src/doc/3RDPARTY:1.1423 Tue Mar 14 17:22:59 2017 +++ src/doc/3RDPARTY Sat Mar 18 11:25:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1423 2017/03/14 21:22:59 snj Exp $ +# $NetBSD: 3RDPARTY,v 1.1424 2017/03/18 15:25:40 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -862,7 +862,7 @@ Notes: Package: mdocml Version: 1.14.1 -Current Vers: 1.13.4 +Current Vers: 1.14.1 Maintainer: Kristaps Džonsons Archive Site: http://mdocml.bsd.lv/snapshots/ Home Page: http://mdocml.bsd.lv/ @@ -1285,7 +1285,7 @@ arithmetic code is unchanged, though, an original. Package: sqlite -Version: 3.13.0 +Version: 3.17.0 Current Vers: 3.17.0 Maintainer: Richard Hipp <d...@sqlite.org> Home Page: http://www.sqlite.org Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2261 src/doc/CHANGES:1.2262 --- src/doc/CHANGES:1.2261 Sat Mar 11 13:24:22 2017 +++ src/doc/CHANGES Sat Mar 18 11:25:40 2017 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2261 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2262 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -485,3 +485,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: zoneinfo: Import tzdata2017a. [kre 20170301] sqlite3: Import 3.17.0. [christos 20170311] libc: Update to tzcode2017a. [christos 20170311] + mdocml: Import 1.14.1. [christos 20170318]