2023-03-01  Dave Beckett  <dave@dajobe.org>

	* Snapshotted raptor2_2_0_16 for 2.0.16 release (GIT b2d89d96cb43a93f751e17619491955abb41dbd1)

2023-03-01  Dave Beckett <dave@dajobe.org>

	* docs/raptor-changes.tsv, scripts/process-changes.pl: Support
	constants in changes TSV
	* docs/raptor-changes.tsv: 2.0.16 API changes

2023-02-28  Dave Beckett <dave@dajobe.org>

	* configure.ac: https and 2023
	* INSTALL.html, LICENSE.html, NEWS.html, README.html, RELEASE.html,
	TODO.html, UPGRADING.html:
	https and 2023
	* docs/.gitignore: Ignore raptor2.actions

2023-02-22  Dave Beckett <dave@dajobe.org>

	* docs/tmpl/section-avltree.sgml,
	docs/tmpl/section-constants.sgml, docs/tmpl/section-www.sgml:
	Updated doc templates

	* src/raptor_serialize_rdfxmla.c, src/raptor_serialize_turtle.c:
	Remove set but unused variable i

2022-12-27  Dave Beckett <dave@dajobe.org>

	* ChangeLog, INSTALL.html, LICENSE.html, NEWS.html, RELEASE.html,
	configure.ac, src/raptor_general.c: 2023 and https

2022-12-27  Dave Beckett <dave@dajobe.org>

	* Merge pull request #53 from trofi/shared-by-default
	CMakeLists.txt: default to shared libraries by default (just like
	GNU configure)

2022-12-26  Dave Beckett <dave@dajobe.org>

	* Merge pull request #55 from thesamesam/clang16 configure.ac: fix
	-Wimplicit-function-declaration in HAVE___FUNCTION_…

2022-11-04  Sam James <sam@gentoo.org>

	* configure.ac: configure.ac: fix -Wimplicit-function-declaration
	in HAVE___FUNCTION__ test (Clang 16)

	Clang 16 will make -Wimplicit-function-declaration errors by
	default.

	``` error: call to undeclared library function 'printf'
	with type 'int (const char *, ...)'; ISO C99 and later do not
	support implicit function declarations
	[-Werror,-Wimplicit-function-declaration] error: call to undeclared
	library function 'printf' with type 'int (const char *, ...)'; ISO
	C99 and later do not support implicit function declarations
	[-Werror,-Wimplicit-function-declaration] ```

	For more information, see LWN.net [0] or LLVM's Discourse [1],
	gentoo-dev@ [2], or the (new) c-std-porting mailing list [3].  [0]
	https://lwn.net/Articles/913505/ [1]

	https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213[2]

	https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240[3] hosted at lists.linux.dev.

2022-07-08  Dave Beckett <dave@dajobe.org>

	* Merge pull request #52 from Artturin/cmakefix

2022-07-03  Dave Beckett <dave@dajobe.org>

	* src/raptor_uri.c:
	(raptor_uri_counted_filename_to_uri_string): Copy NUL when copyin
	file:// prefix.  Coverity false positive since the following lines
	of code always add more characters and a NUL.  "Fixes" CID 353858

2022-06-15  Artturin <Artturin@artturin.com>

	* src/CMakeLists.txt:
	fix the cmake generated pc file before
	libdir=${exec_prefix}//nix/store/i7abvb760gzca1wqk9g617shqdj5sr7f-raptor2-aarch64-unknown-linux-gnu-2.0.15/lib
	includedir=${prefix}//nix/store/i7abvb760gzca1wqk9g617shqdj5sr7f-raptor2-aarch64-unknown-linux-gnu-2.0.15/include/raptor2note the double // due to CMAKE_INSTALL_LIBDIR already being a
	absolute path after
	libdir=/nix/store/rlhzlak7chagd23898n1x9id6f5a6qpn-raptor2-aarch64-unknown-linux-gnu-2.0.15/lib
	includedir=/nix/store/rlhzlak7chagd23898n1x9id6f5a6qpn-raptor2-aarch64-unknown-linux-gnu-2.0.15/include/raptor2

2022-06-06  Dave Beckett <dave@dajobe.org>

	* src/raptor_internal.h, src/raptor_nfc_icu.c,
	src/raptor_rdfxml.c, src/raptor_unicode.c,
	tests/rdfxml/Makefile.am: Fix internal ICU string NFC check to
	convert to UTF-16 first

	(raptor_nfc_icu_check, raptor_unicode_check_utf8_nfc_string):
	Changed signature of these internal functions to not have error_p
	which wasn't even consistently used.  Instead return -1 on failure
	which is also "falsey" in C.

	(raptor_nfc_icu_check): Do an UTF-8 (raptor) to UTF-16 conversion
	before trying to do a NFC normalization check.  Update callers of
	above internal functions to remove error_p argument which was
	unused in all callers.  Update rdfxmla tests to allow tests to
	throw warnings.

