diff options
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 4629123..7ee18a2 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-11-12 Corinna Vinschen <corinna@vinschen.de> + + * 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 <corinna@vinschen.de> * 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 fea0fa8..7a6780a 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -5,6 +5,8 @@ <screen> - 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. </screen> </sect2> @@ -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. </screen> </sect2> |