[gnome-chess/gnome-3-36] Prepare 3.36.2



commit 75a69564682cf743c9ac3d368ba0f56709613dc6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Dec 6 11:56:30 2020 -0600

    Prepare 3.36.2

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index dd1ef2b..14a4313 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.36.2 - December 6, 2020
+=========================
+
+- Fix saved timed matches opening as untimed matches (#45, Amandeep Singh)
+- Fix claim draw dialog appearing every turn after threefold repetition (#47)
+- Fix bogus "computer player is confused" errors in several situations:
+  - When the engine is stalemated
+  - When starting a new game while the game is paused, if the engine has moved during pause (#49)
+  - When resigning immediately before the engine moves (#49)
+- Fix detection of stalled chess engine in untimed games (#54)
+- Fix claim draw dialog appearing before a forced draw
+- Fix ChessScene removing invalid GSource
+
 3.36.1 - May 30, 2020
 =====================
 
diff --git a/meson.build b/meson.build
index 0ae5169..f0f5d7d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-chess', [ 'vala', 'c' ],
-  version: '3.36.1',
+  version: '3.36.2',
   license: 'GPL3+',
   meson_version: '>= 0.37',
 )


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