summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2017-12-11 09:58:36 +0100
committerOndrej Holy <oholy@redhat.com>2017-12-11 09:58:36 +0100
commite5e66478de495c3928969473697dd190b9c0130b (patch)
treefb0a85cba43031c4c47d43145a0ccd0c336a195c
parentebc61e107398704b69fb326b9fcece81a3be9e70 (diff)
downloadgvfs-1.35.3.tar.gz
Update NEWS for 1.35.3 release1.35.3
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b6f0363..d912788b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 1.35.3
+=======================
+* mtp: Handle read-past-EOF ourselves to prevent hangs
+* Port several parts to GTask
+* Several smaller bugfixes
+* Translation updates
+
Major changes in 1.35.2
=======================
* metadata: Remove udev dependency in favor of gudev
diff --git a/meson.build b/meson.build
index 1df6c2c2..4f8b8fe9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.35.2',
+ version: '1.35.3',
license: 'LGPL2+',
default_options: [
'b_lundef=true',