aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-08-05 03:00:22 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-05 03:00:22 -0400
commitc913b2f6b80e3cf1e9f14ae4ade1ce5eadd11a84 (patch)
tree6e8cd6ee61a737e84ccafa03aaea0dba84b35c4b
parent54860f5c5967ca2b5f9c2daf2aedd7c72448ff23 (diff)
downloaddbfs-c913b2f6b80e3cf1e9f14ae4ade1ce5eadd11a84.tar.gz
Release version 0.4.
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8772e0..aaaad1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
+Version 0.4 -- August 5, 2006
+
+- Still completely untested. Probably doesn't work.
+- Add SCHEMA doc, describing database layout.
+- add hardlink support
+- add extended attribute support
+- add new FS check program 'dbfsck'
+- add support for access(2), open(2), read(2)
+- bug fixes, cleanups
+
Version 0.1 -- April 27, 2006
- Nothing works yet. Just a skeleton.
diff --git a/configure.ac b/configure.ac
index 236ded5..e1c3429 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(fuse-dbfs, 0.2git, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.4, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])