commit | 4b2bef463b46effc57a87f3c7a9cbc5a70602668 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Wed Jan 09 12:23:27 2002 +0000 |
committer | Miklos Szeredi <miklos@szeredi.hu> | Wed Jan 09 12:23:27 2002 +0000 |
tree | 7570fe5c664ba14d4749d03b3d2852ef60317a25 | |
parent | 46a46dc82273cb42747e3897d39e1a926f875c2e [diff] [blame] |
fixes
diff --git a/ChangeLog b/ChangeLog index f00aae0..032bdd3 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,12 @@ +2002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu> + + * Revaidate all path components not just the last, this means a + very small performance penalty for being more up-to-date. + +2002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu> + + * Update and fix python interface + 2002-01-07 Mark Glines <mark@glines.org> * Added statfs() support to kernel, lib, examples, and perl!