summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-12-10 15:01:36 +0100
committerOndrej Holy <oholy@redhat.com>2018-12-10 15:01:36 +0100
commitd43ca263448e365959e770da0ec592185012f782 (patch)
tree4c5835c331fb03f4a93bd6723051c8485c7e40f5
parent37f2923a52721397950d501ff06f4e8de8a1ebc7 (diff)
downloadgvfs-1.39.3.tar.gz
Update NEWS for 1.39.3 release1.39.3
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 98667edf..6d65122a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 1.39.3
+=======================
+* udisks2: Improve handling of mounts which doesn't point into fs root
+* udisks2: Restore support of comment=x-gvfs-* option
+* daemon: Prevent spawning new daemons if outgoing operation exists
+* common: Prevent crashes on invalid autorun file
+* Several smaller bugfixes
+* Translation updates
+
Major changes in 1.39.1
=======================
* google: Rework cache for better performance
diff --git a/meson.build b/meson.build
index 356c3442..abe30bee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.39.2',
+ version: '1.39.3',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.46.0'