diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | kernel/configure.ac | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -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> diff --git a/configure.in b/configure.in index a2fdc00..014ddda 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/kernel/configure.ac b/kernel/configure.ac index 71df70c..55c876f 100644 --- a/kernel/configure.ac +++ b/kernel/configure.ac @@ -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 |