Tue Feb 7 19:37:14 2012 UTC ()
Add note about new apropos and mandoc for formatting. Document failing
update builds due to the cat page removal.


(joerg)
diff -r1.232 -r1.233 src/UPDATING
diff -r1.1667 -r1.1668 src/doc/CHANGES

cvs diff -r1.232 -r1.233 src/UPDATING (expand / switch to unified diff)

--- src/UPDATING 2011/12/27 16:54:51 1.232
+++ src/UPDATING 2012/02/07 19:37:14 1.233
@@ -1,31 +1,35 @@ @@ -1,31 +1,35 @@
1$NetBSD: UPDATING,v 1.232 2011/12/27 16:54:51 christos Exp $ 1$NetBSD: UPDATING,v 1.233 2012/02/07 19:37:14 joerg Exp $
2 2
3This file (UPDATING) is intended to be a brief reference to recent 3This file (UPDATING) is intended to be a brief reference to recent
4changes that might cause problems in the build process, and a guide for 4changes that might cause problems in the build process, and a guide for
5what to do if something doesn't work. 5what to do if something doesn't work.
6 6
7For a more detailed description of the recommended way to build NetBSD 7For a more detailed description of the recommended way to build NetBSD
8using build.sh, see the BUILDING file. 8using build.sh, see the BUILDING file.
9 9
10Note that much of the advice in this UPDATING file was written before 10Note that much of the advice in this UPDATING file was written before
11build.sh existed. Nevertheless, the advice here may be useful for 11build.sh existed. Nevertheless, the advice here may be useful for
12working around specific problems with build.sh. 12working around specific problems with build.sh.
13 13
14See also: BUILDING, build.sh, Makefile. 14See also: BUILDING, build.sh, Makefile.
15 15
16Recent changes: 16Recent changes:
17^^^^^^^^^^^^^^^ 17^^^^^^^^^^^^^^^
18 18
 1920120207:
 20 Default for MKCATPAGES changed to NO. Update builds with fail
 21 unless DESTDIR is cleaned manually.
 22
1920111227: 2320111227:
20 If you built between 20111225 and 20111227 you need to remove 24 If you built between 20111225 and 20111227 you need to remove
21 /usr/lib/libpam.so.4* and /usr/lib/security/*.so.4, since the 25 /usr/lib/libpam.so.4* and /usr/lib/security/*.so.4, since the
22 bump has been reverted. 26 bump has been reverted.
23 27
2420111125: 2820111125:
25 The "rnd" pseudodevice has been added to sys/conf/std, which 29 The "rnd" pseudodevice has been added to sys/conf/std, which
26 means it should no longer be explicitly listed in kernel 30 means it should no longer be explicitly listed in kernel
27 configuration files. The line "pseudo-device rnd" should be 31 configuration files. The line "pseudo-device rnd" should be
28 removed from any custom kernel config files users may have. 32 removed from any custom kernel config files users may have.
29 33
3020111119: 3420111119:
31 A problem with the datastructures used by the rndctl(8) 35 A problem with the datastructures used by the rndctl(8)

cvs diff -r1.1667 -r1.1668 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2012/02/06 15:58:56 1.1667
+++ src/doc/CHANGES 2012/02/07 19:37:14 1.1668
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1667 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1668 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -1227,14 +1227,17 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -1227,14 +1227,17 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
1227 zaurus: Add PXA25x based Zaurus SL-C700/750/760/860 support 1227 zaurus: Add PXA25x based Zaurus SL-C700/750/760/860 support
1228 ported by TOYOKURA Atsushi. [tsutsui 20120129] 1228 ported by TOYOKURA Atsushi. [tsutsui 20120129]
1229 evbarm: Add FriendlyARM Mini2440 support. Code was written by Paul 1229 evbarm: Add FriendlyARM Mini2440 support. Code was written by Paul
1230 Fleischer. [nisimura 20120130] 1230 Fleischer. [nisimura 20120130]
1231 kernel: Add a new library, libquota, for control of and access to 1231 kernel: Add a new library, libquota, for control of and access to
1232 disk quotas, extending the file-system-independent interface 1232 disk quotas, extending the file-system-independent interface
1233 added with the bouyer-quota2 branch. [dholland 20120201] 1233 added with the bouyer-quota2 branch. [dholland 20120201]
1234 mac68k: Add timecounter support to the CSI Hurdler Centronics 1234 mac68k: Add timecounter support to the CSI Hurdler Centronics
1235 Parallel Interface cpi(4) driver. [hauke 20120201] 1235 Parallel Interface cpi(4) driver. [hauke 20120201]
1236 ntp: import ntp 4.2.6p5. 1236 ntp: import ntp 4.2.6p5.
1237 [kardel 20120201] 1237 [kardel 20120201]
1238 dhcpcd(8): Import dhcpcd-5.5.3 [roy 20120202] 1238 dhcpcd(8): Import dhcpcd-5.5.3 [roy 20120202]
1239 dhcpcd(8): Import dhcpcd-5.5.4 [roy 20120206] 1239 dhcpcd(8): Import dhcpcd-5.5.4 [roy 20120206]
1240 1240 userland: New apropos implementation using SQLite Full Text Index
 1241 [joerg 20120207]
 1242 userland: Man pages are formatted with mandoc by default.
 1243 [joerg 20120207]