2022-06-04  Dave Beckett <dave@dajobe.org>

	* Merge pull request #50 from passware/enkey/cases/POS-5043

2021-12-24  mathvich <mathvich@gmail.com>

	* src/CMakeLists.txt: [POS-5320] librdfa directory fix

	* CMakeLists.txt, src/CMakeLists.txt: [POS-5230] librdfa directory fix

	* CMakeLists.txt, src/CMakeLists.txt: [POS-5230] tabs changed to spaces

2021-12-15  mathvich <mathvich@gmail.com>

	* utils/CMakeLists.txt: [POS-5103] utils dir fix

	* CMakeLists.txt: [POS-5103] returned to origin

	* CMakeLists.txt: [POS-5103] debug message

2021-12-14  mathvich <mathvich@gmail.com>

	* CMakeLists.txt: [POS-5103] directory change

	* CMakeLists.txt: [POS-5103] directory change

	* src/CMakeLists.txt: [POS-5103] scripts directory fix

2021-11-29  Dave Beckett <dave@dajobe.org>

	* src/raptor_www_curl.c:
	(raptor_www_curl_set_ssl_cert_options) Set res

2021-11-21  Dave Beckett <dave@dajobe.org>

	* src/turtle_parser.y: Add va_end to turtle_parser_error_simple
	error paths

	(turtle_parser_error_simple): Ensure va_end is always called on all
	normal and error paths.  [coverity CID 343351]

	* src/raptor_internal.h, src/raptor_www.c, src/raptor_www_curl.c:
	Summary: Check curl_easy_setopt() return values for errors In
	several places check for curl_easy_setopt() erorr returns and
	fail.  [coverity CID 343360]

	(raptor_new_www_with_connection): On curl module init failures,
	free up www object before error return.

	(raptor_www_curl_init):
	Return error value for failure in init, check all calls with a
	macro.

	(raptor_www_curl_fetch, raptor_www_curl_set_ssl_cert_options)
	(raptor_www_curl_set_ssl_verify_options): Check and set error
	messages on failure

2021-11-21  Dave Beckett <dave@dajobe.org>

	* src/raptor_grddl.c:
	Fix leak on failure of WWW model methods

	(raptor_grddl_fetch_uri): On WWW call failures, free up www object
	before error return. [coverity CID 343353]

	* librdfa/curie.c: Fix check for ".." string (rdfa_resolve_uri):
	Fix check for ".." that never matched; if was always false
	[coverity CID 343354]

	* src/raptor_serialize_rdfxmla.c:
	Handle leak of iter on failure

	(raptor_rdfxmla_emit_subject_properties): Handle leak of iter on
	rv failure by breaking loop to let normal return handle it.
	[coverity CID 343358]

2021-11-14  Dave Beckett <dave@dajobe.org>

	* CMakeLists.txt, src/raptor_config_cmake.h.in: Add cmake check
	for time.h with HAVE_TIME_H

2021-11-09  mathvich <mathvich@gmail.com>

	* CMakeLists.txt, src/raptor_config_cmake.h.in: Fix for CMake
	build on Windows HAVE_TIME_H definition added

2021-10-16  Dave Beckett <dave@dajobe.org>

	* configure.ac: Fix newline quoting for OSX sh/bash compatibility

	* Makefile.am: old ChangeLog are not interesting

2021-10-13  Dave Beckett <dave@dajobe.org>

	* src/Makefile.am: Add parsedate.h to BUILT_SOURCES

	* configure.ac:
	Update bison check to find first new enough GNU
	bison This probably should find all versions and pick the latest but
	that's not so easy in this AC_PATH_PROGS_FEATURE_CHECK approach.  It
	remains that it can be overrridden with the BISON envar, as before.

2021-10-10  Dave Beckett <dave@dajobe.org>

	* src/parsedate.y: Remove ancient protection around ctype calls
	The isTHING() calls do not need an isascii() wrapper ever.

	* src/parsedate.y, src/raptor_internal.h: Fix time header check
	with HAVE_ prefix

	* configure.ac, src/parsedate.y, src/raptor_internal.h: Fix
	headers after removal of AC_HEADER_TIME

2021-10-09  Dave Beckett <dave@dajobe.org>

	* configure.ac, src/parsedate.y: Remove and fix obsolete autoconf
	- Give AC_PROG_LEX an argument
	- Remove AC_HEADER_TIME
	- Remove AC_HEADER_STDC and uses
	- Update explicit header checks adding getopt.h unistd.h

2021-09-20  Dave Beckett <dave@dajobe.org>

	* INSTALL.html, LICENSE.html, README.html:
	2021

