2010-09-27  Dave Beckett  <dave@dajobe.org>

	* Snapshotted redland-bindings_1_0_11_1 for 1.0.11.1 release (GIT 46c21d201277766c7d6afe9c8e5c3876ab7c5571)

2010-09-26  Dave Beckett <dave@dajobe.org>

	* python/Makefile.am: Add redland-pre.i

	* php/Makefile.am: Added -d enable_dl=On to test to maybe help
	reduce warnings See http://us2.php.net/dl

	* RELEASE.html, bindings.rdf.in, configure.ac,
	redland-bindings.spec.in:
	#words - Redland librdf language bindings

	* lua/Makefile.am:
	 lua_$(LUA_PACKAGE).h is not an output of swig for lua

	* AUTHORS: C# gone

	* autogen.sh: Use latest autogen.sh - automake 1.11 required, uses
	silent rules etc.

	* perl/Makefile.am, php/Makefile.am, python/Makefile.am: Remove
	junk for obsolete dmalloc configuration

	* .gitignore, acinclude.m4, build/.gitignore: Update config for
	build/ dir.  remove unused acinclude.m4

	* configure.ac: Automake 1.11 and use build/ dir for aux and
	macros like rest of Redland

	* LICENSE.html: Use 'or any newer versions' in titles too. Link to
	specific LGPL 2.1

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

	* lua/Makefile.am, lua/test.lua: Add test.lua and make 'make
	check' work

	* Makefile.am, configure.ac, lua/Makefile.am: Add skeleton config
	for LUA bindings

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

	* python/redland-post.i:
	Revert raptor_locator_uri_string to
	raptor_locator_uri

	* python/Makefile.am, python/redland-post.i, python/redland-pre.i:
	Update for raptor2 API

	* configure.ac: Check if Redland uses Raptor2 API and set/define
	REDLAND_HAVE_RAPTOR2_API

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

	* configure.ac: 1.0.11

2010-08-05  Dave Beckett <dave@dajobe.org>

	* python/example.py: Turn raised exceptions into objects

	* configure.ac: For OSX Python, add -F$fpath to set framework path
	for the given python

	* python/redland-post.i:
	(librdf_python_unicode_to_bytes): Throw exceptions with better
	runtime error types

	* python/redland-post.i:
	(librdf_python_unicode_to_bytes): Fix calculation of input string
	length and output buffer size.  Set exceptions on errors - using a
	bogus type for now

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

	* ruby/lib/rdf/redland/node.rb:
	(node_from_hash): removed unused var h

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

	* .gitignore, perl/.gitignore, php/.gitignore, python/.gitignore,
	ruby/.gitignore:
	Add .gitignore to replace SVN prop svn:ignore

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

	* python/Makefile.am: reordering link flags so PYTHON_LDFLAGS is
	first and after object, to try to help with -Wl,--as-needed

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.

