summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-04-21 21:48:50 +0100
committerPádraig Brady <P@draigBrady.com>2016-04-22 22:47:48 +0100
commit8c8163838aa5589f5dfe2c94dcc48f0ab443fd35 (patch)
tree9e9d5985762079c24b5f966e5f48156cb7ee5942 /NEWS
parent0f5d784bc6c8f63be70cffeaaa88aaca740c3bf6 (diff)
downloadcoreutils-8c8163838aa5589f5dfe2c94dcc48f0ab443fd35.tar.xz
stat,tail: add support for Windows Subsystem for Linux
* src/stat.c (human_fstype): Add file system ID definition, and use "wslfs" as the name. * NEWS (Improvements): Mention the change. Fixes http://bugs.gnu.org/23273
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4cb5caf84..189a03abc 100644
--- a/NEWS
+++ b/NEWS
@@ -30,10 +30,10 @@ GNU coreutils NEWS -*- outline -*-
** Improvements
- stat and tail now know about "prl_fs" (a parallels file system), and
- "m1fs" (a Plexistor file system). stat -f --format=%T now reports the
- file system type, and tail -f uses the more conservative polling for
- "prl_fs", and inotify for "m1fs" file systems.
+ stat and tail now know about "prl_fs" (a parallels file system),
+ "m1fs" (a Plexistor file system), and "wslfs" (Windows Subsystem for Linux).
+ stat -f --format=%T now reports the file system type, and tail -f uses
+ polling for "prl_fs", inotify for "m1fs", and attempts inotify for "wslfs".
* Noteworthy changes in release 8.25 (2016-01-20) [stable]