commit bedc7b883febceb3470f1b8e909cfab696d1fc5f
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Sat Oct 31 14:47:07 2015 -0700

    release 3.19.2

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 4164e7088be446fcab65cef642c6853aad3b6a69
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Sat Oct 31 14:06:40 2015 -0700

    tests: Fix failure due to new GTK+ warning regarding size_allocate()

    Call get_preferred_size() to avoid size_allocated() warning in
    size-allocated signal handler test.

 tests/test_overrides_gtk.py | 1 +
 1 file changed, 1 insertion(+)

commit a8293f411234180d70e9ff979954b28381842e1f
Author: Simon Feltman <sfeltman@src.gnome.org>
Date:   Sat Oct 31 14:03:21 2015 -0700

    Fix build warnings regarding _POSIX_C_SOURCE redefinition

    Move Python.h includes above glib includes to avoid build
    warnings with Python 2 as noted here:
    https://docs.python.org/2/c-api/intro.html#include-files

 gi/gobjectmodule.c       | 1 +
 gi/pygi-array.c          | 2 +-
 gi/pygi-cache.c          | 2 +-
 gi/pygi-enum-marshal.c   | 2 +-
 gi/pygi-hashtable.c      | 1 +
 gi/pygi-hashtable.h      | 2 +-
 gi/pygi-list.c           | 1 +
 gi/pygi-object.c         | 2 +-
 gi/pygi-struct-marshal.c | 2 +-
 gi/pygi-value.c          | 1 +
 10 files changed, 10 insertions(+), 6 deletions(-)

commit 3b1d130174951f7648beceac270daa8ac65939c7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 30 12:15:26 2015 -0400

    Drop -std=c90 for now

    glib headers have a problem with it, and sorting it out on the
    glib side will take a while, so drop this for now.

 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

commit ef219cc74a7c6803795692664fc3b2c8ebbb4fe4