aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-27 10:04:37 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-27 10:04:37 -0400
commit8defa1db92b02f0e6a7436d37371a5276360a492 (patch)
treedbce8dab5dbadb03fe0cc9eb2c2dc0cd920a5d1c
parent0340f74caa84a3843246d252ab64e3e802d14e20 (diff)
downloaddbfs-8defa1db92b02f0e6a7436d37371a5276360a492.tar.gz
Release version 0.1.
-rw-r--r--.gitignore2
-rw-r--r--NEWS6
-rw-r--r--README8
3 files changed, 13 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 11fed36..874c5e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,4 +25,4 @@ dbfs
dbfs-config.h*
libdbfs.a
-fuse-db-*.tar.gz
+fuse-dbfs-*.tar.gz
diff --git a/NEWS b/NEWS
index 6c2f9bb..d8772e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,5 @@
-No news is good news.
+
+Version 0.1 -- April 27, 2006
+
+- Nothing works yet. Just a skeleton.
+
diff --git a/README b/README
index 2cc5e1e..4ecd5b2 100644
--- a/README
+++ b/README
@@ -1 +1,7 @@
-This is a program that does mumble mumble mumble.
+This program implements a FUSE filesystem, backed by Berkeley DB.
+
+The latest version of fuse-ext2 can be found in the git repository
+git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/dbfs.git
+
+Software home:
+http://www.kernel.org/pub/linux/kernel/people/jgarzik/fs/