aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-03-19 09:53:31 -0400
committerJeff Garzik <jeff@garzik.org>2007-03-19 09:53:31 -0400
commitbd328d5a4f9d1381109dd940ddad3bf2220b4929 (patch)
tree2890ab56df9269715e3f03aaeb0a2a1a7c89c272
parent92dcccd684ec94324aa5bf10f9dc20db5b8e6a13 (diff)
downloaddbfs-bd328d5a4f9d1381109dd940ddad3bf2220b4929.tar.gz
Release version 0.7.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--dbdebugfs.c2
-rw-r--r--dbfs-backend.c2
-rw-r--r--dbfs.c2
-rw-r--r--dbfs.h2
-rw-r--r--dbfsck.c2
-rw-r--r--libdbfs.c2
-rw-r--r--mkdbfs.c2
-rw-r--r--xattr.c2
10 files changed, 13 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index eae8985..e3fe90c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
+Version 0.7 -- March 19, 2007
+
+- Fix lack of releasedir FUSE reply
+
Version 0.6 -- December 7, 2006
- Red Hat should have been listed in copyrights
diff --git a/configure.ac b/configure.ac
index 1100c07..bbdcbcb 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.7git, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.7, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])
diff --git a/dbdebugfs.c b/dbdebugfs.c
index 8549a8f..5970767 100644
--- a/dbdebugfs.c
+++ b/dbdebugfs.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dbfs-backend.c b/dbfs-backend.c
index cec22b8..cdbd38e 100644
--- a/dbfs-backend.c
+++ b/dbfs-backend.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dbfs.c b/dbfs.c
index d50076a..bcdfa7f 100644
--- a/dbfs.c
+++ b/dbfs.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dbfs.h b/dbfs.h
index 5ac96da..94606ad 100644
--- a/dbfs.h
+++ b/dbfs.h
@@ -4,7 +4,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dbfsck.c b/dbfsck.c
index a71216f..01304a6 100644
--- a/dbfsck.c
+++ b/dbfsck.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libdbfs.c b/libdbfs.c
index f0f5ef7..39c58e8 100644
--- a/libdbfs.c
+++ b/libdbfs.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/mkdbfs.c b/mkdbfs.c
index 15b6b11..618154a 100644
--- a/mkdbfs.c
+++ b/mkdbfs.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/xattr.c b/xattr.c
index d368249..3000d73 100644
--- a/xattr.c
+++ b/xattr.c
@@ -2,7 +2,7 @@
/*
* Maintained by Jeff Garzik <jgarzik@pobox.com>
*
- * Copyright 2006 Red Hat, Inc.
+ * Copyright 2006-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by