From bedc7b883febceb3470f1b8e909cfab696d1fc5f Mon Sep 17 00:00:00 2001 From: Simon Feltman Date: Sat, 31 Oct 2015 14:47:07 -0700 Subject: [PATCH] release 3.19.2 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 4c3e7543..61cd131e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.19.2 31-Oct-2015 + - tests: Fix failure due to new GTK+ warning regarding size_allocate() + (Simon Feltman) + - Fix build warnings regarding _POSIX_C_SOURCE redefinition + (Simon Feltman) + - Drop -std=c90 for now (Matthias Clasen) + 3.19.1 30-Oct-2015 - Use a named tuple for returning multiple values (Christoph Reiter) (#727374) - enum/flags: use gir info for type names and __repr__ instead of the gtype name (Christoph Reiter) (#657915) -- 2.11.4.GIT