version 1.4 origin/fuse_1_1_bugfix fuse_1_4
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 14 Oct 2004 12:40:35 +0000 (12:40 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 14 Oct 2004 12:40:35 +0000 (12:40 +0000)
ChangeLog
NEWS
configure.in

index af9269fb8696a99ddb9b11de28028d3d375c639c..18d93f0a9e36bdffc3414dd8146bc944b50123ff 100644 (file)
--- 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 ea63fa366da26e2c9040a0b9b37f4ceb6c67cbc6..cd1475adc982c00097fcc1cc7b89dd81b2a28ebc 100644 (file)
--- 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
index 889b3ce9aa2600bb5d42688032740669f8c6c022..06eadc338c08059d6d832ebd2bb88e4745f69f24 100644 (file)
@@ -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