new prerelease

This commit is contained in:
Miklos Szeredi
2006-02-20 11:06:20 +00:00
parent b67f216be6
commit e109e285e0
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -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().
+6
View File
@@ -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
View File
@@ -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
View File
@@ -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