From e9b0ef9784e35fae30e1377493e75c22428dc663 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Apr 2012 01:07:14 +0000 Subject: ChangeLog => NEWS. git-svn-id: http://svn.drobilla.net/sord/trunk@219 3d64ff67-21c5-427c-a301-fe4f08042e5a --- ChangeLog | 40 ---------------------------------------- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 ChangeLog create mode 100644 NEWS diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 9612eb2..0000000 --- a/ChangeLog +++ /dev/null @@ -1,40 +0,0 @@ -sord (0.8.0) stable; - - * Use path variables in pkgconfig files - * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man) - * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0) - * Fix comparison of typed literals - * Take advantage of interning in sord_node_equals() - * Support compilation as C++ under MSVC++. - * Add sord_iter_get_node() - * Refuse to intern relative URIs in sord_new_uri*() - * Add sord_new_relative_uri() - * Add SordInserter for writing to a model via Serd sink functions. - * Add convenient sord_search(), sord_ask(), and sord_count() - * Add sord_validate tool for validating data against RDF/OWL schemas - - -- David Robillard Tue, 17 Apr 2012 18:24:53 -0400 - -sord (0.5.0) stable; - - * Remove glib dependency - * Add function sord_contains for checking for a triple pattern - * Add function sord_write_iter for writing a queried range - * Fix Sord::Namespaces::qualify to no longer chop prefixes - * Add ability to build static library - - -- David Robillard Thu, 29 Sep 2011 00:00:00 -0400 - -sord (0.4.2) stable; - - * Fix compilation issues on some systems - * Fix build system Python 3 compatibility - * Bump Serd dependency to 0.4.0 - - -- David Robillard Wed, 25 May 2011 19:00:00 -0400 - -sord (0.4.0) stable; - - * Initial release - - -- David Robillard Tue, 24 May 2011 23:00:00 -0400 diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..9612eb2 --- /dev/null +++ b/NEWS @@ -0,0 +1,40 @@ +sord (0.8.0) stable; + + * Use path variables in pkgconfig files + * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man) + * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0) + * Fix comparison of typed literals + * Take advantage of interning in sord_node_equals() + * Support compilation as C++ under MSVC++. + * Add sord_iter_get_node() + * Refuse to intern relative URIs in sord_new_uri*() + * Add sord_new_relative_uri() + * Add SordInserter for writing to a model via Serd sink functions. + * Add convenient sord_search(), sord_ask(), and sord_count() + * Add sord_validate tool for validating data against RDF/OWL schemas + + -- David Robillard Tue, 17 Apr 2012 18:24:53 -0400 + +sord (0.5.0) stable; + + * Remove glib dependency + * Add function sord_contains for checking for a triple pattern + * Add function sord_write_iter for writing a queried range + * Fix Sord::Namespaces::qualify to no longer chop prefixes + * Add ability to build static library + + -- David Robillard Thu, 29 Sep 2011 00:00:00 -0400 + +sord (0.4.2) stable; + + * Fix compilation issues on some systems + * Fix build system Python 3 compatibility + * Bump Serd dependency to 0.4.0 + + -- David Robillard Wed, 25 May 2011 19:00:00 -0400 + +sord (0.4.0) stable; + + * Initial release + + -- David Robillard Tue, 24 May 2011 23:00:00 -0400 -- cgit v1.2.1