From 7a5be33eb53b8bcde6102bf6b939fbbd26eb518a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 23 Nov 2013 11:39:51 +0000 Subject: * new-features.xml (ov-new1.7.26): Add new section. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 5e9d163a0..38fa87f48 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-11-23 Corinna Vinschen + + * new-features.xml (ov-new1.7.26): Add new section. + 2013-11-12 Tom Schutter * faq-setup.xml (faq.setup.uninstall-service): Describe how to unhook diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 5e0fa53fb..a62c25be6 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -8,6 +8,41 @@ + +getaddrinfo now supports glibc-specific International Domain Name (IDN) +extension flags: AI_IDN, AI_CANONIDN, AI_IDN_ALLOW_UNASSIGNED, +AI_IDN_USE_STD3_ASCII_RULES. + + + +getnameinfo now supports glibc-specific International Domain Name (IDN) +extension flags: NI_IDN, NI_IDN_ALLOW_UNASSIGNED, NI_IDN_USE_STD3_ASCII_RULES. + + + +Slightly improve randomness of /dev/random emulation. + + + +Allow to use advisory locking on any device. POSIX fcntl and lockf locking +works with any device, BSD flock locking only with devices backed by an OS +handle. Right now this excludes console windows on pre Windows 8, as well as +almost all virtual files under /proc from BSD flock locking. + + + +The header /usr/include/exceptions.h, containing implementation details for +32 bit Windows' exception handling only, has been removed. + + + + + + +What's new and what changed from 1.7.24 to 1.7.25 + + + Change magic number associated with process information block so that 32-bit Cygwin processes don't try to interpret 64-bit information and vice-versa. -- cgit v1.2.3