diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-04-24 17:36:54 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-04-24 17:36:54 +0200 |
commit | fccaaee02687dc43a7400c19ae5b805032e84a19 (patch) | |
tree | 1b063492d0b95aac839d995e192ac9ed38acd68c | |
parent | 7437d656cbcd14c14f5f6428f51826665a4d5953 (diff) | |
download | cygnal-fccaaee02687dc43a7400c19ae5b805032e84a19.tar.gz cygnal-fccaaee02687dc43a7400c19ae5b805032e84a19.tar.bz2 cygnal-fccaaee02687dc43a7400c19ae5b805032e84a19.zip |
cygwin: add 2.8.1 release file
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.8.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.8.1 b/winsup/cygwin/release/2.8.1 new file mode 100644 index 000000000..b628c072d --- /dev/null +++ b/winsup/cygwin/release/2.8.1 @@ -0,0 +1,23 @@ +What's new: +----------- + +- Allow unprivileged symlink creation in Windows 10 1703 and later. + +- New API: reallocarray + + +What changed: +------------- + + +Bug Fixes +--------- + +- Fix build problem with GCC 6. + Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00014.html + +- 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. + Addresses: https://cygwin.com/ml/cygwin/2017-04/msg00240.html |