v0.23
- re-implementation of ServerBase.cxx
As this breaks the API/ABI, the library version is bumped. - added 2 functions to FileUtils:
- erase() to erase a file or directory
- tempname() to create a temporary file. (to replace the dreaded tmpnam()
function)
- fixed small bug in CommandLine parsing