summaryrefslogtreecommitdiffstats
path: root/redland/README
diff options
context:
space:
mode:
Diffstat (limited to 'redland/README')
-rw-r--r--redland/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/redland/README b/redland/README
index 57397ccc10d7..d01ae085cc66 100644
--- a/redland/README
+++ b/redland/README
@@ -19,3 +19,16 @@ It consists of 3 parts:
Libraries: libraptor, librasqal, librdf
+Patches:
+There are several patches, most of which contain only hacks to get it to
+build with OOo build system.
+There are also 3 patches that fix bugs in redland and are of general interest:
+- redland-1.0.8.patch.free_null:
+ redland destructor functions don't check if argument is NULL
+- redland-1.0.8.patch.storage_hashes_context_serialize_get_statement:
+ hashes storage: the function to create statements during serialization does
+ not fill in the context propery (i.e. context is NULL)
+- redland-1.0.8.patch.storage_hashes_list_duplicates:
+ hashes, list storage: if contexts are enabled, then it is possible to add
+ duplicate statements
+