diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7502104ddf..648f14a61e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-12-23 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-12-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32.c (acl_set_file): If setting the file security descriptor | ||
| 4 | fails, and the new DACL is identical to the existing one, silently | ||
| 5 | return success. This fixes problems for users backing up their | ||
| 6 | own files without having the necessary privileges for setting | ||
| 7 | security descriptors. | ||
| 8 | |||
| 3 | * w32proc.c (reader_thread): Do not index fd_info[] with negative | 9 | * w32proc.c (reader_thread): Do not index fd_info[] with negative |
| 4 | values. | 10 | values. |
| 5 | (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR | 11 | (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR |