summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index af9269f..18d93f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-14 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Release 1.4
+
2004-09-14 Miklos Szeredi <miklos@szeredi.hu>
* Check temporary file creation failure in do_getdir(). Bug
diff --git a/NEWS b/NEWS
index ea63fa3..cd1475a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What is new in 1.4
+
+* Bug fixes
+
What is new in 1.3
* Thanks to user bugreports and stress testing with LTP and sfx-linux
diff --git a/configure.in b/configure.in
index 889b3ce..06eadc3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_INIT(lib/fuse.c)
-AM_INIT_AUTOMAKE(fuse, 1.3)
+AM_INIT_AUTOMAKE(fuse, 1.4)
AM_CONFIG_HEADER(include/config.h)
AC_PROG_CC