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.
