*** empty log message ***

This commit is contained in:
Corinna Vinschen 2014-10-17 08:33:37 +00:00
parent 1db937e986
commit ced85f053e

View File

@ -9,6 +9,14 @@ What's new:
can be utilized in scripts to access paths via cygdrive prefix, even if the can be utilized in scripts to access paths via cygdrive prefix, even if the
cygdrive prefix has been changed by the user. 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: What changed:
------------- -------------