Skip to content

v0.23

Choose a tag to compare

@kosloot kosloot released this 21 Oct 10:52
· 512 commits to master since this release
  • 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