diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 301631cac7f8..62dcf6325861 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,7 +2,11 @@ Version 1.49 | |||
2 | ------------ | 2 | ------------ |
3 | IPv6 support. Enable ipv6 addresses to be passed on mount (put the ipv6 | 3 | IPv6 support. Enable ipv6 addresses to be passed on mount (put the ipv6 |
4 | address after the "ip=" mount option, at least until mount.cifs is fixed to | 4 | address after the "ip=" mount option, at least until mount.cifs is fixed to |
5 | handle DNS host to ipv6 name translation). | 5 | handle DNS host to ipv6 name translation). Accept override of uid or gid |
6 | on mount even when Unix Extensions are negotiated (it used to be ignored | ||
7 | when Unix Extensions were ignored). This allows users to override the | ||
8 | default uid and gid for files when they are certain that the uids or | ||
9 | gids on the server do not match those of the client. | ||
6 | 10 | ||
7 | Version 1.48 | 11 | Version 1.48 |
8 | ------------ | 12 | ------------ |