summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-07-13 16:55:58 +0200
committerOndrej Holy <oholy@redhat.com>2018-07-13 16:55:58 +0200
commit0e24147da1b39927f258e50804b51a2ec2256703 (patch)
treeb57bc033b6dabb85ab69f7cb65a721dcea007128
parent8baaecaddabb30ac950eb0f2198c3853c9cb3ddd (diff)
downloadgvfs-1.37.4.tar.gz
Update NEWS for 1.37.4 release1.37.4
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bcc6a50d..e19948ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 1.37.4
+=======================
+* udisks2: Support TCRYPT devices
+* google: Do not create .desktop files for native files
+* udisks2: Fix crashes caused by missing source tag
+* udisks2: Handle x-gvfs- options not only for fstab entries
+* Several smaller bugfixes
+* Translation updates
+
Major changes in 1.37.2
=======================
* smb: Fix removal of non-empty dir
diff --git a/meson.build b/meson.build
index f171ea56..524b7339 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.37.3',
+ version: '1.37.4',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.43.0'