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 "Redland RDF Library - API and triple stores".

The branch, master has been updated
       via  812d9c39a68d51c7a4d8c98f761a0596fb1ae1ed (commit)
       via  abf94df077773e9d52b85bc2066d8a4e332470aa (commit)
       via  b8f13d9489353a0d902978fe9d76ce534ee2b815 (commit)
       via  89b16893bfa038fc56cc520136065c1bf2c8095b (commit)
       via  796e060270e28232171cf338b1c534bb300db226 (commit)
       via  4b10e71245b56bdab88dd137a2ce388204105e2e (commit)
       via  823bb192791d977cf051f4db319593695b917452 (commit)
       via  939f8f773afd5b43c2119b066bb6e17382806ec7 (commit)
      from  c9c813b311587011d50673904c0d1f8a763bda97 (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 812d9c39a68d51c7a4d8c98f761a0596fb1ae1ed
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 16:51:06 2010 +0200

    Fixed segfaults from a statement handler assuming too much about raptor 
internals.

commit abf94df077773e9d52b85bc2066d8a4e332470aa
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 15:59:27 2010 +0200

    Added raptor2 error/warning handlers. Introduced LIBRDF_FROM_RAPTOR log 
facility.

commit b8f13d9489353a0d902978fe9d76ce534ee2b815
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 15:22:13 2010 +0200

    
(librdf_serializer_raptor_serialize_stream_to_iostream,librdf_serializer_raptor_serialize_stream_to_counted_string):
 Call raptor_free_iostream() on raptor2 to get any output.

commit 89b16893bfa038fc56cc520136065c1bf2c8095b
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 13:05:08 2010 +0200

    Replaced librdf_uris with raptor_uris when using raptor2.
    
    (librdf_uri_get_digest): Internal function gains librdf_world* param.

commit 796e060270e28232171cf338b1c534bb300db226
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 12:49:27 2010 +0200

    Changed deprecated librdf_model_print() call to librdf_model_write() with 
iostream.

commit 4b10e71245b56bdab88dd137a2ce388204105e2e
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 12:33:25 2010 +0200

    Fixed raptor2 raptor_new_iostream calls in test code.

commit 823bb192791d977cf051f4db319593695b917452
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 09:47:40 2010 +0200

    (librdf_parser_raptor_new_statement_handler): Fixed raptor2 
raptor_new_iostream_to_file_handle() call with LIBRDF_DEBUG > 1. Removed unused 
debug variable.

commit 939f8f773afd5b43c2119b066bb6e17382806ec7
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 16 09:44:23 2010 +0200

    (librdf_avltree_check_internal): Changed signature to take a size_t* 
instead of int*.
    
    (librdf_avltree_check): Pass size_t to librdf_avltree_check_internal to 
avoid warning about signed-unsigned comparison.

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

Summary of changes:
 src/librdf.h                |    9 +++++
 src/rdf_avltree.c           |    4 +-
 src/rdf_log.h               |    4 ++-
 src/rdf_model.c             |    4 ++
 src/rdf_node.c              |   10 +++---
 src/rdf_parser_raptor.c     |   12 +++---
 src/rdf_raptor.c            |   38 ++++++++++++++++++---
 src/rdf_serializer_raptor.c |   12 +++++++
 src/rdf_statement.c         |   10 ++++-
 src/rdf_storage_sql.c       |   18 ++++++++--
 src/rdf_uri.c               |   76 ++++++++++++++++++++++++++++++++++++------
 src/rdf_uri_internal.h      |    2 +-
 utils/rdfproc.c             |   11 ++++++-
 13 files changed, 172 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
Redland RDF Library - API and triple stores
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to