summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index db2537c7f..b4d954c31 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-24 Pierre Humblet <pierre.humblet@ieee.org>
+ Jason Tishler <jason@tishler.net>
+
+ * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.
+ * syscalls.cc (setreuid32): New function.
+ (setreuid): Ditto.
+ (setregid32): Ditto.
+ (setregid): Ditto.
+ * include/cygwin/version.h: Bump API minor number.
+
2003-01-23 Christopher Faylor <cgf@redhat.com>
* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.