--- - branch: MAIN date: Tue Mar 17 21:19:50 UTC 2009 files: - new: '1.36' old: '1.35' path: pkgsrc/graphics/librsvg/Makefile pathrev: pkgsrc/graphics/librsvg/Makefile@1.36 type: modified - new: '1.13' old: '1.12' path: pkgsrc/graphics/librsvg/distinfo pathrev: pkgsrc/graphics/librsvg/distinfo@1.13 type: modified id: 20090317T211950Z.51f5afefb9aa23d2d17a540b8934e4a42c6f8e50 log: "Update librsvg to 2.26.0.\n\n2009-03-16 Dominic Lachowicz \n\n\t* configure.in: 2.26.0\n\n2009-02-19 Christian Persch \n\n\t* rsvg-base.c: fails to parse SVG with parameter entities. Bug #567311\n\n2009-02-19 \ Thomas Andersen \n\n\t* rsvg-image.c: mem leaks. Bug #444444\n\n2009-02-19 \ Matthias Clasen \n\n\t* rsvg-filter.c: filter nodes are leaked. Bug #475851.\n\n2009-02-19 Josselin Mouette \n\n\t* rsvg-path.c: Crashes on some architectures because of wrong zero check on doubles. Bug #565371\n\n2009-02-19 Christian Persch \n\n\t* rsvg-base.c: better error messages. Bug #567307\n\n2009-02-19 Thomas Andersen \n\n\t* rsvg-filter.c: \"const static\" should be \"static const\". Bug #570656\n\n2009-02-19 \ Thomas Andersen \n\n\t* gtk-engine/svg-draw.c: don't use deprecated gdk_pixbuf_unref. Bug #570938\n\n2009-02-19 liucougar \n\n\t* rsvg-text.c: librsvg can not render text-decoration=underline text. Bug #566365\n\t* rsvg-cairo-draw.c: ditto\n\n2009-02-19 Luis Menina \n\n\t* *: GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789\n\n2009-02-19 Hagen Schink \n\n\t* rsvg-base.c: Memory leak in rsvg_handle_get_dimensions_sub(). Bug #562546\n\n2009-02-19 Robert Staudinger \n\n\t* rsvg-file.c: Do not allocate RsvgState in rsvg_new_image(), use the instance that's been\n\tallocated and set up in the call to _rsvg_node_init(). Bug #557082\n\n2009-01-09 \ Christian Persch \n\n\t* doc/rsvg-sections.txt:\n\t* librsvg.def:\n\t* rsvg-base.c:\n\t* rsvg.h: Add function to check whether the SVG document contains an\n\telement by ID. Bug #567070.\n\n2009-01-06 Christian Persch \n\n\t* configure.in:\n\t* librsvg-features.h.in: Also add feature defines and check macro to\n\tlibrsvg-features.h.in. Bug #566701.\n\n2009-01-06 Christian Persch \n\n\t* configure.in:\n\t* librsvg-2.0-uninstalled.pc.in:\n\t* librsvg-2.0.pc.in: Indicate in the .pc file whether svgz and css\n\tsupport is available. Bug #564616.\n\n2008-12-15 \ Christian Persch \n\n\t* rsvg-base.c: (rsvg_handle_get_position_sub): Return TRUE on success.\n\tBug #564522.\n\n2008-12-12 Christian Persch \n\n\t* librsvg-features.h.in: Add version check macro. Bug #564226.\n\n2008-11-27 Robert Staudinger \n\n\t* doc/rsvg-sections.txt: New API rsvg_handle_get_position_sub(), gets\n\tthe offset of an SVG element.\n\t* librsvg.def:\n\t* rsvg-base.c (rsvg_handle_get_position_sub):\n\t* rsvg-dimensions.c (main):\n\t* rsvg.h: ditto.\n\n2008-11-22 Dominic Lachowicz \ \n\n\t* rsvg-cairo-render.h: Feature request: rsvg_handle_get_dimensions_sub()\n\t(#555682). Patches from Hagen Schink (troja84@gmail.com) and\n\tRobert Staudinger (robert.staudinger@gmail.com)\n\t* librsvg.def:\n\t* rsvg-private.h:\n\t* ChangeLog:\n\t* rsvg-structure.c:\n\t* rsvg-base.c:\n\t* rsvg-css.c:\n\t* rsvg.h:\n\t* rsvg-dimensions.c:\n\t* Makefile.am:\n\t* rsvg-cairo-render.c:\n\t* rsvg-gobject.c: ditto\n\n2008-11-22 Dominic Lachowicz \ \n\n\t* gdk-pixbuf-loader/Makefile.am: -I flag-ordering problem breaks build\n\tif system already has lib installed (#558040). Patch from\n\tdmacks@netspace.org\n\t* Makefile.am: ditto\n\n2008-11-22 Dominic Lachowicz \n\n\t* Makefile.am: Stray Makefile variables (#558039). Patches from\n\tdmacks@netspace.org\n\t* rsvg-base.c:\n\t* gdk-pixbuf-loader/Makefile.am:\n\t* gtk-engine/Makefile.am: ditto\n\n2008-11-22 Dominic Lachowicz \n\n\t* gtk-engine/svg-rc-style.c: Remove deprecated GLib symbols (#560444).\n\tPatch by Luis Menina (liberforce@freeside.fr)\n\n2008-11-05 \ Kjartan Maraas \n\n\t* rsvg-private.h: Use G_STRFUNC as suggested by Christian Persch.\n\n2008-11-05 Kjartan Maraas \n\n\t* rsvg-private.h: Don't use deprecated glib symbols.\n\n2008-10-20 Dominic Lachowicz \n\n\t* rsvg-structure.c: Stop crash due to recursive references (#518640).\n\tPatch by Tom Parker\n\t* rsvg-private.h: ditto\n\t* rsvg-base.c: ditto\n\t* rsvg-cairo-render.c: ditto\n\n2008-10-20 Dominic Lachowicz \n\n\t* rsvg-mask.c: another memory leak (#552919). Found by mclasen.\n\n2008-10-20 Dominic Lachowicz \n\n\t* rsvg-gobject.c: gdmgreeter segfault due to libxml2 API/ABI change\n\t(#549087). Patch by Tom Parker (palfrey%40tevp.net). Untested against\n\tlibxml2 >= 2.7.0, but DV says \"from the distance, that patch seems\n\tto do the right thing\"\n\t* rsvg-base.c: ditto\n\n2008-10-20 Dominic Lachowicz \n\n\t* rsvg-convert.c: background color setting feature in rsvg_convert program\n\t(#556969). Patch inspired by harobed (stephane%40harobed.org)\n\t* librsvg.def: Export 1 function necessary for the above\n\n2008-10-20 Dominic Lachowicz \n\n\t* rsvg-convert.c: command-line tools can't handle UTF-8 encoded\n\tfilenames (#557036, reported by Tim Starling)\n\t* test-display.c: ditto\n\n2008-09-23 Vincent Untz \n\n\t* configure.in: post-release bump to 2.22.4.\n" module: pkgsrc subject: 'CVS commit: pkgsrc/graphics/librsvg' unixtime: '1237324790' user: jmcneill