1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
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
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:
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>
- added Ed Summers
- 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}:
s/gnome.org/chopine.be/g.
2006-09-21 Devin Bayer <devin@freeshell.org>
* .cvsignore:
Ignores zoom.bundle.
* sample/needle.rb:
Updated the needle demo application.
* src/rbzoomconnection.c:
Do not fail when reading options.
2006-08-22 Laurent Sansonetti <lrz@chopine.be>
* AUTHORS:
- Updated my e-mail address ;
- Added Devin.
2006-08-22 Devin Bayer <devin@freeshell.org>
* src/rbzoomrecord.c:
Added ZOOM::Record#raw, to grab a marc record in marc format.
2006-08-20 Devin Bayer <devin@freeshell.org>
* sample/needle.rb:
Added new sample, contributed by Devin Bayer.
=== Ruby/ZOOM 0.2.2 ===
2005-11-08 Laurent Sansonetti <lrz@chopine.be>
* 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@chopine.be>
* 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@chopine.be>
* src/lib/marc.rb:
Added an experimental MARC decoder.
=== Ruby/ZOOM 0.1.0 ===
2005-03-18 Laurent Sansonetti <lrz@chopine.be>
* 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@chopine.be>
* 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@chopine.be>
* 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@chopine.be>
Initial RubyForge revision.
|