diff options
author | Ken Brown <kbrown@cornell.edu> | 2019-10-07 16:06:28 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2019-10-07 16:06:28 -0400 |
commit | e82a0c959a7dcff1560290ec696721f5660b4330 (patch) | |
tree | 6e96920b98b7077a284fbcf75825ee0bd227edd9 | |
parent | 2160c52a49c80c0c7fe86a47476a1815d20c2c03 (diff) | |
download | cygnal-e82a0c959a7dcff1560290ec696721f5660b4330.tar.gz cygnal-e82a0c959a7dcff1560290ec696721f5660b4330.tar.bz2 cygnal-e82a0c959a7dcff1560290ec696721f5660b4330.zip |
Cygwin: document recent changes to format_proc_cpuinfo
-rw-r--r-- | winsup/cygwin/release/3.1.0 | 2 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 index 7f88c53fd..f3abff10f 100644 --- a/winsup/cygwin/release/3.1.0 +++ b/winsup/cygwin/release/3.1.0 @@ -33,6 +33,8 @@ What changed: - Allow times(2) to have a NULL argument, as on Linux. Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00141.html +- Improve /proc/cpuinfo output and align more closely with Linux. + Bug Fixes --------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index cbfdf32dc..65bdc17ab 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -50,6 +50,10 @@ dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store. Allow times(2) to have a NULL argument, as on Linux. </para></listitem> +<listitem><para> +Improve /proc/cpuinfo output and align more closely with Linux. +</para></listitem> + </itemizedlist> </sect2> |