aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--kernel/configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 698b3c5..87ddc69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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