1.30
----
- Added a hmmap class for memory mapped file encapsulation.

1.20
----
- Ported the library to Visual C++ 6.0, WIN32.

1.11
----
- BUGfix, realloc was wrong and sometimes resulted in an memory error.
  len had to be >=size in stead of >size.
- Added THROW_FATAL4, etc. in herror.hxx

1.10
----
- Added hstring class for replacement of GNU string. Only used when
  needed or when you want to have a small library (though somewhat
  slower) instead of the large GNU stl library linked (compile with 
  -DHSTRING then).
- Added hini2sh, a program to convert all sections and variables
  in an .INI file to bourne shell variable assignments, with or
  without the export statements.
    usage:

       hini2sh <.INI file> [--export]

- Added functionality to hini class to browse all variable assignments.
- BUGfix: hini::isEntry() falsely reported a true, when a comment
          with an '=' was used.


1.00
----
* Initial version

