Release Name: 0.2.0
Notes:
zcc is a command line script for copy cataloging MARC records
Changes:
== 0.2.0 Wed Nov 21 14:43:00 EST 2007
* This version is incompatible with previous versions.
* major changes:
* added full record editing using yaz-marcdump command line utility and
the plain text editor of your choice
* uses extended services of zoom-0.4.1 to save records to zebra database
* ability added to configure and pick from various different script to
be run over records
* minor changes:
* menu options and how choices work have changed
* shows whole record if only one is fetched
* added config option to automatically start and
kill a zebra server
== 0.1.0
* The version is incompatible with previous versions.
* major changes:
* Major rewrite of the code to make the library more object oriented and reusable. Major improvements here include the ability of records to carry around the z-target source.
* Added dependency to gem term-ansicolor.
* Rewrite of menuing system to utilize HighLine and add functionality like better help. Adding new functionality is now much easier as well.
* Corrected some configuration issues with zebra that should allow it to work with different installations and changed to storing MARC21 instead of MARCXML.
* Threaded searches. Ability to group Z39.50 targets and search them in parallel.
* Added option to save directly to Koha-2.2.X
* minor changes:
* Simple relevancy ranking on title searches.
* Fields that show in browse are configurable as well as the number of records to show per page.
* Sorting of records in browse, selected record highlighting, forwards and backwards through result set.
* Search error logging so user can remove bad z-targets--or report a bug in zcc :)
== 0.0.3
* major changes:
* added dependencies to Rakefile
* added dependency to gem highline
* added subfield editing of existing fields. very basic but seems to work.
* Character encoding conversion from MARC-8 to UTF-8. ruby-zoom takes care of conversion through YAZ
* Added experimental localhost ztarget through zebra. See http://zcc.rubyforge.org/zebra.html This feature is turned ON by default.
* minor changes:
* general code cleaning and refactoring. paid more attention to
namespace issues
* added information on website on how to locally deploy gem from svn
* added some colorizing to MARC records in display using Highline
|