summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a6c538e5..7a1f5ca0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.32.1:
+* Fix Clang builds (Albert Vaca Cintora)
+* Fix crash when opening trash:/// from command line (Andrea Azzarone)
+* Fix CVE-2019-11461
+* Correctly display file template labels in context menu when they contain underscores (Daniel Pauls)
+
Major changes in 3.32.0:
* Much smoother search, no more hang ups (Xiang Fan)
diff --git a/meson.build b/meson.build
index 156ae8609..b7c7731dc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.32.0',
+ version: '3.32.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)