Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 0ef56eb56..599f784f0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,17 @@
+2007-07-29 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_disk_file.cc: Use get_handle throughout.
+ (fhandler_disk_file::fchmod): Always try to open file with required
+ access rights. Use NtSetInformationFile instead of SetFileAttributes.
+ (fhandler_disk_file::facl): Use NtSetInformationFile instead of
+ SetFileAttributes.
+ (fhandler_base::utimes_fs): Change lastaccess and lastwrite to
+ LARGE_INTEGER. Drop 9x directory case. Use NtSetInformationFile
+ instead of SetFileAttributes. Drop temporarily changing R/O attribute
+ since NtSetInformationFile(FileBasicInformation) also works on R/O
+ files.
+ * ntdll.h (STATUS_NOT_SUPPORTED): Define.
+
2007-07-29 Christopher Faylor <me+cygwin@cgf.cx>
* cygtls.h (_cygtls::inside_kernel): Move function declaration into