--- Version 0.8.6, 2003-06-09
Several incompatibilities to the Standard Library of the ISO C++ standard resolved.
Affected files: text/format.h text/format.cpp UnixDirectoryLister.cpp

--- Version 0.8.3  2000-07-09

Class TimeZone completely removed. Date.toString(...) now has an argument to
select local or world time zone.

text/format.c introduced, with an own compilation unit format.o 
New function text::clean().

Class UnixFile: new 3rd argument in constructor; some internal changes.

Symbolic constant FILE in class UnixFile renamed to REGFILE 
(To avoid a name clash with type FILE from the C standard library on a system
whose C library has FILE as a macro).

Removed numString() in StringUtils.hpp in favour to text::format()

--- 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
