moving zebra to zebra-broken
[zcc.git] / History.txt
blob03c711b3c83cb2855665ca31c0b47d8a12991600
1 == 0.0.3 
2 * major changes:
3   * added dependencies to Rakefile
4   * added dependency to gem highline
5   * added subfield editing of existing fields. very basic but seems to work.
6   * Character encoding conversion from MARC-8 to UTF-8. ruby-zoom takes care of conversion through YAZ
7   * Added experimental localhost ztarget through zebra. See http://zcc.rubyforge.org/zebra.html  This feature is turned ON by default.
8 * minor changes:
9   * general code cleaning and refactoring. paid more attention to
10     namespace issues
11   * added information on website on how to locally deploy gem from svn
12   * added some colorizing to MARC records in display using Highline
14 == 0.0.2 2007-06-24
15 * 2 major changes:
16   * moved all config to yaml file
17   * added notes on how to use with Koha
18 * 1 minor change:
19   *website install instructions
21 == 0.0.1 2007-06-22
23 * 1 major enhancement:
24   * Initial release