=== Ruby/ZOOM 0.2.2 ===

2005-11-08  Laurent Sansonetti  <lrz@gnome.org>

	* README:

	Added a note about YAZ's --enable-shared problem.

	* AUTHORS:

	Added Pascal and Matt.

2005-11-08  Matt Vanderpol  <matt@vanderpol.net>

	* src/rbzoomquery.c (.new_prefix, .new_cql):

	Fixed constructors.

=== Ruby/ZOOM 0.2.1 ===

2005-09-23  Pascal Terjan  <pterjan@linuxfr.org>

	* src/rbzoomoptions.c:

	Fixes segfault when rubyfying the option name.

=== Ruby/ZOOM 0.2.0 ===

2005-08-02  Laurent Sansonetti  <lrz@gnome.org>

	* src/rbzoomresultset.rb (#[]):

	Retrieves the record one by one using ZOOM_resultset_record instead
	of getting them all in once with ZOOM_resultset_records (for a strange
	reason sometimes the resultset was not empty but ZOOM_resultset_records
	used to return empty records).

2005-07-19  Laurent Sansonetti  <lrz@gnome.org>

	* src/lib/marc.rb:

	Added an experimental MARC decoder.

=== Ruby/ZOOM 0.1.0 ===

2005-03-18  Laurent Sansonetti  <lrz@gnome.org>

	* COPYING.LIB,
	  AUTHORS,
	  README:

	Added.

	* src/rbzoomconnection.c,
	  src/rbzoomquery.c:

	Fixed documentation.

	* src/rbzoomresultset.c (#[]):

	- Range objects are supported ;
	- Do not clone nil objects.

2005-03-17  Laurent Sansonetti  <lrz@gnome.org>

	* doc/.cvsignore,
	  doc/gendoc.sh:

	Added.

	* src/rbzoom.c,
	  src/rbzoom.h,
	  src/rbzoomconnection.c,
	  src/rbzoomoptions.c,
	  src/rbzoomquery.c,
	  src/rbzoomrecord.c,
	  src/rbzoomresultset.c:

	Added extdoc documentation + LGPL headers.

2005-03-16  Laurent Sansonetti  <lrz@gnome.org>

	* src/rbzoomrecord.c (#database, #syntax, #render, #xml):

	Added.

	* src/rbzoom.c,
	  sample/hello.rb:

	Renamed the module name as 'ZOOM'.

2005-03-14  Laurent Sansonetti  <lrz@gnome.org>

	Initial RubyForge revision.
