File Release Notes and Changelog
Release Name: 0.7.9
Notes:
Changes:
0.7.9:
* Changed the way the hub forks. The hub will now always run in at least
two processes, where the main processes never holds any connected
clients.
* Fixed a bug which caused the wrong minimum share size being
displayed to users with too small share.
* Changed the behavior of redirects. Users are no longer disconnected
directly upon redirection.
* Increased maximum length of hub description to 100 characters.
* Fixed a bug that caused parts of the $SR command not to be sent to
scripts.
* Fixed a couple of userlist related bugs that could cause ghosted users,
bad number of total users, etc.
* The EINTR error is now properly handled on those places where it can
occur.
* The addperm and removeperm commands now work between forked
processes.
* Added Perl sub kicked_user.
** Changes by Robin Hill:
* Various code cleanups and fixes of potential problems and
vulnerabilities.
* memset() is now used for zeroing memory.
* The hub now uses poll() instead of select() on systems where it's
available.