GeoServer 0.95 was released yesterday and is available for download on
sourceforge.net at
http://prdownloads.sourceforge.net/geoserver/geoserver-0.95.tar.gz
We are working to follow the open source mantra of releasing early and
often, so releases should come out every two to four weeks until 1.0 is
reached.
GeoServer 0.95 is primarily a bug-fix and documentation
release. We encourage you to keep up to date with the latest releases, and
please send any questions or concerns to this list.
New since last release:
----------------------
-Updated documentation.
-Configuration for the ZServer module.
-Changed the delimiter for namespace prefix in featureType folder.
-Made the prefix delimiter user configurable.
-More testing and debugging with resin.
-Fixed KVP FEATUREID element to not need a TYPENAME, as per spec.
-Fixed KVP properties to work like spec.
-Inserts work with namespaces.
-Transaction KVPs work with Lock (LockId element added)
-Better handling of encodings, the reading of configuration
files works better, and the return encoding is actually UTF-8.
-Better handling of user not defining namespaces.
-MaxFeatures works on a GetFeature request basis, not a per
query, as per spec.
Known bugs
------------
-Only one geometry in a featuretype. We're getting closer
to this, the internal model can now handle it all, but we
need turn the internal model to the proper gml.
-Inserts with large feature sets are not working quite right
for some reason. We will investigate this for the next
release.
-Inserts with more than one feature type in a single request.
This is easy to work around, just put them in two different
insert statements. They can be in the same transaction, just
not the same Insert.
-ZServer module does not work with resin.
-GeoSummarySuite in zserver module tests fails with ant 1.5.