Released 2.8.7

This commit is contained in:
Miklos Szeredi 2012-01-25 18:07:51 +01:00
parent 5e5b6e0af3
commit f6c3524f00
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-01-25 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.8.7
2012-01-02 Miklos Szeredi <miklos@szeredi.hu>
* Remove unnecessary mutex unlock at the end of multithreaded

View File

@ -1,4 +1,4 @@
AC_INIT(fuse, 2.8.6)
AC_INIT(fuse, 2.8.7)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE

View File

@ -35,7 +35,7 @@ libfuse_la_SOURCES = \
$(iconv_source) \
$(mount_source)
libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:8:6 \
libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:8:7 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
libulockmgr_la_SOURCES = ulockmgr.c