MUTE File Sharing version 0.4 est sortie le 24 décembre 2004.

Téléchargement :
Download Mac OS X 10.2 (Jaguar) 2.7 MiB
Download Windows 95/98/NT/2000/XP 4.0 MiB
Download Unix Source 508 KiB

site officiel:
- http://mute-net.sourceforge.net changelog :
--Add setting to control time interval for log roll-over
--Increase the send queue length to several hundred (currently at 50)
--Figure out how to cleanly kill a socket that is blocked on send
--Resume support for downloads
--Handle re-downloading the same file more gracefully (currently, it blindly overwrites the existing file)
--Change HostCatcher to convert address to IP-form before trying to add it, thus avoiding the slowdown (win32, mainly) of comparing a bad DNS-form address to each address in the list (it currently calls gethostbyname for the bad address over and over).
--Change the HostCatcher class to return a host list in a randomized order (currently, if several new nodes connect to the same host cache, they will all march through the same host list in the same order to look for connections).
--Figure out how to make canceling a DL faster (split long timeouts into multiple fixed-length sub-blocks... query chunk handler for cancel signal after each sub-block [need to figure out how to do this without causing handler to adjust its route quality]).
--A "Grab Hash" button that copies the hash from the selected search result into the search field (along with hash_). This would allow you to search for duplicates for a particular file.
--Update ui/common/formatUtils to use translations for the various units. Currently units are always displayed in English.
--Add GiB units (currently MiB is the largest).