Prepare 3.17.1

This commit is contained in:
Sahil Sareen 2015-04-28 13:41:59 +05:30
parent 5953148e6a
commit b3e1b5041c
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
3.17.1 - April 27, 2015
=======================
* Fix crash on invalid clock type in pgn (Sahil Sareen)
* Fix bad pgn load behaviour (Sahil Sareen)
* Validate input when opening files (Sahil Sareen)
* Add option to alternate between black and white (Johan Manuel)
* Updated translations
3.16.0 - March 20, 2015
=======================

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([GNOME Chess], [3.16.0], [https://bugzilla.gnome.org/],
AC_INIT([GNOME Chess], [3.17.1], [https://bugzilla.gnome.org/],
[gnome-chess], [https://wiki.gnome.org/Apps/Chess])
AC_CONFIG_MACRO_DIR([m4])