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, raptor1 has been updated
       via  436179a75aa781efd4691ae9a1b6371d8ab39c8f (commit)
       via  ec281ff40e14e010d525724ef40debe22ea7d246 (commit)
      from  afc6eac66d02a3a0cb0eeff488943568a4ff05d1 (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 436179a75aa781efd4691ae9a1b6371d8ab39c8f
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 29 20:19:14 2010 -0800

    Ensure serialized Turtle names are legal
    
    (raptor_turtle_is_legal_turtle_qname): Added to enforce prefix and
    local name character constraints.
    
    (raptor_turtle_emit_resource): Use above to ensure that XML Qnames
    that are not legal Turtle Qnames are never serialized.
    
    Fixes Issue#0000337 http://bugs.librdf.org/mantis/view.php?id=337

commit ec281ff40e14e010d525724ef40debe22ea7d246
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 29 20:17:10 2010 -0800

    Add Turtle serializing test 34 for not serializing a qname with a .
    
    Test for Issue#0000337 http://bugs.librdf.org/mantis/view.php?id=337

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

Summary of changes:
 src/raptor_serialize_turtle.c |   38 +++++++++++++++++++++++++++++++++++++-
 tests/turtle/Makefile.am      |    4 ++--
 tests/turtle/test-34-out.ttl  |    7 +++++++
 tests/turtle/test-34.ttl      |    4 ++++
 4 files changed, 50 insertions(+), 3 deletions(-)
 create mode 100644 tests/turtle/test-34-out.ttl
 create mode 100644 tests/turtle/test-34.ttl


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