Opened 11 years ago
Closed 11 years ago
#4831 closed enhancement (fixed)
librsvg-2.40.2
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://ftp.gnome.org/pub/gnome/sources/librsvg/2.40/librsvg-2.40.2.changes
commit 02cb19835cb52bd84b0b5eaca1b4d6338417d261 Author: Antoine Jacoutot <ajacoutot@…> Date: Tue Oct 15 09:36:30 2013 +0200
portability: canonicalize_file_name -> realpath
canonicalize_file_name() is a GNU extension so let's use the portable realpath() instead.
rsvg-base.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
commit 6f6be8c524cc42828eb87c10b54a242c6a2484e3 Author: Philip Withnall <philip.withnall@…> Date: Fri Nov 29 12:55:23 2013 +0000
test-display: Fix potential g_object_unref(NULL) call
base_file can legitimately be NULL at this point.
Found by scan-build.
test-display.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
commit 8a9afc72dbfd75461991da1a8699da1abae074e6 Author: Christian Persch <chpe@…> Date: Tue Nov 19 18:48:41 2013 +0100
Post release version bump
configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at r12880.