diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-11-12 14:41:12 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-11-12 14:41:12 +0000 |
commit | 4ade2414451591e2a4dc3e855749629dad0b0e05 (patch) | |
tree | cbcc3d03d3e60368f00bc0c78a9110a8e7f7c135 /winsup | |
parent | 339682e6deba2e703db1c46c7dc0e509fb88531b (diff) | |
download | newlib-4ade2414451591e2a4dc3e855749629dad0b0e05.zip newlib-4ade2414451591e2a4dc3e855749629dad0b0e05.tar.gz newlib-4ade2414451591e2a4dc3e855749629dad0b0e05.tar.bz2 |
* 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.
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> |