summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-11-30 21:45:07 -0800
committerDave Beckett <dave@dajobe.org>2010-11-30 21:45:07 -0800
commitdae4a8e09b93cadf16d1ab9c5e43aebca1a312b6 (patch)
treebf055a211dd0a2418b7786e4b367a08c9c5fd688
parent94ccd79536e06c767e99a31dca9daf8e1c4bf4dc (diff)
downloadraptor-dae4a8e09b93cadf16d1ab9c5e43aebca1a312b6.tar.gz
#changes
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fd62cbc..29f884fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2010-11-30 Dave Beckett <dave@dajobe.org>
+
+ * src/raptor_www_curl.c: Respect Content-Location: header in HTTP
+ responses for final URI
+
+ (raptor_www_curl_update_status): If HTTP header Content-Location:
+ was found, use that rather than the HTTP 3xx redirect URI.
+
+ (raptor_www_curl_header_callback): Use raptor_strncasecmp rather
+ than strncmp to find content type and content location. If
+ content location is found, set the final_uri
+
+ Fixes Issue#0000402 http://bugs.librdf.org/mantis/view.php?id=402
+
+ * docs/Makefile.am, docs/raptor1-eol.html: Add raptor1-eol.html
+
+ * INSTALL.html:
+ update - encouraging the released tarballs path
+
+ * src/raptor_abbrev.c, src/raptor_internal.h,
+ src/raptor_serialize_rdfxmla.c, src/raptor_serialize_turtle.c:
+ Remove unused created_p args / variables from raptor_abbrev
+ internal APIs
+
2010-11-29 Dave Beckett <dave@dajobe.org>
* src/raptor.h.in, src/raptor_term.c: Added convenience methods