aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-11-08 08:48:56 -0500
committerJeff Garzik <jeff@garzik.org>2006-11-08 08:48:56 -0500
commit1916e09764701061791a1136a38933c9fce9d5da (patch)
tree852587b1ffbc3e4492223d90d0572cbd7dbb0947
parent09a311724182f30ee64d48b0f5a52b6cca1f9cd6 (diff)
downloaddbfs-1916e09764701061791a1136a38933c9fce9d5da.tar.gz
Release version 0.5.
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 0a843d5..e7cb23c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
-Version 0.5 -- Not yet released.
+Version 0.5 -- November 8, 2006
-- Still completely untested. Probably doesn't work.
-- Implement rename, statfs, fsync, fsyncdir, setattr ops.
-- Implement write op.
+- Implement all ops except for create. Now feature complete.
+- Use Berkeley DB transactions for all-or-none semantics.
+- Some things work, some things don't. read/write questionable.
- Special case handling of all-zero blocks.
- Add GPL copyright headers to source code.
+- New (stub, for now) dbdebugfs program.
+- Added syslog support (hardcoded to local4.*)
Version 0.4 -- August 5, 2006
diff --git a/configure.ac b/configure.ac
index f7d3088..103090c 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.5git, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.5, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])