[gnome-dictionary] 3.15.90



commit b79bc1db1bda34f00f981325450b26a93f5dfb74
Author: Juan R. García Blanco <juanrgar gmail com>
Date:   Mon Feb 16 21:33:34 2015 +0100

    3.15.90

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index d46e663..4a31588 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+GNOME Dictionary 3.15.90                                              2015-02-16
+================================================================================
+Application
+ * Convert to new-style commandline option handling (Matthias Clasen)
+ * Make DBus-activatable (Matthias Clasen)
+ * Fix #528956: duplicated dictionary sources (Juan R. García Blanco)
+
+Library
+ * Fix emission of lookup-start (Juan R. García Blanco)
+ * Add GObject introspection support (Stefano Facchini & Juan R. García Blanco)
+
+Translations
+ * cs (Marek Černocký), es (Daniel Mustieles), hu (Balázs Úr),
+   id (Andika Triwidada), nb (Kjartan Maraas), nl (Erwin Poeze),
+   pl (Piotr Drąg), ru (Yuri Myasoedov), sl (Matej Urbančič),
+   vi (Trần Ngọc Quân)
+ * Update POTFILES for org.gnome.Dictionary.desktop.in (Piotr Drąg)
+
 GNOME Dictionary 3.14.2                                               2014-11-10
 ================================================================================
 Application
diff --git a/configure.ac b/configure.ac
index daccc8d..fd509f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-dictionary], [3.14.2],
+AC_INIT([gnome-dictionary], [3.15.90],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-dictionary],
        [gnome-dictionary],
        [http://live.gnome.org/GnomeUtils])
@@ -43,7 +43,7 @@ LT_INIT([disable-static win32-dll])
 ## don't rerun to this point if we abort
 AC_CACHE_SAVE
 
-LIBGDICT_LT_VERSION=6:7:0
+LIBGDICT_LT_VERSION=7:0:1
 AC_SUBST(LIBGDICT_LT_VERSION)
 
 # For each cycle:
@@ -54,7 +54,7 @@ AC_SUBST(LIBGDICT_LT_VERSION)
 # follow the same rules: no ABI breakage (unless unavoidable) and
 # no API breakage past the API freeze.
 m4_define([gdict_major_version], [0])
-m4_define([gdict_minor_version], [11])
+m4_define([gdict_minor_version], [12])
 m4_define([gdict_micro_version], [0])
 m4_define([gdict_version], [gdict_major_version.gdict_minor_version.gdict_micro_version])
 


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