diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 4629123d9..7ee18a263 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-11-12 Corinna Vinschen + + * new-features.sgml (ov-new1.7-os): Mention Windows 7 and 2008 R2. + (ov-new1.7-device): Add API get_avphys_pages, get_nprocs, + get_nprocs_conf, and get_phys_pages. + 2009-10-31 Corinna Vinschen * new-features.sgml (ov-new1.7-misc): Add installation-specific diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index fea0fa8e6..7a6780a0e 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -5,6 +5,8 @@ - Windows 95, 98 and Me are not supported anymore. The new Cygwin 1.7 DLL will not run on any of these systems. + +- Add support for Windows 7 and Windows Server 2008 R2. @@ -199,7 +201,8 @@ - Support up to 128 raw disk drives /dev/sda - /dev/sddx. -- New API: cfmakeraw, posix_openpt. +- New API: cfmakeraw, get_avphys_pages, get_nprocs, get_nprocs_conf, + get_phys_pages, posix_openpt.