summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index df9851e0f..963c4373d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Minor changes in 3.30.5:
+* Fix a bunch of compiler warnings that could prevent building (Ernestas Kulik)
+* Fix location entry icon not reacting to clicks (Ernestas Kulik)
+
Major changes in 3.30.4:
* Fix crash when opening windows quickly (Ernestas Kulik)
* Show trash action bar when trash status changes (Ernestas Kulik)
diff --git a/meson.build b/meson.build
index cfc93f5f8..996360a62 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.30.4',
+ version: '3.30.5',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)
@@ -243,4 +243,4 @@ endforeach
#########################################################
# Compile GSettings schemas when installing from source #
#########################################################
-meson.add_install_script('build-aux/meson/postinstall.py') \ No newline at end of file
+meson.add_install_script('build-aux/meson/postinstall.py')