From 0197ce4041f6777394efda8350bf9b29dfb8274b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 1 Feb 2010 14:52:30 +0000 Subject: * Released 2.8.3 * Using --no-canonicalize with umount(8) conflicts with the race fix, sinceit assumes the supplied path is absolute, while the race fix relies on the path being relative to the current directory --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d21d3ee..0d939ad 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 2.8.2) +AC_INIT(fuse, 2.8.3) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE -- cgit v1.2.3