summaryrefslogtreecommitdiff
path: root/redland/README
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-10 15:44:41 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-10 15:44:41 +0200
commitecc335ffb70ba20d8a97291c4ded8075917a7639 (patch)
treefb4e73acc7ea84b5baa181e5a3c23f32cf963db8 /redland/README
parent4a15f9e51618fbe39e6d5351ea91f14a56bea77b (diff)
parent2e52d38c5049efede9ecd4633f81c8d207a28546 (diff)
CWS-TOOLING: integrate CWS odfmetadata4
Notes
Notes: split repo tag: libs-extern_ooo/DEV300_m78 split repo tag: libs-extern_ooo/DEV300_m79
Diffstat (limited to 'redland/README')
-rw-r--r--redland/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/redland/README b/redland/README
index d01ae085cc66..87299ebf1fd4 100644
--- a/redland/README
+++ b/redland/README
@@ -22,7 +22,8 @@ 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:
+There used to be also 3 patches here that fix bugs in redland and ought to be
+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:
@@ -31,4 +32,7 @@ There are also 3 patches that fix bugs in redland and are of general interest:
- redland-1.0.8.patch.storage_hashes_list_duplicates:
hashes, list storage: if contexts are enabled, then it is possible to add
duplicate statements
+Attempts to upstream these patches failed for reasons upstream kept to
+themselves. Now these patches are replaced with workarounds in unoxml.
+Note to future maintainers: work around redland bugs in client code.