diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-04-24 17:13:04 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2017-04-24 17:13:04 +0100 |
commit | 2980e76ae32b90fc4c76b33b0d475e5771b0a7d4 (patch) | |
tree | dd65484f181f9ccad83afd71fbd819953f2aecf0 | |
parent | fccaaee02687dc43a7400c19ae5b805032e84a19 (diff) | |
download | cygnal-2980e76ae32b90fc4c76b33b0d475e5771b0a7d4.tar.gz cygnal-2980e76ae32b90fc4c76b33b0d475e5771b0a7d4.tar.bz2 cygnal-2980e76ae32b90fc4c76b33b0d475e5771b0a7d4.zip |
Update 2.8.1 release text
-rw-r--r-- | winsup/cygwin/release/2.8.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/release/2.8.1 b/winsup/cygwin/release/2.8.1 index b628c072d..e156b73ae 100644 --- a/winsup/cygwin/release/2.8.1 +++ b/winsup/cygwin/release/2.8.1 @@ -19,5 +19,11 @@ Bug Fixes - Fix stat.st_blocks for files compressed with CompactOS method. Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00026.html -- Fix extrem lagging during strae in certain scenarios. +- Fix extreme lagging during strace in certain scenarios. Addresses: https://cygwin.com/ml/cygwin/2017-04/msg00240.html + +- Fix unwanted decimal point localization in /proc/loadavg + Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00002.html + +- Fix ldd potentially looping on non-continuable exception + Addresses: Reported on IRC. |