Cygwin: 3.6.0: add release entries for pinned/unpinned flag handling

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2024-03-11 12:53:50 +01:00
parent 775069553b
commit 3af5d2bbdd
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ What's new:
- New API call: timespec_get.
- Add FS_IOC_[GS]ETFLAGS FS_PINNED_FL and FS_UNPINNED_FL flags to handle
Windows attributes FILE_ATTRIBUTE_PINNED and FILE_ATTRIBUTE_UNPINNED.
Add matching 'p' and 'u' mode bits in chattr(1) and lsattr(1).
What changed:
-------------