release 2.3-pre7 fuse_2_3_pre7
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 9 May 2005 09:05:49 +0000 (09:05 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Mon, 9 May 2005 09:05:49 +0000 (09:05 +0000)
ChangeLog
configure.in
kernel/configure.ac

index e1051c11eb6fc6f1974d11380ffe79b4673d6933..9fcaa874413c99639d03cec57569d2d6f48f5b63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2005-05-09  Miklos Szeredi <miklos@szeredi.hu>
+
+       * Released 2.3-pre7
+
 2005-05-08  Miklos Szeredi <miklos@szeredi.hu>
 
        * Better fix for out of order FORGET messages.  Now the
        LOOKUP/FORGET messages are balanced exactly (one FORGET can
        balance many lookups), so the order no longer matters.  This
-       changes the ABI slightly, but the library remains backward
+       changes the kernel ABI slightly, but the library remains backward
        compatible.
 
 2005-05-06  Miklos Szeredi <miklos@szeredi.hu>
index a2fdc0081f55f0653e1226ccd5222f320937ce05..014ddda9e8f6cd56ebc30ce440b2a3dcf2a18c0a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 2.3-pre6)
+AC_INIT(fuse, 2.3-pre7)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(include/config.h)
 
index 71df70cf09701e098f223fb90857ac142a62aa49..55c876f1400a6b5acd81a540a2d88aae446a50f0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(fuse-kernel, 2.3-pre6)
+AC_INIT(fuse-kernel, 2.3-pre7)
 AC_CONFIG_HEADERS([config.h])
 
 AC_PROG_INSTALL