commit da80cdb009d2d54254dc4cb4349439a46fb084c3 Author: Christian Persch Date: Mon May 13 20:34:28 2013 +0200 Version 2.39.0 NEWS | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit eff36f2adda868d0b75883336e8f9a9f8132e0f7 Author: Christian Persch Date: Fri Aug 16 14:43:31 2013 +0200 tests: Disable failing test This test fails in 2.37.0 already on F19. tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit be7791ee9f0fddd3d0077db2854edc262f444e4b Author: Christian Persch Date: Sun Jul 28 20:35:17 2013 +0200 build: Fix build on F19 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e018fb1b1a4a2a2245d451d169fdaec93437cddb Author: Christian Persch Date: Mon May 13 20:34:09 2013 +0200 docs: Tiny fix rsvg-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f01aded72c38f0e18bc7ff67dee800e380251c8e Author: Christian Persch Date: Mon Feb 11 22:36:58 2013 +0100 io: Implement strict load policy Allow any file to load from data:, and any resource to load from other resources. Only allow file: to load other file: URIs from below the path of the base file. Any other loads are denied. Bug #691708. rsvg-base.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ rsvg-io.c | 2 +- rsvg-private.h | 4 +-- 3 files changed, 84 insertions(+), 11 deletions(-) commit d83e426fff3f6d0fa6042d0930fb70357db24125 Author: Christian Persch Date: Mon Feb 11 22:36:30 2013 +0100 io: Use XML_PARSE_NONET We don't want to load resources off the net. Bug #691708. rsvg-base.c | 3 +++ rsvg-css.c | 2 ++ 2 files changed, 5 insertions(+) commit 56d0018d911eb5783f22125d9893fce075778c64 Author: Christian Persch Date: Sun Mar 3 20:32:09 2013 +0100 io: Resolve relative URIs rsvg-base.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 64 insertions(+), 17 deletions(-) commit fadaab734988a6f16a5af2c7a5bd856f3f0df37e Author: Christian Persch Date: Mon Feb 11 22:04:16 2013 +0100 build: Use -Wno-aggregate-return It's just too noisy. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)