aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-07-22 11:58:47 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-07-22 11:58:47 +0000
commit8d4d1b824173870c94f121416d2cf4704896787e (patch)
treef85eff40aa220881c09ecfd5798e4bec58230330 /ChangeLog
parent9b813af8631729cf7f626f0cbac08863bb315863 (diff)
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ff388f..f0dfd3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-22 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix bug, that causes filesystem requests to hang when unique
+ request counter becomes negative. This happens after
+ 2,147,483,648 operations, so most people won't care. Thanks to
+ Franco Broi for the report and testing.
+
2005-07-21 Miklos Szeredi <miklos@szeredi.hu>
* Don't change mtime/ctime/atime to local time on read/write.