summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-20 11:40:05 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-20 11:40:05 +0000
commitc37edfc2cbf91d6bae6d5264d0dcfcb5dd34b313 (patch)
treee9b87c281d175234e03ba8a165d90aab2d3ca359
parentea4ed19f1f41c0a5a377ea1958f85bdcbfa57acd (diff)
downloadgnome-dictionary-c37edfc2cbf91d6bae6d5264d0dcfcb5dd34b313.tar.gz
Release Dictionary 40.040.0
-rw-r--r--NEWS14
-rw-r--r--data/appdata/org.gnome.Dictionary.appdata.xml.in.in6
-rw-r--r--meson.build2
3 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3184094..d82ee82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+GNOME Dictionary 40.0 2021-03-20
+================================================================================
+• Dropped the app menu [Jeremy Bicha]
+• Updated the application help [Andre Klapper]
+• Removed non-working Spanish dict server [Jordi Mas]
+• Updated the application icon [Jakub Steiner]
+• Updated the Flatpak sandbox and build
+• Fixed compiler warnings when building with newer toolchains
+• Fixed the sidebar sizing issue [Guido Trentalancia]
+
+Updated translations
+ Too many to count; thanks to all localisation teams!
+
+
GNOME Dictionary 3.26.1 2017-10-01
================================================================================
Bug fixes
diff --git a/data/appdata/org.gnome.Dictionary.appdata.xml.in.in b/data/appdata/org.gnome.Dictionary.appdata.xml.in.in
index b292fce..36576e5 100644
--- a/data/appdata/org.gnome.Dictionary.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Dictionary.appdata.xml.in.in
@@ -34,6 +34,12 @@
<developer_name>The GNOME Project</developer_name>
<translation type="gettext">gnome-dictionary</translation>
<releases>
+ <release version="40.0" date="2021-03-20">
+ <description>
+ <p>A new stable release of the Dictionary for GNOME. Mostly bug fixes
+ and small user interface improvements.</p>
+ </description>
+ </release>
<release version="3.26.0" date="2017-09-12">
<description>
<p>A new stable release of the venerable Dictionary for GNOME. This
diff --git a/meson.build b/meson.build
index 92161c1..4e3dcac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-dictionary', 'c',
- version: '40.alpha',
+ version: '40.0',
default_options: [
'buildtype=debugoptimized',
'c_std=c99',