aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-06-23 18:52:50 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-06-23 18:52:50 +0000
commitcb26451550ee7a9e321cc2fc1cc337579797ec30 (patch)
tree6821e6a45f8dd6b4843bbc445661f80e84800b8a /ChangeLog
parentb32105803093b758df251dcdfd5dc4d07636dfd1 (diff)
downloadlibfuse-cb26451550ee7a9e321cc2fc1cc337579797ec30.tar.gz
build fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd1a1eb..502efd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* Fix locking bugs
* Don't send reply to RELEASE
+
+ * Work with newer libtool (1.5a)
+
+ * Check for st_atim member of struct stat
2004-06-22 Miklos Szeredi <mszeredi@inf.bme.hu>