diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-04 11:06:17 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-04 11:06:17 +0000 |
commit | 8812479463fe0904388037b27a170ecc4510ab32 (patch) | |
tree | 959448c0144bdb891ea3c4f1c5ae1f9458140fb9 | |
parent | 72f6a93d1bfdab2a325914e4c95a379d02090970 (diff) | |
download | libfuse-8812479463fe0904388037b27a170ecc4510ab32.tar.gz |
1.1 release
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu> + + * Released 1.1 + 2004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu> * Properly check if the inode exists in fuse_invalidate diff --git a/configure.in b/configure.in index be93170..a5abe85 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(lib/fuse.c) -AM_INIT_AUTOMAKE(fuse, 1.1-pre2) +AM_INIT_AUTOMAKE(fuse, 1.1) AM_CONFIG_HEADER(include/config.h) AC_PROG_CC |