Prepare 3.29.90

This commit is contained in:
Michael Catanzaro 2018-07-27 21:17:43 -05:00
parent f6bf52b767
commit 184b004b02
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -1,3 +1,11 @@
3.29.90 - July 27, 2018
=======================
- Fix code to ensure chess engine dies if main process crashes (#17)
- Don't display claim draw dialog when opening game (#22)
- Fix wrong player sometimes winning when timer expires (#25)
- Fix various bugs with open/save dialogs and switch to native dialogs (#27)
3.29.1 - April 24, 2018
=======================

View file

@ -1,5 +1,5 @@
project('gnome-chess', [ 'vala', 'c' ],
version: '3.29.1',
version: '3.29.90',
license: 'GPL3+',
meson_version: '>= 0.37',
)