daruma-dump-1.2.0:

  * added an option --filter-file FILE to specify condition to a file.

    Here is a sample file of condition.
    ===========================================================================
    <Filter xmlns="http://www.infosharp.org/misp">
      <PropertyIsGreaterThan>
        <PropertyName>@_create_time_</PropertyName>
        <Literal>2000-01-01T00:00:00+09:00</Literal>
      </PropertyIsGreaterThan>
    </Filter>
    ===========================================================================

  * supported connection over HTTP.
    added options as below.

    -H, --http (default: false)
    -L, --http-address-local-part PATH (default: daruma)

  * updated dependent library versions.
    xerces-j 2.7.2 -> 2.9.1, xalan-j 2.7.0 -> 2.7.1.


daruma-dump-1.1.1:

  * changed to work correctly even though darumaDump command is a symbolic link.


daruma-dump-1.1.0:

  * added --feature-dump-dir DIR option.

    With this option, DarumaDump saves features as saparated files.


daruma-dump-1.0.1:

  * changed target JavaVM version from 1.6 to 1.5. Now works on JavaVM 1.5.


daruma-dump-1.0.0:

  * first release.
