aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3ae5cc..fc0b51f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,10 @@
2009-06-19 Miklos Szeredi <miklos@szeredi.hu>
+ * Released 2.8.0-pre3
+
+2009-06-19 Miklos Szeredi <miklos@szeredi.hu>
+
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (low
level lib) functions to query the supplementary group IDs for the
current request. Currently this is implemented on Linux by
diff --git a/configure.in b/configure.in
index 1ae4688..dcc3089 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 2.8.0-pre2)
+AC_INIT(fuse, 2.8.0-pre3)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(include/config.h)