mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 13:34:16 -04:00
new prerelease
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-02-20 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Released 2.6.0-pre1
|
||||
|
||||
2006-02-19 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* libfuse: fix use-after-free bug in interruptred reply_entry().
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
What is new in 2.6
|
||||
|
||||
- Improved read characteristics (asynchronous reads)
|
||||
|
||||
- Support for aborting filesystem connection
|
||||
|
||||
What is new in 2.5
|
||||
|
||||
- Merge library part of FreeBSD port
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
AC_INIT(fuse, 2.6.0-pre0)
|
||||
AC_INIT(fuse, 2.6.0-pre1)
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(include/config.h)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
AC_INIT(fuse-kernel, 2.6.0-pre0)
|
||||
AC_INIT(fuse-kernel, 2.6.0-pre1)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_PROG_INSTALL
|
||||
|
||||
Reference in New Issue
Block a user