From 94021e6398834ad057de600db53e04189d346ec7 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Thu, 10 Sep 2015 11:14:50 +0200 Subject: [PATCH] NEWS for 2.31 --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6690c62..ff0a1a9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ -* Version 2.31 (unreleased) +* Version 2.31 (2015-09-10) + + * Fix issues introduced in 2.30. + + * PHP Fatal error when receiving an empty sync request, + due to not initialising the logging boiler plate early enough. + + * PHP Notice when writing a LOG_INFO message, + due to an incorrect sprintf argument passing. * Version 2.30 (released 2015-09-09)