[gnome-games] Version 3.27.1



commit 0eaf10621b9346bdd8957345ae652c08ad47ad02
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Oct 14 17:48:31 2017 +0200

    Version 3.27.1

 NEWS                 |   28 ++++++++++++++++++++++++++++
 configure.ac         |    4 ++--
 src/Makefile.am      |    2 +-
 src/gnome-games.deps |    2 +-
 4 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e578346..2e132ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
 ==============
+Version 3.27.1
+==============
+
+* Adapt to API changes in retro-gtk 0.13.1.
+
+* Properly define the log domains of the plugins.
+
+* Fix the gettext domain of the gschema.
+
+* Bump retro-gtk to 0.14.
+
+* Bugs fixed:
+ 783036 Many plugins shouldn't use the GamesDesktop log domain
+ 787729 Add translation context to "Reset" string
+
+* Translation updates:
+ Brazilian Portuguese
+ Croatian
+ Czech
+ German
+ Hungarian
+ Indonesian
+ Italian
+ Polish
+ Spanish
+ Swedish
+
+==============
 Version 3.26.0
 ==============
 
diff --git a/configure.ac b/configure.ac
index 4cb9f76..db0b320 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-games], [3.26.0])
+AC_INIT([gnome-games], [3.27.1])
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar no-dist-gzip dist-xz])
 
 # i18 support
@@ -44,7 +44,7 @@ PKG_CHECK_MODULES(GNOME_GAMES, [
        librsvg-2.0
        libsoup-2.4
        libxml-2.0
-       retro-gtk-0.12
+       retro-gtk-0.14
        sqlite3
        tracker-sparql-2.0
 ])
diff --git a/src/Makefile.am b/src/Makefile.am
index 645eb45..dbbc1f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -220,7 +220,7 @@ gnome_games_VALAFLAGS = \
        --pkg libxml-2.0 \
        --pkg sqlite3 \
        --pkg tracker-sparql-2.0 \
-       --pkg retro-gtk-0.12 \
+       --pkg retro-gtk-0.14 \
        --pkg linux \
        --pkg posix \
        --pkg event \
diff --git a/src/gnome-games.deps b/src/gnome-games.deps
index 8c62f7b..27b57ae 100644
--- a/src/gnome-games.deps
+++ b/src/gnome-games.deps
@@ -1,5 +1,5 @@
 gio-2.0
 glib-2.0
 gtk+-3.0
-retro-gtk-0.12
+retro-gtk-0.14
 tracker-sparql-2.0


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