summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2017-03-20 09:20:24 +0100
committerFelipe Borges <felipeborges@gnome.org>2017-03-20 09:20:24 +0100
commit902d1e02391486b152e84e36946d437c31040bb8 (patch)
treead18468efd59212c6f660391a5f0c3390f97d0d2
parent34376d2713ab61fd3ff1e9004a94be29a28a4eb9 (diff)
downloadgnome-dictionary-902d1e02391486b152e84e36946d437c31040bb8.tar.gz
Release GNOME Dictionary 3.24.03.24.0
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78246ef..6abe9a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+GNOME Dictionary 3.24.0 2017-03-20
+================================================================================
+Application
+ * Move more UI into the XML template (Emmanuele Bassi)
+ * Fix the DatabaseChooserButton construction (Emmanuele Bassi)
+ * Remove unused app menu item (Emmanuele Bassi)
+ * Store the appropriate window size (Emmanuele Bassi)
+ * Bump up the dependency on GLib and GTK+ (Emannuele Bassi)
+ * Use Unicode in translatable strings (Piotr Drąg)
+ * Add Ctrl+Q keyboard accelerator quit shortcut (Felipe Borges)
+ * Add Flatpak manifest (Emmanuele Bassi)
+ * Use gtk_show_uri_on_window() with newer GTK+ (Emmanuele Bassi)
+ * Use gtk_menu_popup_at_widget() with newer GTK+ (Emmanuele Bassi)
+ * Add Language headers to po files (Piotr Drąg)
+
+Library
+ * Use appropriate sizing for DB chooser (Emmanuele Bassi)
+ * Use get_instance_private() (Emmanuele Bassi)
+ * Fix DatabaseChooserButton annotations (Emmanuele Bassi)
+ * Use a symbolic icon in DatabaseChooserButton (Emmanuele Bassi)
+ * Include the right header in GdictClientContext (Emmanuele Bassi)
+
+Translations
+ * vi (Trần Ngọc Quân), fur (Fabio Tomat), fa (Arash Mousavi),
+ pt (Sérgio Cardeira), gd (GunChleoc), pt_BR (Rafael Fontenelle),
+ oc (Cédric Valmary), sv (Sebastian Rasmussen), nb (Kjartan Maraas),
+ id (Andika Triwidada), he (Yosef Or Boczko), pl (Piotr Drąg),
+ da (Ask Hjorth Larsen), en_GB (David King), zh_CN (Dz Chen),
+ de (Mario Blättermann), cs (Marek Cernock), es (Daniel Mustieles),
+ hu (Balázs Meskó), kk (Baurzhan Muftakhidinov), sk (Dušan Kazik),
+ fr (Claude Paroz), eu (Inaki Larranaga Murgoitio), fi (Jiri Grönroos),
+ zh_TW (Chao-Hsiung Liao), sr (Мирослав Николић), it (Milo Casagrande),
+ is (Sveinn í Felli), lt (Aurimas Černius), gl (Fran Dieguez),
+ ru (Yuri Myasoedov), ko (Changwoo Ryu), lv (Rūdolfs Mazurs),
+ ja (Kento Tsuji)
+
GNOME Dictionary 3.20.0 2016-03-22
================================================================================
Translations
diff --git a/configure.ac b/configure.ac
index cebe5f3..9e1098e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-dictionary], [3.20.0],
+AC_INIT([gnome-dictionary], [3.24.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-dictionary],
[gnome-dictionary],
[http://live.gnome.org/GnomeUtils])