What's new in GNU EDMA 0.7.3
----------------------------
* Fixed some bugs on building dynamic inheritance hierarchies (see test/dyn_test for examples)
* Added simple hierarchy for cryptographic support. Just a transposition code was added

What's new in GNU EDMA 0.7.2
----------------------------
* Added Preferer Anchor Points on SuperClass lists.
* Subclasses automatically override homonym methods
* Minor Bug Fixes
* Added classes STREAM1, NFILE1 and GZFILE as examples for the new features
* Added test programs for preferer anchor points and automatic virtual method override

What's new in GNU EDMA 0.7.1
----------------------------
* Begin GNUishing package. Instalation using ./configure
* Added support for abstract and static methods
* Added support for interfaces/abstract classes
* Added casting primitives. Now you can cast subobject up and down class hierarchy
* Added new static methods OnLoad and OnUnlaod equivalent to Java anonymous static blocks
* Added realloc operation in the low-level memory management interface
* Property modifiers finally work
* Strong source directory tree reorganization.
* Strong installation directory tree reorganization
* New tests/examples for: static methods, abstract classes and casting primitives
* Fixed name colision in apps and classes. No more pPrimitive commands in programs
* Now, apps only must to link against libEDMA.so
* Changed class name convention form CLASS.dll to libCLASS.so
* No longer edma.ini and EDMADIR env var are needed . You still can set EDMADIR


What's new in EDMA 0.5.1:
-------------------------
* New version numbering system. Now we use same scheme than GNU/Linux kernel
* New instalation system throught a shell script. This does most of the work for us.
* New GNOME bases development tools.
* New EDMA classes for automatic code generation. 
* New EDMA classes install/uninstall tool.
* New edma_test tool for checking installation integrity
* New INES and INESEP class package formats for easy deployment.
* New SGML tutorial. For the moment in spanish. We are working in translation:
  - EDMA Installation Guide
  - EDMA Tools Guide
  - EDMA Getting Started with Classes and Applications
* Some minor bugs fixed in the EDMA core. See changelog file for details
* Static inheritance system improved. Now, it's more intuitive.
* Added simple support for static members in classes
