Changes since 0.8.0:

* Two new classes, GMArchiver and GMUnarchiver, were added to support portable
archiving and unarchiving of data. The data is archived in the property list
format which is the standard OpenStep's Foundation format. The archive itself
is easily readable and modifiable by a human without imposing any restrictions
in how the data has to be ordered inside the archive. This archive format is
the standard format of the GNUstep model files, which are the equivalent of the
NeXT's NIB files. Models written in this format can be loaded on all the
supported OpenStep implementations.

* Starting with this version you'll need the FoundationExtensions library even
if you work with libFoundation if you're using the above two classes.


Changes since 0.7.1:

* The Foundation Extensions Library now requires the GNUstep makefile
package in order to compile and install. The GNUstep makefile package
takes care all of the issues regarding the ObjC runtime and the Foundation
Library when compiling and installing.

* Added support for the OPENSTEP's 4.x Foundation library. The extensions
library now compiles using the native NeXT compiler with NeXT runtime.

* Dropped support for the old and buggy foundation library in NeXTSTEP 3.3.


Changes since 0.7:

* The copyright has been changed from LGPL to libFoundation's copyright.
* A bug that affected the way GCArray instances were copied was removed.

