summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2013-09-26 15:44:03 +0200
committerOndrej Holy <oholy@redhat.com>2013-09-26 15:44:03 +0200
commit5d64580fb5ae224763b695f5f015cabd62a5e7f3 (patch)
tree41a381c5b4fd674f42e0a66ccc71304f68264dac
parentfdf5ae5cc3068377ba66302698e170922af38478 (diff)
downloadgvfs-1.18.1.tar.gz
Update NEWS for 1.18.1 release1.18.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f363bb37..16cc8699 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 1.18.1
+=======================
+* GVfsDaemon: Don't deadlock on cliend disconnect
+* GDaemonFileMonitor: Only recieve events on one dbus connection
+* GDaemonFileEnumerator: Only listen to messages one connection
+* Several compilation warnings fixes and code cleanup
+* Translation updates
+
Major changes in 1.18.0
=======================
* Translation updates
diff --git a/configure.ac b/configure.ac
index ea52c579..9568d159 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.18.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.18.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar])
AC_CONFIG_HEADERS(config.h)