summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e3ae9b9..19f89945 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 1.43.90
+========================
+* google: Add support for move and copy operations
+* google: Several smaller bugfixes and enhancements
+* goa: Add support for certificate prompts
+* sftp: Fix file ownership when replacing
+* dnssd: Prevent crashes after releasing resolver
+* fuse: Prevent abortions if modified time is not set
+* Translation updates
+
Major changes in 1.43.2
=======================
* gdbus: Add workaround for deadlocks when cancelling jobs
diff --git a/meson.build b/meson.build
index 8fcfee7f..a8c71b77 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.43.3',
+ version: '1.43.90',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',