This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Raptor RDF parser and serializer library".

The branch, master has been updated
       via  9e8fa8496741851e152974df6e9ec9b34f7b3f97 (commit)
       via  47d055a64d67a4e5802c362b37a360b9dec98d22 (commit)
      from  60a14fa58b6e421b35bc4d0d0fc88e749f747544 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e8fa8496741851e152974df6e9ec9b34f7b3f97
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 8 12:50:41 2010 -0800

    Move libxml init/free code to raptor_libxml_init and raptor_libxml_finish
    
    (raptor_libxml_init): Add xmlInitParser call.
    (raptor_libxml_finish): Add xmlCleanupParser call.
    
    (raptor_sax2_init): Remove xmlInitParser call.
    (raptor_sax2_finish): Remove xmlCleanupParser call.

commit 47d055a64d67a4e5802c362b37a360b9dec98d22
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 8 12:50:10 2010 -0800

    Remove use of xmlSetStructuredErrorFunc from GRDDL parser.
    
    (raptor_grddl_parse_chunk): Remove call to xmlSetStructuredErrorFunc
    which is now done in raptor_libxml_init, once per-library.

-----------------------------------------------------------------------

Summary of changes:
 src/raptor_grddl.c  |    3 ---
 src/raptor_libxml.c |    4 ++++
 src/raptor_sax2.c   |   11 -----------
 3 files changed, 4 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to