[iagno] Prepare 3.35.2.



commit 64e8fa074601d13f489c828819f46e26eb545dcf
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Nov 23 21:52:20 2019 +0100

    Prepare 3.35.2.

 NEWS                                  | 22 ++++++++++++++++++++++
 data/org.gnome.Reversi.appdata.xml.in |  4 ++--
 meson.build                           |  2 +-
 3 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5bcbdec..c69fbcb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.35.2 – November 23, 2019
+=============================
+
+The most visible change is probably the first part of
+the replacement of the “Iagno” name by “Reversi”; the
+help is currently not updated. Other things are a bit
+more helpful for the developpers than to an end-user:
+there is now a “--print-logs” command-line option for
+recording a game; when configuring meson using option
+“-Dperfs_tests=true”, you can now check if the AI has
+been changed and test it for performance regressions;
+finally, Iagno should now be activatable using D-Bus.
+
+Translations updated:
+  Basque: Asier Sarasua Garmendia
+  Catalan: Jordi Mas
+  Czech: Marek Černocký
+  Friulian: Fabio Tomat
+  Lithuanian: Aurimas Černius
+  Persian: Danial Behzadi
+  Spanish: Daniel Mustieles
+
 3.35.1 – October 12, 2019
 =============================
 
diff --git a/data/org.gnome.Reversi.appdata.xml.in b/data/org.gnome.Reversi.appdata.xml.in
index 8f1c224..d63f4f2 100644
--- a/data/org.gnome.Reversi.appdata.xml.in
+++ b/data/org.gnome.Reversi.appdata.xml.in
@@ -78,7 +78,7 @@
   </content_rating>
 
   ​<releases>
-  ​  <release version="3.35.1" date="2019-10-12" type="development" urgency="low"/>
-    <release version="3.34.2" date="2019-10-12" type="stable" urgency="medium"/>
+  ​  <release version="3.35.2" date="2019-11-23" type="development" urgency="low"/>
+    <release version="3.34.3" date="2019-11-23" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index d54a3e7..5d7fa31 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('iagno', ['vala', 'c'],
-    version: '3.35.1')
+    version: '3.35.2')
 
 project_id = 'org.gnome.Reversi'
 


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