summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-05-07 10:08:42 +0200
committerOndrej Holy <oholy@redhat.com>2018-05-07 10:10:02 +0200
commiteb283f2ff47432cc66976c0ad66e267b9b0c8305 (patch)
tree5420661df07248faee8472b5e695d9395256652e
parent56ef3c56d88a3ab4259a76cce5449158fb0dbef1 (diff)
downloadgvfs-1.36.2.tar.gz
Update NEWS for 1.36.2 release1.36.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c40040fd..df686381 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 1.36.2
+=======================
+* udisks2: Remove optical disc volumes/mounts if drive disappears
+* daemon: Prevent deadlock and invalid read when closing channels
+* metadata: Prevent usage of NULL if GUdevDevice is not found
+* Translation updates
+
Major changes in 1.36.1
=======================
* backend: Fix crashes when "Volume is busy" prompt is shown
diff --git a/configure.ac b/configure.ac
index 896ab9d2..609c5dfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.36.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.36.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar -Wno-portability])
AC_CONFIG_HEADERS(config.h)