diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33 index a6b590735..4260240ec 100644 --- a/winsup/cygwin/release/1.7.33 +++ b/winsup/cygwin/release/1.7.33 @@ -9,6 +9,14 @@ What's new: can be utilized in scripts to access paths via cygdrive prefix, even if the cygdrive prefix has been changed by the user. +- Extend /proc/partitions to print the windows mount points the device is + mounted on. This allows to recognize the underlying Windows devices of the + Cygwin raw device names. + +- New API: quotactl, designed after the Linux/BSD function, but severly + restricted: Windows only supports user block quotas on NTFS, no group + quotas, no inode quotas, no time constraints. + What changed: -------------