From b3e1b5041cdf7d9e23bafa06f0f7d18a19bf2838 Mon Sep 17 00:00:00 2001 From: Sahil Sareen Date: Tue, 28 Apr 2015 13:41:59 +0530 Subject: [PATCH] Prepare 3.17.1 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2f8608c..9d81c98 100644 --- a/NEWS +++ b/NEWS @@ -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 ======================= diff --git a/configure.ac b/configure.ac index 1334f8b..1562869 100644 --- a/configure.ac +++ b/configure.ac @@ -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])