From 125c174b2e1c42fd20ddb94f42c256489c543010 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 21 Nov 2018 16:11:07 +0100 Subject: release: Prepare for 3.30.4 --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 04da333c9..df9851e0f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Major changes in 3.30.4: +* Fix crash when opening windows quickly (Ernestas Kulik) +* Show trash action bar when trash status changes (Ernestas Kulik) +* Implement rename file support in dbus for integration with desktop icons extension (Carlos Soriano) + Major changes in 3.30.3: * Fix crashes in search (Ernestas Kulik, Antonio Fernandes) * Fix crash in path bar usage (Antonio Fernandes) diff --git a/meson.build b/meson.build index 873c63246..cfc93f5f8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('nautilus', 'c', default_options: ['c_std=c11'], - version: '3.30.3', + version: '3.30.4', meson_version: '>= 0.47.0', license: 'GPL3+' ) -- cgit v1.2.1