gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 3dc4a621deea75f68f3217c5cf31426ae635e874
parent 4c688575e7f9975d4e79209dbde1a0ef57196b5f
Author: David Barksdale <amatus.amongus@gmail.com>
Date:   Mon, 18 Jun 2007 17:38:03 +0000

Release version 0.7.2

Diffstat:
MChangeLog | 2++
Mconfigure.ac | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,5 @@ +2007-06-18 David Barksdale <amatus@gnu.org> 0.7.2 +* Gratuitous version incrementation 2007-06-12 David Barksdale <amatus@gnu.org> 0.6 * Cleaned up fuse command line option passing (in a manner of speaking) * Added an implicit "-o ro" so the mount shows up as read-only (for now) diff --git a/configure.ac b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(gnunet-fuse, 0.6) +AC_INIT(gnunet-fuse, 0.7.2) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h)