[nautilus/gnome-3.30] Release: prepare for 3.30.2



commit 09fd9171dbb3a4ecbac093710411314f83e6322e
Author: Carlos Soriano <csoriano redhat com>
Date:   Fri Oct 12 13:48:06 2018 +0200

    Release: prepare for 3.30.2

 NEWS        | 12 ++++++++++++
 meson.build |  4 ++--
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]