Module Name: src Committed By: joerg Date: Tue Feb 7 19:37:14 UTC 2012
Modified Files: src: UPDATING src/doc: CHANGES Log Message: Add note about new apropos and mandoc for formatting. Document failing update builds due to the cat page removal. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/UPDATING cvs rdiff -u -r1.1667 -r1.1668 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/UPDATING diff -u src/UPDATING:1.232 src/UPDATING:1.233 --- src/UPDATING:1.232 Tue Dec 27 16:54:51 2011 +++ src/UPDATING Tue Feb 7 19:37:14 2012 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.232 2011/12/27 16:54:51 christos Exp $ +$NetBSD: UPDATING,v 1.233 2012/02/07 19:37:14 joerg Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -16,6 +16,10 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20120207: + Default for MKCATPAGES changed to NO. Update builds with fail + unless DESTDIR is cleaned manually. + 20111227: If you built between 20111225 and 20111227 you need to remove /usr/lib/libpam.so.4* and /usr/lib/security/*.so.4, since the Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1667 src/doc/CHANGES:1.1668 --- src/doc/CHANGES:1.1667 Mon Feb 6 15:58:56 2012 +++ src/doc/CHANGES Tue Feb 7 19:37:14 2012 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1667 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1668 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1237,4 +1237,7 @@ Changes from NetBSD 5.0 to NetBSD 6.0: [kardel 20120201] dhcpcd(8): Import dhcpcd-5.5.3 [roy 20120202] dhcpcd(8): Import dhcpcd-5.5.4 [roy 20120206] - + userland: New apropos implementation using SQLite Full Text Index + [joerg 20120207] + userland: Man pages are formatted with mandoc by default. + [joerg 20120207]