summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-16 23:39:02 +0000
committerChristopher Faylor <me@cgf.cx>2000-06-16 23:39:02 +0000
commite962f3c5f791ce9d66594073b4e84d8379693db7 (patch)
treec409c95cebd54d3d635432213f7959468dcfac53 /winsup/cygwin/ChangeLog
parentb585720b592290e33d487473469080604197dd7d (diff)
downloadcygnal-e962f3c5f791ce9d66594073b4e84d8379693db7.tar.gz
cygnal-e962f3c5f791ce9d66594073b4e84d8379693db7.tar.bz2
cygnal-e962f3c5f791ce9d66594073b4e84d8379693db7.zip
* Makefile.in: Just use library files from this tree when building cygrun.exe.
* path.cc (chdir): Don't set cache to offending chdir. Change comment to reflect current reality.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3324b612a..202db4d39 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 16 19:27:27 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * Makefile.in: Just use library files from this tree when building
+ cygrun.exe.
+ * path.cc (chdir): Don't set cache to offending chdir. Change comment
+ to reflect current reality.
+
Thu Jun 16 20:55:00 2000 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Define symbols for `cygwin_logon_user' and
@@ -27,12 +34,7 @@ Thu Jun 16 20:55:00 2000 Corinna Vinschen <corinna@vinschen.de>
(getegid): Return effective gid.
include/sys/cygwin.h: Add prototypes for `cygwin_logon_user' and
`cygwin_set_impersonation_token'.
- include/cygwin/version.h: Bumb API minor version to 22.
-
-Thu Jun 15 18:12:36 2000 Christopher Faylor <cgf@cygnus.com>
-
- * path.cc (chdir): Don't set cache to offending chdir. Change comment
- to reflect current reality.
+ include/cygwin/version.h: Bump API minor version to 22.
Thu Jun 15 15:43:50 2000 Christopher Faylor <cgf@cygnus.com>