daruma-20090421:

  * added sample data.

  * added `shutdown' command to administration protocol.
	If you execute `shutdown' via administration port,
	daruma shall block new connection and wait finish of running procedure,
	when all procedures are done, daruma shall be exit automatically.

  * fixed a bug of response of Delete.
	When Delete request issued for already deleted features,
	old version reported too many number of deleted features.


daruma-20090311:

  * changed to specify maxFeatures and startPosition attribute in <GetFeature>

	format: <GetFeature startPosition="N" maxFeatures="M">...</GetFeature>
		(N,M is positive integer)

	* `maxFeatures' specifies maximum number of features returned
	  as result of query.
	  (This feature is same as `limit' attribute of `Query'.
	   `limit' is obsoleted. Use maxFeatures instead.)

	* `startPosition' specifies offset of features to return.
		N means that server returns featurs from Nth feature.
		In other words, skips head N-1 features.
		Default Values id 1.

	If both of startPosition and maxFeatures are specified,
	server uses offset specified by startPosition and returns
	maxFeatures if exists from offset.

	You can see sample data file for testing in test/test-sortBy
	directory.


  * on Unix and Mac, changed `run' script to work correctly
     when invoked by another directory.


  * added description of SortBy, maxFeatures, startPosition and transformType
    to MISP specification.


  * this NEWS file appeared in package.
