=== Ruby/ZOOM 0.2.0 === 2005-08-02 Laurent Sansonetti * 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 * src/lib/marc.rb: Added an experimental MARC decoder. === Ruby/ZOOM 0.1.0 === 2005-03-18 Laurent Sansonetti * 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 * 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 * 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 Initial RubyForge revision.