Mon Nov 30 16:16:53 2009 UTC ()
Note "extsrc" support.


(uebayasi)
diff -r1.1322 -r1.1323 src/doc/CHANGES

cvs diff -r1.1322 -r1.1323 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2009/11/28 12:13:04 1.1322
+++ src/doc/CHANGES 2009/11/30 16:16:53 1.1323
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1322 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1323 $>
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]
@@ -479,13 +479,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -479,13 +479,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
479 bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips. 479 bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
480 [bouyer 20091118] 480 [bouyer 20091118]
481 build.sh: Add "rumptest" for fast testing of rump compilation 481 build.sh: Add "rumptest" for fast testing of rump compilation
482 and linking. It is useful mostly for developers. 482 and linking. It is useful mostly for developers.
483 [pooka 20091118] 483 [pooka 20091118]
484 resolvconf(8): Import openreslv-3.3.3. [roy 20091121] 484 resolvconf(8): Import openreslv-3.3.3. [roy 20091121]
485 rump: Load rump virtual kernel symbol table at boot. This enables 485 rump: Load rump virtual kernel symbol table at boot. This enables
486 the use of the kernel linker in a rump kernel. 486 the use of the kernel linker in a rump kernel.
487 [pooka 20091126] 487 [pooka 20091126]
488 ums(4): Added touchpanel support. [mbalmer 20091127] 488 ums(4): Added touchpanel support. [mbalmer 20091127]
489 ws(4): Added the xf86-input-ws input driver for touchpanels that 489 ws(4): Added the xf86-input-ws input driver for touchpanels that
490 report absolute position data through wscons(4), e.g. those 490 report absolute position data through wscons(4), e.g. those
491 support by ums(4). [mbalmer 20091128] 491 support by ums(4). [mbalmer 20091128]
 492 build.sh: Handle externally added programs and libraries and create
 493 sets. [uebayasi 20091130]