2021-09-19  Dave Beckett <dave@dajobe.org>

	* NEWS.html, RELEASE.html:
	Document CVE-2017-18926 fix commit

	* tests/rdfxml/Makefile.am: add bug-650.out

2021-09-18  Dave Beckett <dave@dajobe.org>

	* src/raptor_xml_writer.c:
	XML Writer : compare namespace
	declarations correctly Apply patch from
	0001-CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch.1
	that fixes Issue#0000650
	https://bugs.librdf.org/mantis/view.php?id=650 which overwrote heap
	during XML writing in parse type literal content.  This was detected
	with clang asan.  Thanks to Michael Stahl / mst2 for the fix.

	* tests/rdfxml/CMakeLists.txt, tests/rdfxml/Makefile.am,
	tests/rdfxml/bug-650.out, tests/rdfxml/bug-650.rdf:
	Add Issue
	#0000650 example to trigger clang asan failure

	* README.html, utils/rapper.1:
	Mention Atom 0.3 in docs and manual
	page Fixes Issue#0000652 https://bugs.librdf.org/mantis/view.php?id=652

2020-10-25  Dave Beckett <dave@dajobe.org>

	* docs/raptor2-sections.txt: Add raptor_avltree_trim

	* Remove callers of deprecated raptor_www setters

2020-10-25  Dave Beckett <dave@dajobe.org>

	* src/raptor_grddl.c, src/raptor_parse.c, src/raptor_www_test.c:
	Remove callers of deprecated raptor_www setters

2020-10-23  Dave Beckett <dave@dajobe.org>

	* docs/raptor2-sections.txt, src/raptor2.h.in, src/raptor_parse.c,
	src/raptor_www.c: Add raptor_www setters taking value string
	length and returning error code on failure errors

	(raptor_www_set_user_agent2): Added, deprecating
	raptor_www_set_user_agent.

	(raptor_www_set_proxy2): Added, deprecating
	raptor_www_set_proxy.

	(raptor_www_set_http_accept2): Added, deprecating
	raptor_www_set_http_accept.

	Fixes Issue #0000649
	https://bugs.librdf.org/mantis/view.php?id=649

2020-10-06  Dave Beckett <dave@dajobe.org>

	* src/turtle_common.c:
	(raptor_stringbuffer_append_turtle_string): Work around clang
	--analyze warning not understanding ownership model

	* src/raptor_sax2.c:
	(raptor_sax2_start_element): Work around clang --analyze warning
	not understanding ownership model

	* src/raptor_uri.c: Use RAPTOR_LEN_FILE_CSS

2020-09-29  Dave Beckett <dave@dajobe.org>

	* src/.gitignore: ignore .c.bak

	* Merge pull request #43 from akimd/update-bison-usage Update
	bison usage

2020-09-24  Akim Demaille <akim.demaille@gmail.com>

	* src/turtle_parser.y: Stylistic change in the parser Propose a
	shorter, more readable (IMHO) approach to typing tokens.

	* src/turtle_parser.y: Use per-type Bison destructors rather than
	per symbols

	I can see two differences, and I believe this is an improvement:
	before we were not reclaiming memory associated to
	blankNodePropertyList and GRAPH_NAME_LEFT_CURLY.  Now we do.

	* src/turtle_parser.y: Use Bison directives rather than CPP macros

	"%define parse.error verbose" is supported since 3.0, and support
	for YYERROR_VERBOSE (deprecated since Bison 2.6, 2012-07-19), was
	removed in 3.6.

2020-09-20  Dave Beckett <dave@dajobe.org>

	* src/raptor_ntriples.c:
	(raptor_ntriples_parse_term): Free N-Triples datatype_uri

2020-09-18  Dave Beckett <dave@dajobe.org>

	* .travis.yml: Travis CI: Add clang ASAN on Linux

2020-09-13  Dave Beckett <dave@dajobe.org>

	* src/raptor_avltree.c:
	(raptor_avltree_delete_internal): Handle deleting empty tree.
	Fixes invalid pointer reference reported by Li Qiang via email.

	* src/raptor_qname.c: cast for warning

	* src/raptor_namespace.c: Do not declare any functions if
	STANDALONE

	* configure.ac, src/raptor_nfc_icu.c: Use newer ICU NFC check for
	ICU V56 or newer (raptor_nfc_icu_check): Switch to use
	unorm2_quickCheck() for ICU >= 56

	* docs/raptor2-sections.txt, src/raptor2.h.in,
	src/raptor_namespace.c: Add raptor_rdf_schema_namespace_uri_len to
	API Update raptor_namespace_test to define strings once to avoid
	ASAN odr-violation test failure.

2020-09-12  Dave Beckett <dave@dajobe.org>

	* Merge pull request #42 from hughmcmaster/pkgconfig configure.ac:
	Remove unused LIBXSLT_VERSION variable

2020-09-08  Dave Beckett <dave@dajobe.org>

	* .travis.yml: Remove slow (un-necessary) brew update for Travis
	OSX build

2020-09-08  Dave Beckett <dave@dajobe.org>

	* Merge pull request #41 from hughmcmaster/pkgconfig Add
	additional pkg-config support

2020-08-21  Hugh McMaster <hugh.mcmaster@outlook.com>

	* configure.ac: configure.ac: Use PKG_CHECK_MODULES to detect the
	ICU library

2020-09-08  Dave Beckett <dave@dajobe.org>

	* src/CMakeLists.txt: Guess at making cmake do the same change to
	turtle_lexer.h

2020-09-07  Dave Beckett <dave@dajobe.org>

	* scripts/fix-flex.pl, src/Makefile.am, src/turtle_parser.y: Fix
	turtle_lexer__scan_bytes signatures for C++ - scripts/fix-flex.pl:
	Fix length type call for newer flex naming convention - Run flex
	output header file through fix-flex.pl

	* .travis.yml, scripts/install-bison3.sh: Travis config and
	install-bison3.sh updates

	* .travis.yml: Add experimental builds for Travis for cmake, ppc,
	arm64

	* src/raptor_grddl.c, src/raptor_internal.h, src/raptor_json.c,
	src/raptor_libxml.c, src/snprintf.c: Supporess worning to allow
	YAJL2 to use long long in API

	* CMakeLists.txt: Add bison and flex versions to CMake

	* src/raptor_abbrev.c:
	(raptor_print_abbrev_po): Another signature fix

	* src/raptor_abbrev.c:
	(raptor_print_abbrev_po): Fix signature with casting

	* src/raptor_qname.c: Protect some debug messages from null URI

2020-09-06  Dave Beckett <dave@dajobe.org>

	* src/raptor_internal.h: Include ICU (vi libxml) in C++ context if
	running under C++

	* src/raptor_internal.h: Fix GCC version check that was not
	working around IGNORE_FORMAT_NONLITERAL_START

	* src/turtle_parser.y:
	Correct error callbacks for raptor and
	mid-parsing

	(turtle_parser_error): Parsing error handling with scanner context
	(turtle_parser_error_simple): Added for error handling for raptor
	functions, matching the raptor_simple_message_handler method

	* INSTALL.html, configure.ac, scripts/install-bison3.sh,
	src/parsedate.y, src/turtle_common.c, src/turtle_common.h,
	src/turtle_lexer.l, src/turtle_parser.y: Move to bison 3.4+

	* src/turtle_parser.y:
	(turtle_parser_error): Allow and pass on varargs error

	* src/raptor_grddl.c:
	(grddl_free_xml_context): Remove unused context Just free
	xml_context via userdata arg.  Fix callers

2020-09-05  Dave Beckett <dave@dajobe.org>

	* Merge pull request #40 from himajin100000/zero_on_failure
	Documentation says "0 on failure." At least size_t >= 0

2020-09-05  Dave Beckett <dave@dajobe.org>

	* Merge pull request #38 from hroptatyr/feat/turtle-flush provide
	raptor_turtle_serialize_flush()

2020-09-05  Dave Beckett <dave@dajobe.org>

	* src/turtle_lexer.l, tests/trig/Makefile.am,
	tests/trig/issue-37.out, tests/trig/issue-37.trig: Add test that
	fails for PR#37

	Pull request
	https://github.com/dajobe/raptor/pull/37

2019-04-08  himajin100000 <himajin100000@gmail.com>

	* src/turtle_common.c:
	Documentation says "0 on failure." At least
	size_t >= 0

2018-06-01  Adam Novak <anovak@soe.ucsc.edu>

	* scripts/fix-bison.pl, scripts/install-bison3.sh: Update to work
	with Bison 3.0.5

2018-02-09  Sebastian Freundt <freundt@ga-group.nl>

	* src/raptor2.h.in: fix, PEBKAC, actually declare
	raptor_avltree_trim() as it is implemented

2018-02-08  Sebastian Freundt <freundt@ga-group.nl>

	* src/raptor2.h.in, src/raptor_avltree.c,
	src/raptor_serialize_turtle.c: fix, actually trim the avltrees
	after successful emission upon raptor_serialize_flush()

	* src/raptor_serialize_turtle.c: provide
	raptor_turtle_serialize_flush()

	This changeset clones raptor_turtle_serialize_end() as
	raptor_turtle_serialize_flush() without the reset for the header.
	This, via raptor_serializer_flush(), allows for fine grained
	emission of turtle statements.

