commit 8aa675544df0552345175d02e00261deb2e6dcaa
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 20 23:01:08 2015 -0400

    1.37.2

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit ee36b26eddcbbc169660de188b4804e21194c530
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jul 17 20:36:47 2015 -0400

    Silence a few coverity warnings

    coverity says: Using uninitialized value "index2". It didn't
    notice that the only time we can reach the index = index2
    assignment with index2 still uninitialized is when we are
    never going to look at index again.

 tests/test-layout.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 65214f2c8a7e968ed2bc6d9cc66fecbc5de7c0f5
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Jul 13 17:19:24 2015 +0800

    README.win32: Update Information for Builds

    Since module functions are now built into the main Pango DLLs,
    indicate so in README.win32, although it does not make any difference
    in the Visual Studio builds on the surface, as modules are already
    built into the main DLLs for such builds.

    Also update the information on the Visual Studio versions supported
    by the project files.

 README.win32 | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

commit d3fd4b7b5ea6c8fa56aa36235db76a6eef7ec0a6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Jun 26 11:41:34 2015 -0700

    Don't use hb_glib_get_unicode_funcs()

    HarfBuzz buffer comes with a properly set up Unicode funcs
    these days.  So, trust it.

 pango/pangofc-shape.c | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)