mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
Released 2.8.7
This commit is contained in:
parent
5e5b6e0af3
commit
f6c3524f00
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user