POCO v1.0.b2 Release Notes

Release Date: 2006-01-16 // over 18 years ago
    • โž• added ProcessHandle class
    • ๐Ÿ–จ Process::launch() now returns a ProcessHandle instead of a process ID. This fixes a potential problem on Windows with Process::wait() when the process terminates before wait() is called.
    • โž• added SplitterChannel::close()
    • โž• added Logger::destroy()
    • โž• added POP3ClientSession::deleteMessage()
    • โž• added test for Process::launch()
    • ๐Ÿ“š documentation fixes