summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-05-05 20:16:58 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-05-05 20:16:58 +0200
commit628fc3c43d1238d09de820e8ff0a2259c21f42d0 (patch)
tree5929443513952a9a589ec3627f5824cc15428217
parent2731de0699bd882cb0afc1ef93a5f763ca806b16 (diff)
downloadnautilus-628fc3c43d1238d09de820e8ff0a2259c21f42d0.tar.gz
Release version 3.30.13.32.1
-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+'
)