diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-06-02 10:29:00 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-06-02 10:29:00 +0000 |
commit | 5647855a7ddd322e0e9ced1134e5ea6cc100904e (patch) | |
tree | 2f88bc40f8fd10db18bffb73602422c8065e6d68 | |
parent | 46960cebc16c926ab025bbbc62a682dd826ad404 (diff) | |
download | libfuse-5647855a7ddd322e0e9ced1134e5ea6cc100904e.tar.gz |
released 2.3.0
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | kernel/configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2005-06-02 Miklos Szeredi <miklos@szeredi.hu> + * Released 2.3.0 + +2005-06-02 Miklos Szeredi <miklos@szeredi.hu> + * Fix serious information leak: if the filesystem returns a short byte count to a read request, and there are non-zero number of pages which are not filled at all, these pages will not be zeroed. diff --git a/configure.in b/configure.in index 8815c08..23c9b51 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 2.3-rc1) +AC_INIT(fuse, 2.3.0) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(include/config.h) diff --git a/kernel/configure.ac b/kernel/configure.ac index 1fcb1a6..d65dc86 100644 --- a/kernel/configure.ac +++ b/kernel/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(fuse-kernel, 2.3-rc1) +AC_INIT(fuse-kernel, 2.3.0) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL |