Update to 2.8.5:
2007/04/23: version 2.8.5 = tag release-2-8-5 5855: Increase Unix32.max_cache_size, fix max_opened_connections check (thx to pango) 2007/04/21 5878: HTML: Fix preview in vd <num> broken by patch #5866 2007/04/20 5876: HTML: Send mime-type video/mpeg for file extension .vob 2007/04/19 5857: EDK: Remove upload compression (patch #5665) due to ineffective caching 5875: Swarmer: Some cosmetic changes (pango) 5856: EDK: Set TCP backlog to max_upload_slots for donkey_port socket 5869: EDK/Swarmer: Try harder to read corrupt files.ini - reset chunk table to missing after re-creating a missing temp file - discard swarmers without files entry in files.ini instead of stopping - check that partial hashes file_md4s match with file_md4 when reading files.ini 5870: Updated distrib/mldonkey_submit, it now uses command dllink instead of dd, it also supports http and sig2dat links (atordo) 2007/04/13 5866: HTML: fix third button row to also successful act within frames (schlumpf) 2007/04/12 5867: EDK: Show country code/flags for indirect clients 5862: BT: Informative GUI console messages after sending a .torrent file to GUI 5859: HTML: Support sending files from $MLDONKEY_DIR/html_themes/ 2007/04/10 5861: HTML: Fix errors reported by w3.org validator in html_header_mods0 5860: HTML: fix broken refresh on Opera/Safari (schlumpf) 2007/04/08 5854: Set shared_check_files = 0 to disable scanning of shared directories 5853: New option defaults - download_sample_size 100, 10 is too low, download rate is computed wrong - ED2K-propagate_sources false, this activates outdated MLDonkey-style source exchange, MLDonkey supports eMule-style source exchange which is not affected by this option - ED2K-update_server_list_server should be false, there are lots of fake servers out there, trust only servers from trusted server lists. For more details read http://mldonkey.sourceforge.net/ServerList#Fake_search_results - ED2K-upload_full_chunks should be true to reflect the same default eMule uses - ED2K-upload_compression_table_size should not be smaller than max_upload_slots 2007/04/03 5821: New variables for file_completed_cmd: file_group_cnt, file_group_user, file_group_dir 5849: EDK: Report correct short versions for Windows clients 2007/04/02 5847: BT: Fix exceptions when handling BT clients as friends 5845: Do not reverse order in files.ini after restart (pango) 5844: HTML: Keep totals line when sorting statistics tables (schlumpf)
This commit is contained in:
parent
02e13ce492
commit
033684dda6
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.24 2007/04/08 18:27:16 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.25 2007/05/03 11:44:27 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mldonkey-2.8.4
|
||||
DISTNAME= mldonkey-2.8.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.36 2007/04/08 18:27:17 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.37 2007/05/03 11:44:27 wiz Exp $
|
||||
|
||||
SHA1 (mldonkey-2.8.4.tar.bz2) = 1934efbf900a8a15f47108a27a985e2363b76ffc
|
||||
RMD160 (mldonkey-2.8.4.tar.bz2) = 729e8018bbf09c8707e37132f6827b469f59faac
|
||||
Size (mldonkey-2.8.4.tar.bz2) = 2665209 bytes
|
||||
SHA1 (mldonkey-2.8.5.tar.bz2) = 1606999a76a4dad4ccb549b455df44b6f5a779ef
|
||||
RMD160 (mldonkey-2.8.5.tar.bz2) = fb9860603f69fb9845856405ea71eea3d047a193
|
||||
Size (mldonkey-2.8.5.tar.bz2) = 2663103 bytes
|
||||
|
|
Loading…
Reference in a new issue