Cytheric Utilities NEWS 2003-08-10 0.2 * Added VectorBuffer class, which stores equal-sized memory chunks in an expandable buffer, modeled after STL vectors. * String: Added operator!=(const String &other). Added placement-new operator so class users are not required to include the header for placement-new. * Added definition of CYTHERIC_UTIL_ERROR_OFFSET as the offset from Palm OS appErrorClass. The new constant is used to define the value for each error constant in Constants.h. CYTHERIC_UTIL_ERROR_OFFSET is defined in common.mk. Users of cytheric-util must also define it so it is available when Constants.h is imported during compilation. 2003-05-09 0.1 * Initial release.