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  662698629542a739ac40a99b23b44684336d4f9e (commit)
      from  e44f7b8a0a2cf1ac395e73f762070871ec3918d6 (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 662698629542a739ac40a99b23b44684336d4f9e
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 9 11:41:55 2010 -0800

    Add reference count model for raptor_identifier
    
    (raptor_new_identifier_from_identifier): Set initial usage to 1 when
    allocaed as an object; initialising statically does not use this.
    
    (raptor_new_identifier_from_identifier): Added copy constructor
    
    (raptor_free_identifier): Free when usage is 0. static identifiers do
    not call this; they use raptor_clear_identifier

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

Summary of changes:
 src/raptor.h            |    1 +
 src/raptor_identifier.c |   21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 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