2009-12-16  Dave Beckett  <dave@dajobe.org>

	* Snapshotted redland-bindings_1_0_10_1 for 1.0.10.1 release (SVN 15922)

2009-12-16  Dave Beckett <dave@dajobe.org>

	* php/redland-post.i: (librdf_php_check_exception): Use TSRMLS_CC

2009-12-15  Dave Beckett <dave@dajobe.org>

	* ChangeLog, ChangeLog.8, ChangeLog.9, Makefile.am: Add Changelogs
	for 2007 2008

	* NEWS.html, RELEASE.html, configure.ac: Bump version to 1.0.10.1
	- note 1.0.9.1 was never released.  oops

	* ruby/lib/rdf/redland/resource.rb: (resource.type?): Use return
	value of model.find - a sequence and count it's size rather than
	just compare value to nil. Addresses
	Issue#000292 http://bugs.librdf.org/mantis/view.php?id=292
	but may not fix it.

	* configure.ac: Added PYTHON_LDFLAGS, PYTHON_LIBEXT,
	PYTHON_INCLUDES and PYTHON_LIB envariables to override/set the
	python build parameters.  Thanks to 'normang' for inspring this
	change from the patch in the issue.
	Fixes Issue#0000257 http://bugs.librdf.org/mantis/view.php?id=257

2009-11-29  Lauri Aalto <laalto@iki.fi>

	* autogen.sh: Reduce autogen noise on systems where uname is not
	in /usr/bin

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

	* python/redland-post.i: (librdf_python_unicode_to_bytes):
	Allocate enough bytes for storing an UTF-8 encoded version of a
	python UCS-2 encoded Unicode string - up to 3 bytes per codepoint.
	Fixes Issue#000313 http://bugs.librdf.org/mantis/view.php?id=313

2009-09-17  Dave Beckett <dave@dajobe.org>

	* INSTALL.html: Add note about using older bindings with newer redland

2009-08-31  Dave Beckett <dave@dajobe.org>

	* ruby/Makefile.am: Alter linking to put LDFLAGS at end of line so
	that they can be overridden by user/distro.  Patch from Aria
	Stewart.  Thanks

	* ruby/lib/rdf/redland/model.rb: (Model.delete): Allow wildcards
	in s,p,o to delete a set of statements from a Model.find
	call. Patch from Aria Stewart.  Thanks

	* ruby/lib/rdf/redland/parser.rb: (Parser.parse_into_model,
	Parser.parse_string_into_model): Add warning about different
	argument order to rdoc documentation

2009-08-25  Dave Beckett <dave@dajobe.org>

	* autogen.sh: 2 lines shorter

	* autogen.sh: Use FOO_args for default args for feature FOO
	Add --enable-gkt-doc only if it is a needed feature
	Automatically look for glibtoolize on Darwin/OSX

	* configure.ac: AC_SUBST(ECHO) so messages print ok

	* php/Makefile.am: Put PHP linking args at end

	* autogen.sh: Add autogen.sh from raptor with optional shave

	* php/Makefile.am: Restore AM_LDFLAGS using LIBRDF_LDFLAGS to make
	php bindings link again.

	* ruby/lib/rdf/redland/model.rb: Added Model.load

2009-07-17  Dave Beckett <dave@dajobe.org>

	* COPYING: Update GPL2 to latest version (white space changes)
	used by rasqal, raptor, redland

2009-07-04  Dave Beckett <dave@dajobe.org>

	* python/test/test.py: Call parser.namespaces_seen()

	* python/RDF.py: Added Parser.namespaces_seen

2009-04-12  Dave Beckett <dave@dajobe.org>

	* autogen.sh: copy in from ../librdf/autogen.sh

	* configure.ac: 1.0.9.1

2009-04-07  Dave Beckett <dave@dajobe.org>

	* python/Makefile.am: Set PYTHON_INCLUDES as a make var so it can
	be overridden, such as in debian packaging where multiple python
	version bindings are built at one time.

