summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-10-31 12:51:59 +0100
committerCarlos Soriano <csoriano@redhat.com>2018-10-31 12:51:59 +0100
commit5b6fe84d1e17fa6f1a7a79074f4cccff73252c16 (patch)
tree61b1ee81d1b21d8b8bb3d01219f1efa08c328799
parent3aa9e1830547383600dc2da261885c664b95529f (diff)
downloadnautilus-5b6fe84d1e17fa6f1a7a79074f4cccff73252c16.tar.gz
general: Prepare for 3.30.33.30.3
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6ba84d0dc..04da333c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.30.3:
+* Fix crashes in search (Ernestas Kulik, Antonio Fernandes)
+* Fix crash in path bar usage (Antonio Fernandes)
+* Fix error dialog not showing when renaming (George Mocanu)
+* Trigger location entry with the slash numpad key too (German Franco)
+
Major changes in 3.30.2:
* Fix Google Drive files not opening (Carlos Soriano)
* Fix crashes when searching (Marco Trevisan)
diff --git a/meson.build b/meson.build
index 661ba7850..873c63246 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.30.2',
+ version: '3.30.3',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)