summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-10-21 17:23:11 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-10-21 17:23:11 -0500
commit104c003f5da64346de8199c86ada6a104d7869c1 (patch)
tree3fe875b3a4a2fae0b21259728957e5c2689b3b0d
parent25c409681fba9530cc1b88698360ab6791db2052 (diff)
downloadepiphany-104c003f5da64346de8199c86ada6a104d7869c1.tar.gz
Prepare 3.30.23.30.2
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ea471d19..a0b4a57aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.30.2 - October 21, 2018
+=========================
+
+- Fix application mode toolbar in small windows (#544, (Adrien Plazas)
+- Fix Google Search in Russian localization (Alexandr Sidorenko)
+- Fix some critical warnings caused by a mistake in the reader mode code
+
3.30.1 - September 21, 2018
===========================
diff --git a/meson.build b/meson.build
index e642a04e4..a6d8bed9a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.30.1',
+ version: '3.30.2',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)