commit ce0274150a4ddf8269823eff486f71560441ac95 Author: Christian Persch Date: Wed Nov 9 22:27:14 2011 +0100 Update NEWS NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit e5774f3bd03e5e0bf13a0ca89d7cb7d66fd5f217 Author: Isak Date: Tue Jan 11 00:51:33 2011 +0100 filter: The blur filter was not rendered correctly when scaled to certain sizes. Two for-loops was missing their initial expression in the box_blur function. rsvg-filter.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ef28ade7613ed0ba8ef00b8afd3cea4e23e23055 Author: Christian Persch Date: Wed Nov 9 21:00:53 2011 +0100 Don't create pixbufs with zero width or height This created lots and lots of critical warnings when rendering tests/svg1.1/svg/filters-displace-01-f.svg: GdkPixbuf-CRITICAL **: gdk_pixbuf_new: assertion `width > 0' failed g_logv() [gmessages.c:779] g_log() [gmessages.c:826] g_return_if_fail_warning() [gmessages.c:838] gdk_pixbuf_new() [gdk-pixbuf.c:338] rsvg_filter_primitive_image_render_ext() [rsvg-filter.c:3376] rsvg-filter.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 7661cba46db4d2172bb241d46dea86cfbc82a6bb Author: Kurosawa Takeshi Date: Wed Nov 9 18:23:30 2011 +0100 Fix for NULL strings https://bugzilla.gnome.org/show_bug.cgi?id=624820 rsvg-styles.c | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) commit 459ae104655873a5ab17f55e3e7c5109bb7a6c70 Author: Kurosawa Takeshi Date: Wed Nov 9 18:18:21 2011 +0100 Fix crash on invalid kernelMatrix attribute The image will now not crash librsvg, but doesn't render at all. https://bugzilla.gnome.org/show_bug.cgi?id=624835 rsvg-filter.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit c8d1c29ca5f47399935ca32028b5022e82b34757 Author: Christian Persch Date: Mon Nov 7 20:21:20 2011 +0100 Don't dist the GIR in the tarball Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit edbb480e5214f19e46d5aba89727202febae8857 Author: Bruno Girin Date: Sun Oct 2 14:08:36 2011 +0200 Fix crash on malformed SVG file https://bugzilla.gnome.org/show_bug.cgi?id=626559 rsvg-paint-server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 806870ce2316d074c11dccfeb29e38c27014fccc Author: Christian Persch Date: Tue Nov 1 23:00:48 2011 +0100 introspection: Fix PACKAGES PACKAGES must use pkg-config names, not GIR names. https://bugzilla.gnome.org/show_bug.cgi?id=663049 Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e22c4adc8cd46750a6e7c4e0cc1471936258c8ed Author: Daniel Drake Date: Sun Oct 30 14:10:26 2011 +0000 Generate introspection GIR and typelib ... and add some annotations. https://bugzilla.gnome.org/show_bug.cgi?id=663049 Makefile.am | 45 ++++++++++++++++++++++++++++++++++++++++++++- configure.in | 14 ++++++++++++++ rsvg-base-file-util.c | 2 +- rsvg-base.c | 2 +- rsvg.c | 2 +- 5 files changed, 61 insertions(+), 4 deletions(-) commit 2b3097d12b9eace4428e2e2bf1773212e8975f52 Author: Christian Persch Date: Tue Sep 6 23:59:13 2011 +0200 Post release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)