commit a05219011b26703e6da7bc6e799d1e1322a60ed3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Oct 12 15:13:30 2015 -0400

    1.38.1

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

commit 50b39c378e20e7db91ad67e4dc367276f6e49f5a
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Oct 8 18:41:40 2015 +0800

    MSVC projects: Ensure files have UNIX line endings

    ...except for the .sln and the README.txt files, to ease
    maintainenance.

 build/win32/vs10/pango-build-defines.props    | 106
 +++++++++++++-------------
 build/win32/vs10/pango-ignore-fc.props        |   2 +-
 build/win32/vs10/pango-install-bin.props      |   2 +-
 build/win32/vs10/pango-install.propsin        |   2 +-
 build/win32/vs10/pango-install.vcxproj        |   2 +-
 build/win32/vs10/pango.vcxproj.filtersin      |   2 +-
 build/win32/vs10/pango.vcxprojin              |   2 +-
 build/win32/vs10/pangocairo.vcxproj.filtersin |   2 +-
 build/win32/vs10/pangocairo.vcxprojin         |   2 +-
 build/win32/vs10/pangoft2.vcxproj.filtersin   |   2 +-
 build/win32/vs10/pangoft2.vcxprojin           |   2 +-
 build/win32/vs10/pangowin32.vcxproj.filtersin |   2 +-
 build/win32/vs10/pangowin32.vcxprojin         |   2 +-
 13 files changed, 65 insertions(+), 65 deletions(-)

commit 18fe29478c263cf57ed408b153a76f30a934261d
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Oct 8 18:36:05 2015 +0800

    MSVC builds: Update PangoFT2-related items

    Fix the projects, and consolidate repeated items into the property
    sheets,
    as they now need to compile and link against HarfBuzz.  Also remove
    unnecessary lines from the PangoFT2 and PangoCairo project files.

 build/win32/vs10/pango-build-defines.props  | 10 +++++++++-
 build/win32/vs10/pangocairo.vcxprojin       | 16 ++++------------
 build/win32/vs10/pangoft2.vcxprojin         | 24 ++++++++++++------------
 build/win32/vs9/pango-build-defines.vsprops | 14 +++++++++++++-
 build/win32/vs9/pangocairo.vcprojin         | 25
 +++++++++----------------
 build/win32/vs9/pangoft2.vcprojin           | 24 ++++++++++++------------
 6 files changed, 59 insertions(+), 54 deletions(-)

commit 8f335578eb47fffb20647881622b994144054387
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Oct 8 18:05:47 2015 +0800

    MSVC builds: Clean up PangoWin32 projects a bit

    Remove unneeded AdditionalIncludeDirectories directive.

 build/win32/vs10/pangowin32.vcxprojin | 1 -
 build/win32/vs9/pangowin32.vcprojin   | 1 -
 2 files changed, 2 deletions(-)

commit 91fe6f1c79c70a0d23cf80d9163b259b105cb4c3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Oct 3 23:42:28 2015 -0400

    testattributes: Make it work with --enable-debug=no

    g_assert gets neutered by --enable-debug=no, which is not what
    we want in tests. Use g_assert_true instead.

    https://bugzilla.gnome.org/show_bug.cgi?id=755126

 tests/testattributes.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit e9fe4746f777772655011a7fedf93d420bd16c66
Author: Manuel Bachmann <manuel.bachmann@iot.bzh>
Date:   Sat Oct 3 16:48:46 2015 +0200

    Build: Require HarfBuzz 0.9.30

    Pango uses the HB_VERSION_ATLEAST macro, but it was only
    defined in HarfBuzz 0.9.30. Thus, compiling with an older
    version fails.

    Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>

    https://bugzilla.gnome.org/show_bug.cgi?id=756015

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5c3882bbe994a1f42e12aeaa259b90ae3c55bef9
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Sep 25 12:54:26 2015 +0800

    build/Makefile-newvs.am: Update Comments for Usage

    Update the notes that this is also used for Visual Studio 2015
    support,
    and correct the MSVC_VER_LONG for MSVC 2015, which is 14, not 2015.

    Also add a note that this can be used for other projects that have
    Visual Studio build support.

 build/Makefile-newvs.am | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit a21d7688b95ae62034962bfc1e34801935dd670a
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Sep 25 15:33:02 2015 +0800

    Build: Make Makefile.msvcproj A Bit More Generic

    Handle also the situation where $(srcdir) == $(top_srcdir), so
    that this
    can also be used in cases like librsvg and gobject-introspection.

 build/Makefile.msvcproj | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)