summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8ab500d0d..fc409bb92 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-02 Christopher Faylor <cgf@timesys.com>
+
+ * dlfcn.cc (get_full_path_of_dll): Use a relative path when converting
+ so that the standard Windows rules for finding a library will be used
+ if no path is given. Stop explicitly searching /usr/bin since that is
+ now in effect.
+
2005-06-01 Christopher Faylor <cgf@timesys.com>
Revert 2005-05-30 close_all_files changes.