commit f4cf9aca144eeda8f441f839881bcbd492529002 Author: Federico Mena Quintero Date: Fri Apr 7 15:07:17 2017 -0500 Update NEWS NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit 5bf519d5abbf498eb33712d59cdb9caadea242d8 Author: Jeremy Bicha Date: Fri Apr 7 14:59:59 2017 -0500 bgo#778666 - Use our own thumbnailer specification file GNOME 3.24 requires an external thumbnailer program, so define which MIME-types we support thumbnailing from within gdk-pixbuf-thumbnailer. The relevant commit in gnome-desktop is https://git.gnome.org/browse/gnome-desktop/commit/?id=b69fde6 https://bugzilla.gnome.org/show_bug.cgi?id=778666 gdk-pixbuf-loader/Makefile.am | 9 +++++++++ gdk-pixbuf-loader/librsvg.thumbnailer.in | 4 ++++ 2 files changed, 13 insertions(+) commit c3c80d25b5d5b23c0cd1899667ed07289441372b Author: Federico Mena Quintero Date: Wed Oct 26 18:18:46 2016 -0500 Update the README README | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) commit 026cd60eaa1f7f893cdce4fefa464bab1463e336 Author: Federico Mena Quintero Date: Fri Oct 21 16:48:41 2016 -0500 Oops, removed unused variable test-display.c | 3 --- 1 file changed, 3 deletions(-) commit f2edb0c6dc65318f4ee2c154fb700c74632e81e5 Author: Federico Mena Quintero Date: Fri Oct 21 16:42:07 2016 -0500 test-display.c: Remove redundant code for zlib decompression Same as for rsvg-convert; librsvg can already deal with .svgz by itself. test-display.c | 26 -------------------------- 1 file changed, 26 deletions(-) commit 8b834834abecf9cb492216d29b6d634a8c5aa35d Author: Federico Mena Quintero Date: Fri Oct 21 12:10:41 2016 -0500 rsvg-convert: Remove redundant code for zlib decompression The gio streaming machinery inside librsvg already knows how to sniff the incoming data for zlib compression; we don't need to explicitly create a decompressor stream here. rsvg-convert.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit 12cc5ec711e954813cbabb446ff96ad326e728cd Author: Federico Mena Quintero Date: Fri Oct 21 14:29:45 2016 -0500 rsvg-base: move duplicated code to a function rsvg-base.c | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) commit 5a88df059eb78b40f4e0bca35632ad96be128562 Author: Federico Mena Quintero Date: Fri Oct 21 13:30:35 2016 -0500 Normalize test reference PNGs; font rendering changed a little bit tests/fixtures/reftests/bugs/340047-ref.png | Bin 4706 -> 4891 bytes tests/fixtures/reftests/bugs/749415-ref.png | Bin 19572 -> 21402 bytes tests/fixtures/reftests/bugs/760180-ref.png | Bin 8120 -> 8884 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit e42b622d9c82c2702d3d1f3b981022718cd1084b Author: Chun-wei Fan Date: Wed Oct 19 19:34:28 2016 +0800 Remove rsvg-install.props's during re-generation This is to ensure the changes in the generated build/win32/vs10/rsvg-install.props are applied in build/win32/vs[11|12|14] as well. build/win32/vs10/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) commit 6ee81cd434c5b0fa04dccf265281249eff7b7b1d Author: Chun-wei Fan Date: Wed Oct 19 14:48:08 2016 +0800 build/: Force MSVC project file generation on Makefile.am changes Make the Makefile.am targets for generating the Visual Studio projects re-generate the project files and the header listings whenever the Makefile.am's that include build/Makefile.msvcproj changes, so that whenever a source/header is added, they will be reflected in the projects and in the property sheets that are used to copy the headers. Also ensure that these are applied to the vs11, vs12 and vs14 projects when this happens, as they are copied and processed from the Visual Studio 2010 projects. build/Makefile-newvs.am | 2 +- build/Makefile.msvcproj | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) commit 8a0af0123ed54ca9925d9739c508267283486be2 Author: Federico Mena Quintero Date: Wed Jun 8 21:33:42 2016 -0500 Post-release version bump to 2.40.17 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ea77fccbccdf4d518d64119ce9d6bc7e28a268fb Author: Chun-wei Fan Date: Wed Jun 22 10:56:50 2016 +0800 Visual Studio builds: Look for cairo headers in $(prefix)/include/cairo Cairo headers could be in $(prefix)/include/cairo, so make sure we look for them there as well. Also rearrange order where headers are looked for in Visua Studio 2008 builds, in the order of dependency hierarchy. build/win32/vs10/rsvg-build-defines.props | 2 +- build/win32/vs9/rsvg-build-defines.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)