--- Version 0.8.2  1999-11-21

Class TimeZone is now at least a bit usable. [But still not used by NDir.]

New constructor signature in class StringTokenizer (ready for future
enhancements).

Class UnixFile: The behaviour and signature of getOwner()/getGroup() has been
extended and slightly changed. 
New method getOwnerName.

Included the text/format.h file, with template function format().

--- Version 0.8.1  1999-06-15

Some minor changes in class DirectoryList.


--- Version 0.7.2  1999-03-11

The library is now organized in a single (top-level) directory
(File-Date-StringUtils)

Fixes to make the library work with the glibc (Linux).

Changes for compatibility with the ISO C++ standard library. In the SL's string
class, the method erase() was formerly named remove() and this old name has
been used here previously. 
For standard library implementations that require the old name (e.g. the GNU SL
ver. 2.7.x) a preprocessor define "GNU_CPPSTDLIB_VER27" can be used to compile
this library.

Class UnixFile: new method isSubNavigable().


--- Version 0.7.1 1999-01-22

Class UnixFile: A chain of symbolic links that is too long 
(circular,infinitive?) is now handeled in a safe (and acceptible) manner.
Some other changes, including renamed method.
Added some methods