2018-02-07  Sebastian Freundt <freundt@ga-group.nl>

	* src/turtle_parser.y:
	This changeset fixes an issue with the turtle
	chunk parser which defers statements internally to pick up the work
	with the next chunk.

	Should the chunk parser not be called anymore any statements
	recorded as deferred would be lost.  An example to reproduce the
	bug (TriG mode):
	<x> { [ a <test> ] <shows> <bug> .}

	With this fix applied the above correctly produces the following 2
	quads:
	_:genid1 <shows> <bug> <x> .  _:genid1
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <test> <x> .

2017-07-01  Dave Beckett <dave@dajobe.org>

	* src/raptor_xml_writer.c:
	(raptor_xml_writer_start_element_common): Add and use
	XML_LANG_PREFIX define

2017-04-16  Dave Beckett <dave@dajobe.org>

	* src/raptor2.h.in: Write UTF-8 for JSON literals

	Add #RAPTOR_ESCAPED_WRITE_BITFLAG_UTF8 to
	#RAPTOR_ESCAPED_WRITE_JSON_LITERAL and document why

	Fixes Issues #0000606
	https://bugs.librdf.org/mantis/view.php?id=606

	* src/raptor_xml.c, src/raptor_xml_writer.c: Make nsd compare
	methods handle NULLs (raptor_nsd_compare,
	raptor_xml_writer_nsd_compare): Sort NULLs separate and avoid
	strcmp() where those are undefined.

	* src/raptor_xml_writer.c: Calcualte max nspace declarations
	correctly for XML writer

	(raptor_xml_writer_start_element_common): Calculate max including
	for each attribute a potential name and value.

	Fixes Issues #0000617
	https://bugs.librdf.org/mantis/view.php?id=617
	and #0000618
	https://bugs.librdf.org/mantis/view.php?id=618

	* src/sort_r.h: Accept cygwin as a Linux-like Fixes Issue
	#00000600 https://bugs.librdf.org/mantis/view.php?id=600

2017-04-02  Dave Beckett <dave@dajobe.org>

	* src/raptor_uri.c: Add _POSIX_C_SOURCE for lstat() in test code

2017-01-08  Dave Beckett <dave@dajobe.org>

	* .travis.yml: Add back OSX brew gtk-doc so autogen.sh works

	* src/raptor_internal.h: Annotate raptor_simple_message_handler as
	having format arg.

	* src/snprintf.c: Define _GNU_SOURCE it not already set

	* src/raptor_avltree.c, src/raptor_grddl.c, src/raptor_internal.h,
	src/raptor_rss_common.c, src/raptor_serialize_rdfxmla.c,
	src/raptor_serialize_rss.c, src/raptor_serialize_turtle.c: Add
	RAPTOR_VOIDP macro for casting fprint %p object arguments.

	* src/snprintf.c:
	[c++] Test pointer against NULL rather than use as implicit bool

	* .travis.yml:
	Travis: No need to install gtk-doc for OSX now

	* .travis.yml:
	Travis: --disable-gtk-doc for speed

	* scripts/process-changes.pl:
	Ignore changes from raptor v1 to v2

	* librdfa/rdfa_utils.c:
	cast for C++

	* INSTALL.html, LICENSE.html, NEWS.html, README.html,
	RELEASE.html, TODO.html, UPGRADING.html, docs/raptor-docs.xml:
	2017

	* configure.ac, librdfa/curie.c, librdfa/iri.c, librdfa/lists.c,
	librdfa/rdfa_utils.c, librdfa/rdfa_utils.h, src/Makefile.am,
	src/raptor_internal.h, src/strdup.c: Get rid of strdup configure
	code; move to librdfa.  Easier to replace strdup() calls in
	librdfa/ with it's own version and just alway use it.  Remove
	strdup checks from configure.ac
	(rdfa_strdup): Added.  Updated all callers.

	* configure.ac, src/Makefile.am, src/raptor_internal.h,
	src/raptor_rdfxml.c, src/raptor_rss.c, src/raptor_uri.c,
	src/raptor_www_curl.c, src/strdup.c: Portability fixes for C11 and
	newer clang

	- Fix some RAPTOR_ASSERT_DIE() calls to have an arg value.
	- Add strdup.c for when it is missing and a configure check.
	- Write special configure.ac checks for strdup and strtok_r to
	  work (ie fail) when there functions are not defined in headers.
	- Update compiler warning arguments:
	- Add -std=c11 so it'll try to use C11 if available
	- Add -Wstrict-overflow
	- Add -Wpedantic
	- Remove -Wno-conversion -Wno-sign-conversion that are no longer
	  warnings
	- For clang (OSX) always add -Wno-nullability-completeness since even
	  stdio.h fails this.
	- Remove duplicate functions in AC_CHECK_FUNCS that AC_HEADER_STDC
	  already calls.
	- Move maintainer mode warning flags very early so they get picked
	  up by tests.

	* src/raptor_general.c, src/raptor_www.c: Fix RAPTOR_ASSERT and
	RAPTOR_ASSERT_DIE call args

	* configure.ac: Pull out OSX-specific and clang-specific warnings
	OSX 10.2 + clang is too noisy with warnings in stdio.h

	* scripts/fix-flex.pl, src/turtle_parser.y:
	Fixes for newer flex Testing with flex 2.6.3

