summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 461c2205..9784e42c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 1.49.90
+========================
+* http/dav: Port to libsoup3 (Daniel Kolesa)
+* http: Do not silently accept invalid certificates (Daniel Kolesa)
+* build: Remove incorrect i18n.merge_file argument to fix build (Ondrej Holy)
+* Translation updates
+
Major changes in 1.49.1
=======================
* sftp: Adapt on new OpenSSH password prompts
diff --git a/meson.build b/meson.build
index 9b771ffa..8ce8d901 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.49.2',
+ version: '1.49.90',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.56.0',