ChangeLog in zoom-0.4.0 vs ChangeLog in zoom-0.4.1
- old
+ new
@@ -1,176 +1,167 @@
-2007-08-12 Walter McGinnis <walter at katipo dot co dot nz>
- * v0.4.0 - checking in support of ZOOM::Connection#package
+v0.4.1 Tue Nov 20 08:05:53 EST 2007
+ - record retrieval has changed with batch_download branch merged into trunk.
+ this allows for records to be downloaded in a batch and tries to fall back
+ to record at a time download if batch download fails.
+ - removed second definition of databaseName from rbzoompackage.c
+ - added RDoc style documentation to C source
+ - added tests for batch retrieval and a connection within a Thread
- * creating a .4 version of gem
-
- * AUTHORS
- - added Walter McGinnis
+v0.4.0 - checking in support of ZOOM::Connection#package
+ - creating a .4 version of gem
+ - added Walter McGinnis, Nicolai Moles-Benfell To Authors
+ - src/rbzoomoptions.c: Added support for rubyfying option names that
+ contain hyphens or full stops.
+ - src/rbzoomconnection.c: Added ZOOM::Connection#package, a factory method
+ that returns an instance of a ZOOM::Package object.
+ - added src/rbzoompackage.c:
- * ChangeLog
- - this entry
-
-2007-08-11 Nicolai Moles-Benfell <n.molesbenfell@gmail.com>
- * AUTHORS
- - added Nicolai Moles-Benfell
- - added Walter McGinnis
-
- * src/rbzoomoptions.c:
- Added support for rubyfying option names that contain hyphens or full stops.
-
- * src/rbzoomconnection.c:
- Added ZOOM::Connection#package, a factory method that returns an instance of a ZOOM::Package object.
-
- Added.
- * src/rbzoompackage.c:
-
-
-
-v0.3.0 Tue Jul 10 11:57:40 EDT 2007
- - new format for this file
+v0.3.0 Tue Jul 10 11:57:40 EDT 2007
+ - new format for this file, all changes are summarized under a version
+ no need to recreate commit messages in a text file when svn can tell us them
- added Rakefile
- applied patch from Jason Ronallo to enable raw method on records
- added test suite
- created gem for rubyforge
2007-05-05 Ed Summers <ehs@pobox.com>
- * AUTHORS
- - added Ed Summers
+ - added Ed Summers
+ - src/lib/* removed marc.rb since it isn't used and conflicts with the marc
+ gem
- * src/lib/*
- - removed marc.rb since it isn't used and conflicts with the marc gem
+# Older format preserved for posterity ...
2006-09-21 Laurent Sansonetti <lrz@chopine.be>
- * ChangeLog,
- README,
- src/**/*.{c,h,rb}:
+ * ChangeLog,
+ README,
+ src/**/*.{c,h,rb}:
- s/gnome.org/chopine.be/g.
+ s/gnome.org/chopine.be/g.
2006-09-21 Devin Bayer <devin@freeshell.org>
- * .cvsignore:
+ * .cvsignore:
- Ignores zoom.bundle.
+ Ignores zoom.bundle.
* sample/needle.rb:
- Updated the needle demo application.
+ Updated the needle demo application.
* src/rbzoomconnection.c:
- Do not fail when reading options.
+ Do not fail when reading options.
2006-08-22 Laurent Sansonetti <lrz@chopine.be>
- * AUTHORS:
+ * AUTHORS:
- - Updated my e-mail address ;
- - Added Devin.
+ - Updated my e-mail address ;
+ - Added Devin.
2006-08-22 Devin Bayer <devin@freeshell.org>
- * src/rbzoomrecord.c:
+ * src/rbzoomrecord.c:
- Added ZOOM::Record#raw, to grab a marc record in marc format.
+ Added ZOOM::Record#raw, to grab a marc record in marc format.
2006-08-20 Devin Bayer <devin@freeshell.org>
- * sample/needle.rb:
+ * sample/needle.rb:
- Added new sample, contributed by Devin Bayer.
+ Added new sample, contributed by Devin Bayer.
=== Ruby/ZOOM 0.2.2 ===
2005-11-08 Laurent Sansonetti <lrz@chopine.be>
- * README:
+ * README:
- Added a note about YAZ's --enable-shared problem.
+ Added a note about YAZ's --enable-shared problem.
- * AUTHORS:
+ * AUTHORS:
- Added Pascal and Matt.
+ Added Pascal and Matt.
2005-11-08 Matt Vanderpol <matt@vanderpol.net>
- * src/rbzoomquery.c (.new_prefix, .new_cql):
+ * src/rbzoomquery.c (.new_prefix, .new_cql):
- Fixed constructors.
+ Fixed constructors.
=== Ruby/ZOOM 0.2.1 ===
2005-09-23 Pascal Terjan <pterjan@linuxfr.org>
- * src/rbzoomoptions.c:
+ * src/rbzoomoptions.c:
- Fixes segfault when rubyfying the option name.
+ Fixes segfault when rubyfying the option name.
=== Ruby/ZOOM 0.2.0 ===
2005-08-02 Laurent Sansonetti <lrz@chopine.be>
- * src/rbzoomresultset.rb (#[]):
+ * 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).
+ 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@chopine.be>
- * src/lib/marc.rb:
+ * src/lib/marc.rb:
- Added an experimental MARC decoder.
+ Added an experimental MARC decoder.
=== Ruby/ZOOM 0.1.0 ===
2005-03-18 Laurent Sansonetti <lrz@chopine.be>
- * COPYING.LIB,
- AUTHORS,
- README:
+ * COPYING.LIB,
+ AUTHORS,
+ README:
- Added.
+ Added.
- * src/rbzoomconnection.c,
- src/rbzoomquery.c:
+ * src/rbzoomconnection.c,
+ src/rbzoomquery.c:
- Fixed documentation.
+ Fixed documentation.
- * src/rbzoomresultset.c (#[]):
+ * src/rbzoomresultset.c (#[]):
- - Range objects are supported ;
- - Do not clone nil objects.
+ - Range objects are supported ;
+ - Do not clone nil objects.
2005-03-17 Laurent Sansonetti <lrz@chopine.be>
- * doc/.cvsignore,
- doc/gendoc.sh:
+ * doc/.cvsignore,
+ doc/gendoc.sh:
- Added.
+ Added.
- * src/rbzoom.c,
- src/rbzoom.h,
- src/rbzoomconnection.c,
- src/rbzoomoptions.c,
- src/rbzoomquery.c,
- src/rbzoomrecord.c,
- src/rbzoomresultset.c:
+ * 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.
+ Added extdoc documentation + LGPL headers.
2005-03-16 Laurent Sansonetti <lrz@chopine.be>
- * src/rbzoomrecord.c (#database, #syntax, #render, #xml):
+ * src/rbzoomrecord.c (#database, #syntax, #render, #xml):
- Added.
+ Added.
- * src/rbzoom.c,
- sample/hello.rb:
+ * src/rbzoom.c,
+ sample/hello.rb:
- Renamed the module name as 'ZOOM'.
+ Renamed the module name as 'ZOOM'.
2005-03-14 Laurent Sansonetti <lrz@chopine.be>
- Initial RubyForge revision.
+ Initial RubyForge revision.