summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f826498c..44a28dc1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 1.10.0
+=======================
+* smb: Ignore read-only attribute for directories
+* gdu volume monitor: Mark bootable mounts as such
+* Translation updates
+
Major changes in 1.9.5
======================
* gdu: Don't ignore fstab mounts belonging to crypto volumes
diff --git a/configure.ac b/configure.ac
index 0ed57630..74ebf71a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.9.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.10.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-pax])
AM_CONFIG_HEADER(config.h)