summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-10-12 11:48:06 +0000
committerJordan Petridis <jordanpetridis@protonmail.com>2018-10-12 16:05:38 +0000
commitb98248134de06a596500fba7014f3033c3111314 (patch)
tree6297fafed4a95fa7958befcb53d3f63a18410ad0
parent7b24837ef5878b9a4b2dcecea851f76ced9ba370 (diff)
downloadnautilus-b98248134de06a596500fba7014f3033c3111314.tar.gz
Release: prepare for 3.30.2
(cherry picked from commit 09fd9171dbb3a4ecbac093710411314f83e6322e)
-rw-r--r--NEWS12
-rw-r--r--meson.build4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 46d661825..6ba84d0dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 3.30.2:
+* Fix Google Drive files not opening (Carlos Soriano)
+* Fix crashes when searching (Marco Trevisan)
+* Fix triple click in pathbar to minimize the window (Ernestas Kulik)
+* Fix '/' and '~' not opening the location bar (Antonio Fernandes)
+* Fix header bar styling for 3rd party themes again (Antonio Fernandes)
+* Disable and warn about security risks when libseccomp and bwrap are disabled on unsupported cpus (Ernestas Kulik)
+* Fix various leaks (Ernestas Kulik)
+* Set up stable Flatpak (Carlos Soriano)
+* Provide CI coverage (Caros Soriano)
+* Fix CI tests (Ernestas Kulik, Jordan Petridis, Caros Soriano)
+
Major changes in 3.30.1:
* Improve high contrast styling (Antonio Fernandes)
* Fix folders not expanding with arrow keys in list view (Antonio Fernandes)
diff --git a/meson.build b/meson.build
index 37deb13fb..661ba7850 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.30.1',
+ version: '3.30.2',
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')
+meson.add_install_script('build-aux/meson/postinstall.py') \ No newline at end of file