aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS8
-rw-r--r--fuse.spec2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c072450..88263c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
+
+ * Version 1.0 released
+
2003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
* SuSE compilation fix by Juan-Mariano de Goyeneche
diff --git a/NEWS b/NEWS
index 77a0f29..9838370 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-What is new in 0.99
+What is new in 1.0
+
+* Cleanups and bugfixes
+
+* Added 'release()' VFS call to the FUSE interface
+
+* 64 bit file offsets (handling of > 4 GByte files)
* libfuse is now under LGPL
diff --git a/fuse.spec b/fuse.spec
index fc6ed09..bf782ea 100644
--- a/fuse.spec
+++ b/fuse.spec
@@ -2,7 +2,7 @@
%define fusemoduledir /lib/modules/%{kernelversion}/kernel/fs/fuse
Name: fuse
-Version: 0.95
+Version: 1.0
Release: 1
Summary: Filesystem in Userspace
Source: %{name}-%{version}.tar.gz