summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-04-27 19:16:07 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-04-27 19:16:07 +0000
commitb179843f8b8613a4ec53092c4d65e382cb712247 (patch)
tree41d67c5af0d36745ac9135c9c39427b8f2dcebd9
parent2889da59cec9fe35d905769ae89ce3c35778ce84 (diff)
downloadfuse_2_6_4.tar.gz
Released 2.6.4fuse_2_6_4
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--kernel/configure.ac2
-rw-r--r--lib/Makefile.am2
4 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a29cef..4ae727d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-27 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Released 2.6.4
+
2007-04-26 Miklos Szeredi <miklos@szeredi.hu>
* Ublock SIGHUP in multithreaded loop, since it's needed for
diff --git a/configure.in b/configure.in
index 24ce3a2..9c24f58 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 2.6.3)
+AC_INIT(fuse, 2.6.4)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(include/config.h)
diff --git a/kernel/configure.ac b/kernel/configure.ac
index 62898d0..ce3a1ea 100644
--- a/kernel/configure.ac
+++ b/kernel/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fuse-kernel, 2.6.3)
+AC_INIT(fuse-kernel, 2.6.4)
AC_CONFIG_HEADERS([config.h])
AC_PROG_INSTALL
diff --git a/lib/Makefile.am b/lib/Makefile.am
index fc06b12..bfc9193 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -26,7 +26,7 @@ libfuse_la_SOURCES = \
helper.c \
$(mount_source)
-libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:6:3 \
+libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:6:4 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
libulockmgr_la_SOURCES = ulockmgr.c