CHANGES in marc2solr-0.1.8 vs CHANGES in marc2solr-0.2.0

- old
+ new

@@ -1,4 +1,16 @@ +0.2.0 + Added ability to specify custom options in config file (custom "myKey", "myvalue") or + on the command line (--custom key="value") + + Putting options hash in each record as it gets processed; allows you to access the options + in a custom function with, e.g., r.cachespot["myKey"] + +0.1.9 + Added 'ping' method + Changed commit/delete/index to internally call 'ping' to make sure machine is alive + unless dryrun is set. + 0.1.8 Missed a ref to 'logback-simple'; removed. 0.1.7 Fixed use of --solrpath and --port on the command line \ No newline at end of file