summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-08-06 16:28:35 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-08-06 16:28:35 +0200
commit0ef5667a09eec35fc053cb5305ae39cc1c990ecd (patch)
tree61b6752373a07dbf206f6544ff7d486969117daa
parentb04f73accf15c9ebab84d85047e78756db9f2875 (diff)
downloadnautilus-0ef5667a09eec35fc053cb5305ae39cc1c990ecd.tar.gz
Release version 3.32.23.32.2
Not going to type “3.30” this time.
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a1f5ca0e..18d828b56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Major changes in 3.32.2:
+* Add padding to thumbnails in canvas view (Chris Billington)
+* Use “Files” instead of “Nautilus” in appdata
+* Add website link to about dialog (Ondrej Holy)
+* Fix starring being allowed in XDG user directories, set to $HOME
+* Fix starring in single indexed directories
+* Fix starring in subdirectories of indexed directories (António Fernandes)
+* Add missing menu mnemonics (Tomasz Gąsior)
+* Remove extraneous menu separators (Tomasz Gąsior)
+* Fix styling being incorrectly applied to GtkFileChooser instances (Tomasz Gąsior)
+* Fix crashes when new tab position is set to “end” (Ernestas Kulik)
+* Allow whitespace at the beginning and end of path in location entry (Daniels Pauls)
+* Fix leaky context menus (Ernestas Kulik)
+* Fix NAUTILUS_SCRIPT_SELECTED_FILE_PATHS not being set for scripts
+* Fix critical warnings when window is closed while a notification is displayed (Ernestas Kulik)
+
Major changes in 3.32.1:
* Fix Clang builds (Albert Vaca Cintora)
* Fix crash when opening trash:/// from command line (Andrea Azzarone)
diff --git a/meson.build b/meson.build
index b9b5fe9af..7a7932fe1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.32.1',
+ version: '3.32.2',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)