commit 873c5ea1d9b616fc3f025641949a503461e95089
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Aug 28 20:33:07 2018 -0500

    Update NEWS some more

 NEWS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 5feee4464699a31ed90f0f459188e7d645e945aa
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Aug 28 19:10:50 2018 -0500

    Update NEWS

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

commit 12ba4cf09a4f0861b64d963d98a8497bbd5ac831
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Aug 28 19:05:18 2018 -0500

    gitlab#326 - COMPILING.md: Fix confusion about Ubuntu versions
    
    https://gitlab.gnome.org/GNOME/librsvg/issues/326

 COMPILING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 79762bdf728ef6f52864498764e3a8eb759f4624
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Aug 28 16:58:32 2018 -0500

    gitlab#325 - rsvg_handle_get_dimensions_sub(): Don't leak the new reference to the root node
    
    Before the introduction of RsvgTree, instead of rsvg_tree_get_root()
    we had rsvg_load_get_treebase().  The new function returns a new
    reference to the root node, while the old function just copied the
    pointer.
    
    https://gitlab.gnome.org/GNOME/librsvg/issues/325

 librsvg/rsvg-handle.c | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

commit da4a18e8917f46d7fa063da74e9f746dbe9cac53
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Aug 27 21:03:39 2018 -0500

    Do the full CI on the librsvg-2.44 branch

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

commit 8b40a7beaca322362719e1ec6f1ed38dc50de17e
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Aug 27 20:54:53 2018 -0500

    Bump version to 2.44.1

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

commit f4420bdf26e05f186b9189696202a33a7fb8d870
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Aug 27 20:53:00 2018 -0500

    Add xml processing instruction

 tests/fixtures/render-crash/324-empty-svg.svg | 1 +
 1 file changed, 1 insertion(+)

commit b4ab2aaacbc711a2f8a7a896b9035acb99c6fd97
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Mon Aug 27 15:23:36 2018 +0200

    Do not assert if we ask dimensions of a file with no ink box
    
    Avoid to assert on files that do not have ink box at all.
    Also add a testcase and improve the test.
    Hopefully fixes https://gitlab.gnome.org/GNOME/librsvg/issues/324:
    at least it fixes the mininal test case, but the crash of vmware
    viewer needs to be tested.
    
    Fixes https://gitlab.gnome.org/GNOME/librsvg/issues/324

 librsvg/rsvg-handle.c                         |  8 ++++---
 librsvg/rsvg-private.h                        |  2 +-
 rsvg_internals/src/drawing_ctx.rs             | 21 +++++++++++-------
 tests/fixtures/render-crash/324-empty-svg.svg |  2 ++
 tests/render-crash.c                          | 31 ++++++++++++++++++---------
 5 files changed, 42 insertions(+), 22 deletions(-)

commit 9f8ed0564176e97ca276c70d9b1cb7238686abb0
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Thu Aug 23 17:23:41 2018 -0500

    rustfmt

 rsvg_internals/src/gradient.rs | 3 +--
 rsvg_internals/src/load.rs     | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)