From bd328d5a4f9d1381109dd940ddad3bf2220b4929 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 19 Mar 2007 09:53:31 -0400 Subject: Release version 0.7. --- NEWS | 4 ++++ configure.ac | 2 +- dbdebugfs.c | 2 +- dbfs-backend.c | 2 +- dbfs.c | 2 +- dbfs.h | 2 +- dbfsck.c | 2 +- libdbfs.c | 2 +- mkdbfs.c | 2 +- xattr.c | 2 +- 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 ]) +AC_INIT(fuse-dbfs, 0.7, [Jeff Garzik ]) 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 * - * 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 * - * 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 * - * 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 * - * 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 * - * 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 * - * 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 * - * 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 * - * 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 -- cgit 1.2.3-korg