2017-01-07  Dave Beckett <dave@dajobe.org>

	* src/raptor_internal.h:
	(OSX) clang fix for ignoring -Wformat-nonliteral

	* src/raptor_internal.h: RAPTOR_ASSERT() macro: Pass return arg to
	RAPTOR_ASSERT_DIE()

	* ChangeLog, NEWS.html, RELEASE.html: 2.0.16

2016-11-14  Dave Beckett <dave@dajobe.org>

	* Merge pull request #36 from ariadnext/cmake-GNUInstallDirs
	cmake: use GNUInstallDirs for install paths

2016-10-06  Eric Le Lay <eric.lelay@ariadnext.com>

	* CMakeLists.txt, src/CMakeLists.txt, utils/CMakeLists.txt: use
	GNUInstallDirs for install paths to be able to install
	libraptor2.a and raptor2.pc to a specific directory when
	cross-compiling

2016-09-05  Dave Beckett <dave@dajobe.org>

	* Merge pull request #34 from JervenBolleman/master
	Change to count option of rapper to count in longs instead of ints

2016-08-29  Stephan Bergmann <sbergman@redhat.com>

	* src/raptor_uri.c: -fsanitize=nonnull-attribute

2016-08-05  Jerven Bolleman <jerven.bolleman@isb-sib.ch>

	* utils/rapper.c: Untested change to count option of rapper to
	count in longs instead of ints

2015-12-29  Dave Beckett <dave@dajobe.org>

	* src/raptor_general.c: Fix RAPTOR_ASSERT_DIE() call

2015-12-12  Dave Beckett <dave@dajobe.org>

	* RELEASE.html: html

2015-10-27  Dave Beckett <dave@dajobe.org>

	* ChangeLog, NEWS.html, RELEASE.html: 2.0.16 changes

	* Merge pull request #33 from schnitzeltony/master
	configure.ac: do additional checks on libxml2 when library is found

2015-10-27  Andreas Müller <schnitzeltony@googlemail.com>

	* configure.ac:
	configure.ac: do additional checks on libxml2 when library is found

	In yocto cross environments we must use pkg-config. Configuring with

	  --without-xml2-config
	  --without-curl-config

	causes

	| checking for LIBXML... yes
	| checking for libxml via pkg-config... yes - 2.9.2
	| checking for LIBCURL... yes
	| checking for libcurl via pkg-config... yes - 7.44.0
	| checking for ICU... no
	| checking for yajl installation... not found. Get it from http://lloyd.github.com/yajl/ and use --with-yajl=DIR if necessary to configure the installation directory.
	| checking GRDDL parser requirements... no - libxml2 and libxslt are both not available

	Applying this patch fixes configuration.

	Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

2015-07-20  Dave Beckett <dave@dajobe.org>

	* .travis.yml, scripts/install-bison3.sh: Revert "Make Travis-CI
	run in a container"
	This reverts commit e02d2c43ad2c3e2ba5a9279861c943c9559f967e.

	* .travis.yml, scripts/install-bison3.sh: Make Travis-CI run in a
	container

2015-07-05  Dave Beckett <dave@dajobe.org>

	* utils/rdfdiff.c:
	(rdfdiff_new_blank) resource leak on error [CID 122405]

2015-07-05  Dave Beckett <dave@dajobe.org>

	* utils/rdfdiff.c:
	(rdfdiff_new_file) resource leak on error [CID 122404]

2015-05-03  Dave Beckett <dave@dajobe.org>

	* src/turtle_lexer.l:
	(YY_FATAL_ERROR): Remove never reachable abort() after longjmp()

	* Merge pull request #32 from dajobe/openbsd-fixes Fixes for
	OpenBSD

2015-05-02  Dave Beckett <dave@dajobe.org>

	* librdfa/subject.c: Define BNODE_BUFFER_LEN

	* librdfa/rdfa.c: Fix librdfa end_element() generation without
	sprintf

	* src/raptor_uri.c: remove another sprintf()

	* src/raptor_abbrev.c, src/raptor_librdfa.c, src/raptor_rss.c,
	src/raptor_www.c: Several #ifdef fixes to avoid code after abort()

	* src/raptor_general.c, src/raptor_internal.h: Make
	RAPTOR_ASSERT_DIE take parameter for non-abort case To prevent gcc
	'will never be executed' warnings.

	* librdfa/rdfa.c, librdfa/subject.c, src/turtle_lexer.l: Remove
	sprintf() and replace with snprintf() or hard-coded format

	* examples/grapper.c, librdfa/curie.c, utils/rdfdiff.c: Remove
	strcpy() and replace with count and memcpy()

	* src/raptor_grddl.c, src/raptor_internal.h, src/raptor_libxml.c,
	src/snprintf.c: OpenBSD fixes

