summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-08-07 11:20:06 +0200
committerOndrej Holy <oholy@redhat.com>2020-08-07 16:42:50 +0200
commit20398ff1fbfb88818b91a799f4d85c2514fe9953 (patch)
tree0228bc68c69d0327edc92a2dfcf9a4e538a47fb4
parent10bf4e91dc4f692cf7585488dd105d225d0872f9 (diff)
downloadgvfs-1.45.90.tar.gz
Update NEWS for 1.45.90 release1.45.90
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 16379dce..5a8e752f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 1.45.90
+========================
+* trash: Add support for x-gvfs-notrash option to ignore mounts
+* recent: Port to GDateTime
+* Translation updates
+
Major changes in 1.45.3
=======================
* client: Add support for zone identifiers in IPv6 addresses
diff --git a/meson.build b/meson.build
index c76cb3f4..462f2551 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.45.4',
+ version: '1.45.90',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',