libfs++ library NEWS -- history of user visible changes Release 0.1.7 Now it is possible to sort the content of directories. Release 0.1.6 Added listdir_verbose example, to show how to iterate non-recursively. Release 0.1.5 Now should compile with g++ 3.1.x. Release 0.1.4 Added the getFileSize function. Added the file_monitor class, which makes it easy to monitor text files (i.e. logfiles). Release 0.1.3 Should now compile with older stdc++ libraries. Added a possibility to move backward with file_iterator. Added sample application which demonstrates the use of the new file_iterator::operator--(). Release 0.1.2 Fixed bug which caused segfault with empty directories. Added another sample application. Release 0.1.1 configure script now automatically tests your c++ compiler for compatibility before telling you that's everything is ok. Release 0.1 Released to the public ;-)