From: Miklos Szeredi Date: Thu, 14 Oct 2004 12:40:35 +0000 (+0000) Subject: version 1.4 X-Git-Tag: fuse_1_4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4db49b5c1c8166f165bd32393b61bf69187aa050;p=qemu-gpiodev%2Flibfuse.git version 1.4 --- diff --git a/ChangeLog b/ChangeLog index af9269f..18d93f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-14 Miklos Szeredi + + * Release 1.4 + 2004-09-14 Miklos Szeredi * 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