https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8443fcd625a484791677c5b6883d70d92ae810e5
commit 8443fcd625a484791677c5b6883d70d92ae810e5 Author: Corinna Vinschen <[email protected]> Date: Wed Aug 17 11:17:26 2016 +0200 Add release message for commit c02ac89 Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.6.0 | 3 +++ winsup/doc/new-features.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/winsup/cygwin/release/2.6.0 b/winsup/cygwin/release/2.6.0 index 63bd56f..2b6657b 100644 --- a/winsup/cygwin/release/2.6.0 +++ b/winsup/cygwin/release/2.6.0 @@ -14,6 +14,9 @@ What's new: strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l, wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l. +- locale(1) now supports a -i/--input option to fetch the current input + locale (this is basically equivalent to the current keyboard layout setting). + What changed: ------------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 49dd5b3..37f8586 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -24,6 +24,11 @@ wcstoll_l, wcstoul_l, wcstoull_l. </para></listitem> <listitem><para> +locale(1) now supports a -i/--input option to fetch the current input locale +(this is basically equivalent to the current keyboard layout setting). +</para></listitem> + +<listitem><para> Drop support for Windows XP and Windows Server 2003/2003 R2. </para></listitem>
