OOM-J version file. This file records major changes to the OOM-J software. 2007-07-09 1.0.0 - Official release 2006-09-22 0.1.10 Enhancement: - Move OOMUtil and XMLHelper from OOMRef-J to OOM-J 2006-08-29 0.1.9 Bug fix: - Change OpenURLResponse to use a String rather than a URL for the redirectURL 2006-08-29 0.1.8 Enhancement: - Promote OpenURLResponse from an interface to a full-fledged class so people aren't forced to use an implementation-dependent version or create their own. 2006-08-28 0.1.7 Enhancement: - Add the ability to write cookies from a Service 2006-08-18 0.1.6 Bug fix: - Deprecated ByValueMetadata and replace it with ByValueMetadataKev and ByValueMetadataXml to accommodate the fact that we need to preserve the val_fmt. 2006-08-17 0.1.5 Bug fix: - Deprecated the Entity.getDescriptors(Class c) method since introspection isn't a feature of many languages. 2006-06-23 0.1.4 Enhancement: - Add a utility method to get an array of arguments from the ClassConfig 2006-06-22 0.1.3 Enhancements: - Add some Javadocs - Add metadata descriptors 2006-06-22 0.1.2 Enhancements: - Improved abstractions to reduce coupling across projects 2006-06-20 0.1.1 - Initial version