[gnome-dictionary] GNOME Dictionary 3.25.90



commit cab728745e7e2a14e158185b240abab28f45ee7c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 9 10:38:30 2017 +0100

    GNOME Dictionary 3.25.90
    
    Changes:
    • The GDict library is now private for GNOME Dictionary, and it is not
      installed any more
    • The "Description" key for dictionary sources has been deprecated, and
      replaced with the "Comment" one, to allow for localisation with Gettext
    • GNOME Dictionary does not depend on intltool for builds
    • GNOME Dictionary switched to the Meson build system from Autotools
    • Use natural_width for database popover (#777584)
    • Fix typos in manual (#766412)
    • Fix displaying the program name in the about dialog (#784343)

 NEWS        |   17 +++++++++++++++++
 meson.build |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6abe9a1..f4329c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+GNOME Dictionary 3.25.90                                              2017-08-09
+================================================================================
+• The GDict library is now private for GNOME Dictionary, and it is not
+  installed any more
+• The "Description" key for dictionary sources has been deprecated, and
+  replaced with the "Comment" one, to allow for localisation with Gettext
+• GNOME Dictionary does not depend on intltool for builds
+• GNOME Dictionary switched to the Meson build system from Autotools
+• Use natural_width for database popover (#777584)
+• Fix typos in manual (#766412)
+• Fix displaying the program name in the about dialog (#784343)
+
+Updated translations
+  Catalan, Norwegian bokmål, Greek, Croatian, Polish, Belarusian, Indonesian,
+  Friulian, Slovenian, German, Hungarian, Spanish, Kazakh, Catalan, Czech,
+  Swedish
+
 GNOME Dictionary 3.24.0                                               2017-03-20
 ================================================================================
 Application
diff --git a/meson.build b/meson.build
index db57020..c6dab8c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-dictionary', 'c', version: '3.25.1',
+project('gnome-dictionary', 'c', version: '3.25.90',
         default_options: [
           'buildtype=debugoptimized',
           'c_std=c99',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]