summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f36a1797d..01408f2f5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2008-03-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.sgml: Remove documentation for old path API. Add documentation
+ for new path API.
+ * security.sgml: New file to document cygwin_set_impersonation_token
+ and cygwin_logon_user with only eight years of delay.
+ * shared.sgml: Remove file.
+ * include/sys/cygwin.h (cygwin32_attach_handle_to_fd): Move declaration
+ into fully deprecated function block.
+ (cygwin_logon_user): Move declaration down to declaration of
+ cygwin_set_impersonation_token.
+
2008-03-12 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (rename): Just return with 0 if filenames are identical,