summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-11-21 14:14:50 +0100
committerCarlos Soriano <csoriano@redhat.com>2018-11-21 14:38:53 +0100
commit1d9da1997101eee41a7f43749e35210d6e499b1d (patch)
tree4847037314d93a2a0ee511f83b9d07e4412c7970
parentacb02ec2d118f92b3ef55324c4bbd98605cd9e73 (diff)
downloadnautilus-1d9da1997101eee41a7f43749e35210d6e499b1d.tar.gz
release: Prepare for 3.30.4
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 04da333c9..0d9489d21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.30.4:
+* Fix crash when opening windows quickly (Ernestas Kulik)
+* Show trash action bar when trash status changes (Ernestas Kulik)
+* Bring back netscape url DnD support (Bastien Nocera)
+* 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+'
)