diff --git a/doc/CHANGES b/doc/CHANGES index 3532e4ade973..16272dd32526 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.949 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.950 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -254,3 +254,8 @@ Changes from NetBSD 4.0 to NetBSD 5.0: ahcisata(4): Add support for ATAPI devices. [bouyer 20071112] newfs_ext2fs(8): Add a native newfs_ext2fs(8) command. Closes PR bin/16175. [tsutsui 20071117] + i386: Add support for /boot.cfg to configure the bootloader. This + includes optionally displaying menus, altering banner text + and changing options such as timeouts and console device + which previously required use of installboot. + [sborrill 20071120]