2015-04-24  Dave Beckett <dave@dajobe.org>

	* .gitignore, scripts/.gitignore, src/.gitignore, utils/.gitignore:
	Update .gitignore

	* Merge pull request #29 from 0u812/cmake-update-squashed
	CMake build system upgrade to allow building from git sources

2015-04-24  Dave Beckett <dave@dajobe.org>

	* tests/feeds/test01-result.atom, tests/feeds/test02-result.atom,
	tests/feeds/test03-result.atom: Fix atom results after serializer
	changes

2015-04-23  0u812 <0u812@github.com>

	* appveyor.yml: don't split echo command

	* appveyor.yml:
	Update appveyor.yml to let CMake build the lexers/parsers

	Also download latest Cygwin setup due to the one installed
	on appveyor being out of date

	Squashed commit of the following:

	commit 103bee37c4a215494f4929a00497ced9238c8164
	Author: 0u812 <0u812@github.com>
	Date:   Thu Apr 23 14:20:30 2015 -0700

	add CYG_SETUP_URL

	commit b4ef42b2c2449089a6295c19c2cced0bd485cade
	Author: 0u812 <0u812@github.com>
	Date:   Thu Apr 23 14:12:07 2015 -0700

	download latest Cygwin setup

	commit 02d81375698a12b52ef4c0a61af2f105c214d5c7
	Author: 0u812 <0u812@github.com>
	Date:   Wed Apr 22 23:24:55 2015 -0700

	specify path to Cygwin-installed Perl/Bison/Flex in shared build as well

	commit 20e5181b1d2b098179d199e67d47ef24dbebafd9
	Author: 0u812 <0u812@github.com>
	Date:   Wed Mar 4 16:01:44 2015 -0800

	prevent appveyor script from generating parser tables (done in
	CMake instead)

2015-03-23  Dave Beckett <dave@dajobe.org>

	* src/raptor_serialize_rss.c: RSS 1.0 serializing default
	namespaces fixes.

	Separate default namespace from root element namespace
	- Root element is rdf:RDF for rss 1.0 always
	- Attributes are always rdf:name

2015-02-01  Dave Beckett <dave@dajobe.org>

	* autogen.sh: Handle updated glibtoolize (OSX) name in --version

2015-01-29  0u812 <0u812@github.com>

	* CMakeLists.txt, tests/rdfa/CMakeLists.txt,
	tests/rdfa11/CMakeLists.txt: Make rdfa/rdfa11 tests expected
	failures (they are not counted as failing tests, so get 100%
	passing).

	Reject Bison at CMake config stage if major version
	is older than 3.

	--

	Squashed commit of the following:

	commit 5394d2817384d8ca18ca4b8f8b2eefd34aa60f4c
	Author: 0u812 <0u812@github.com>
	Date:   Thu Jan 29 14:49:51 2015 -0800

	add rdfa11 expected failures

	commit 1c205f2444dfe7b4341a08e35c00cc9627f58d3b
	Author: 0u812 <0u812@github.com>
	Date:   Thu Jan 29 14:44:44 2015 -0800

	add rdfa expected failures

	commit 81fbc40f08c430267559998024fdbaef5f67b532
	Author: 0u812 <0u812@github.com>
	Date:   Thu Jan 29 14:41:42 2015 -0800

	allow expected failures for tests

	workaround: TRUE is not true in a CMake if statement

	commit cae280b8ad68f98f8256b11db2f7ca7ae51aa7e1
	Author: 0u812 <0u812@github.com>
	Date:   Thu Jan 29 14:11:20 2015 -0800

	RAPPER_RDFDIFF_TEST func

	commit 14fa0f99419729b815c94e429a983174f0cc26fd
	Author: 0u812 <0u812@github.com>
	Date:   Thu Jan 29 13:41:27 2015 -0800

	specify bison ver

2015-01-22  0u812 <0u812@github.com>

	* src/parsedate.y, src/turtle_parser.y: Required version of Bison
	too specific.

	Must use 3.0 avail. via win_flex_bison-2.5.1. Compiles on Windows
	via CMake with this change.

	* src/CMakeLists.txt: missed a few paths

	* src/CMakeLists.txt: use abs paths in custom commands/targets

