summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ccb8d9e1..d9e19c05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 1.8.0
+======================
+* afc: Fix renaming files moving them to the root dir
+* Translation updates
+
Major changes in 1.7.3
======================
* build: Bump fuse requirement for ATOMIC_O_TRUNC support
diff --git a/configure.ac b/configure.ac
index a29b92ca..e160dfa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 1.7.4)
+AM_INIT_AUTOMAKE(gvfs, 1.8.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK