summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan R. Garcia Blanco <juanrgar@gmail.com>2016-01-24 18:17:53 +0100
committerJuan R. Garcia Blanco <juanrgar@gmail.com>2016-01-24 18:17:53 +0100
commit80baaf6acf3778f7749bbebaafe371cc0d793228 (patch)
tree33300920bac080d93d2be5d97eda8c864bc1f8e8
parent3aa2046d528ce0a98a8fd520ba3d1b2576b297eb (diff)
downloadgnome-dictionary-3.19.0.tar.gz
Release GNOME Dictionary 3.19.03.19.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f8dacd..acb25c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+GNOME Dictionary 3.19.0 2016-01-24
+================================================================================
+Application
+ * Update the AppData file to spec version 0.7+ (Richard Hughes)
+ * Drop deprecated API from DefBox (Juan R. García Blanco)
+ * Bump required Gtk+ version (Juan R. García Blanco)
+
+Translations
+de (Mario Blättermann), pl (Piotr Drąg), vi (Trần Ngọc Quân), sk (Dušan Kazik)
+
GNOME Dictionary 3.18.1 2016-01-18
================================================================================
Library
diff --git a/configure.ac b/configure.ac
index 32f2a9c..1c8948d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-dictionary], [3.18.1],
+AC_INIT([gnome-dictionary], [3.19.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-dictionary],
[gnome-dictionary],
[http://live.gnome.org/GnomeUtils])