2015-01-21  0u812 <0u812@github.com>

	* CMakeLists.txt, src/CMakeLists.txt:  Upgrade CMake build system
	to allow building from source.  Generate parsers and
	tokenizers using flex/bison.  Tested compile on FC21 with GNU
	Bison 3.0.2 and flex 2.5.37.

	Squashed commit of the following:

	commit 680a64599970b07d9e4c797bf9ae876536257ac1
	Author: 0u812 <0u812@github.com>
	Date:   Wed Jan 21 13:42:21 2015 -0800

	fix turtle flex dep

	commit 4de1288bbf84b18834332747e30e3ca6c92fa301
	Author: 0u812 <0u812@github.com>
	Date:   Wed Jan 21 13:35:28 2015 -0800

	find flex

	commit 446387d3778ebb760f395e354e3b6cfeb1c700f7
	Author: 0u812 <0u812@github.com>
	Date:   Wed Jan 21 13:30:46 2015 -0800

	LIBXML2_INCLUDE_DIRS wrong var; use LIBXML2_INCLUDE_DIR

	commit 76e852ef1acc2309c1a78c6e264fd7c538edd633
	Author: 0u812 <0u812@github.com>
	Date:   Wed Jan 21 13:26:32 2015 -0800

	correct cmake rename command

	commit 109c4a3159e338af0e0aa6c886110ea9e31749c6
	Author: 0u812 <0u812@github.com>
	Date:   Tue Jan 20 12:21:35 2015 -0800

	resolve paths of src and generated files

	commit 5d8366ef60d72e99f5bac3c29e68c903b16265dd
	Author: 0u812 <0u812@github.com>
	Date:   Tue Jan 20 12:17:05 2015 -0800

	headers are not sources

	commit 93e8ed1765ccc0da449a4515a264843954199838
	Author: 0u812 <0u812@github.com>
	Date:   Tue Jan 20 12:11:34 2015 -0800

	fix output names

	commit 0a7e13ca88b4ffb6c0bf73b9eb635478cd852846
	Author: 0u812 <0u812@github.com>
	Date:   Tue Jan 20 12:10:32 2015 -0800

	add turtle flex tgt

	commit 11c76cfa21b0457bb67411a1eae230c5f2f89008
	Author: 0u812 <0u812@github.com>
	Date:   Tue Jan 20 12:02:25 2015 -0800

	fix dependencies for autogenerated tgts

	commit d30f99cecd27872edc5b9e2c31bef8079a717171
	Author: 0u812 <0u812@github.com>
	Date:   Tue Jan 20 11:53:57 2015 -0800

	add custom cmd to generate turtle parser


2015-01-15  Dave Beckett <dave@dajobe.org>

	* Merge pull request #28 from philjohn/patch-1
	Fixing build errors using raptor2.spec

2015-01-14  philjohn <philjohn@gmail.com>

	* raptor2.spec.in:
	Fixing build errors using raptor2.spec

	The spec file uses the wrong libdir for raptor2,
	/usr/lib(|64)/raptor instead of /usr/lib(|64)/raptor2, it also
	excludes some files (.a and .la) that rpmbuild complains about.

2015-01-07  Dave Beckett <dave@dajobe.org>

	* docs/raptor-docs.xml: 2015

2015-01-04  Dave Beckett <dave@dajobe.org>

	* INSTALL.html, LICENSE.html, NEWS.html, RELEASE.html, TODO.html,
	UPGRADING.html: 2015

2015-01-01  Dave Beckett <dave@dajobe.org>

	* Merge pull request #27 from dajobe/appveyor
	CMake and windows fixes targetted for Appveyor builds

2014-12-23  Dave Beckett <dave@dajobe.org>

	* docs/tmpl/section-general.sgml: tmpls

2014-12-22  Dave Beckett <dave@dajobe.org>

	* Merge pull request #26 from hroptatyr/feat/turtle-chunk-parser
	Provide turtle chunk parser

2014-12-20  Sebastian Freundt <hroptatyr@fresse.org>

	* src/turtle_parser.y: Stop passing chunks to turtle_parser if
	there have been errors

2014-12-18  Dave Beckett <dave@dajobe.org>

	* src/raptor_serialize_turtle.c: code style

2014-12-18  Sebastian Freundt <hroptatyr@fresse.org>

	* src/turtle_common.h:
	hygiene, kick superfluous slot `statement'

	It seems the turtle parser routines will use the `statement' slot
	from the rdf_parser structure only.

2014-12-17  Dave Beckett <dave@dajobe.org>

	* src/raptor_serialize_turtle.c: fix comment

2014-12-17  Sebastian Freundt <hroptatyr@fresse.org>

	* src/turtle_common.h, src/turtle_lexer.l, src/turtle_parser.y:
	Provide turtle chunk parser

	This changeset allows to parse huge turtle, trig and n3 files.
	Huge hereby means file sizes bigger than the main memory.  It has
	been tested on the GND dataset of the Deutsche Nationalbibliothek
	(121 MTriples), the dbpedia dataset (583 MT) and a private
	production dataset (1225 MT).

	Previously, the turtle parser tried to stack up all input in a
	huge buffer which it then proceeded to process at once.
