diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-08 18:27:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-08 18:27:16 +0000 |
commit | c9f0adac22edd98f8c60bb023f533efc43426834 (patch) | |
tree | 46576f1c34a6daa88364fa8ebc6b4f418f32ea42 | |
parent | 79d98881dc6c414463a0a9104f9d803c8abbdff8 (diff) | |
download | pkgsrc-c9f0adac22edd98f8c60bb023f533efc43426834.tar.gz |
Update to 2.8.4:
2007/04/01: version 2.8.4 = tag release-2-8-4
5840: Some small stuff (logging, code improvements)
5839: IP block: Scan all files inside a .zip file when loading
a blocklist, use the first valid file
5831: BT: New option BT-tracker_retries
2007/03/26
5819: MinGW: Fix charsetstubs.c compile with latest MinGW
2007/03/25
5817: Code updates for Ocaml 3.10.0beta compatability
- to use Ocaml 3.10 add ./configure option --enable-ocamlver=3.10
- MLDonkey will accept the new Ocaml version without this option when
the final version of Ocaml 3.10 is released and proven to be working
- GTK1 oldgui does currently not compile with Ocaml 3.10 code
- lablgtk1 & lablgtk2 compile with Ocaml 3.10, but some MLDonkey code
still needs fixing, GTK1 newgui and GTK2 gui compile with Ocaml 3.10
- parts of the patch by pango
2007/03/24
5813: Options: Use original file rights in tar.gz backup,
save backups with rights 600
2007/03/18
5807: Implement new command "man" to display command help
2007/03/17
5806: Update GNU config.guess and config.sub to version 2007/01
5775: http_client: Fix loading URLs with ()' (orbit)
5781: web_infos: Load local file if remote file can not be accessed
(thx to xergius)
5802: Telnet: Support non-ascii input (Hung-Te Lin)
2007/03/16
Updated Mozilla protocol handler to version 2.0
(re-committed after data loss due to Savannah crash on 2007/03/12)
2007/03/11
5799: Flags: Added Aland Islands, Guernsey and Jersey,
fixed debug_pictures command
5797: Remove unused source code in src/applets/*
5775: removed, it breaks BT downloads
5775: HTML: Fix url parsing for URLs with ()' (orbit)
5774: BT: fix upload managment (orbit)
5786: HTML: small javascript search improve (orbit)
2007/03/08
5787: HTML/Geoip: Show country flags
- new option html_flags to disable display of flags
- favicon.ico now built-in
- fix sorting bug in costats (thx to orbit)
2007/03/06
5784: Gd: Implement binding for function gdImageFilledArc
5773: Geoip: Country-based up-/download statistics
- new ini file statistics.ini, to be used later for all statistics
- new command "costats", accepts parameters:
without parameter it displays all countries where data was transfered to
parameter "all" displays all seen countries, countries where MLDonkey never
saw a client are not part of the statistics data
regular expressions can be used for country names/codes and continents,
like "costats *aus*" (Austria and Australia), "costats *europe* *africa*"
- new command "countries" to print country database
- new command "reset_costats" to reset country statistics
- mem_stats support for modules CommonStats & Geoip
- updated country database based on GeoIP 1.4.2 C-library
2007/03/04
5765: Change hard-coded maximum value for client_buffer_size
- default stays at 500.000
- for high-volume links raise this value to 1.000.000 or higher
5767: HTML: Improve bw_stats
5768: New default for option messages_filter (thx to atordo)
5766: Windows/Unicode: Fix broken get_info function for non-ascii filenames
5782: Improve CommonNetwork.network_display_stats function
2007/02/28
5757: Some improvements for byte-code build
- "make utils" now builds byte-code if needed
- new build targets: mlnet.byte.static, release.mlnet.byte.static
- print configure infos when byte-code is to be compiled
- buildinfo prints the binary name if not "mlnet" or "mlnet.static"
- remove some unneeded variables from configure
5759: OV/KAD: improve stats, remove obsolete options, save bandwidth (bogeyman)
2007/02/19
5754: mld_hash: Compute AICH hashes (thx to pango)
- parameter hash takes new option: aich to compute eMule AICH hashes
- new parameter partial_zone: Display hashing of zones (subparts of chunks)
- new parameter check_keep, keep files after checking functions (-check) for later testing
- parameter check, option filesize is now Int64 and in bytes
5752: Fix core hanging on ARM CPUs
5750: EDK: New option upload_compression_ext_exclude (thx to pango)
- space-separated list of file extensions which are not compressed when uploaded
2007/02/18
5753: Multiuser: New variable $USER_MAIL for file_completed_cmd
5751: Improve startup log messages, remove unused code, optimize Date code
5749: BT: recognize more BT client types (orbit)
5748: KAD/OV: Limit searches for sources (bogeyman)
2007/02/15
5738: Remove obsolete multicast files (orbit)
5743: BT: Show shared torrents in upload list after commit (xergius)
5744: EDK: Fix SecureUserIdent between machines with different endianness
-rw-r--r-- | net/mldonkey/Makefile.common | 4 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index df3e563a0b0..7aa0cf48740 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.23 2007/02/16 06:42:33 wiz Exp $ +# $NetBSD: Makefile.common,v 1.24 2007/04/08 18:27:16 wiz Exp $ # -DISTNAME= mldonkey-2.8.3 +DISTNAME= mldonkey-2.8.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 344a510bb88..5a3bfc41ed4 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2007/02/16 06:42:33 wiz Exp $ +$NetBSD: distinfo,v 1.36 2007/04/08 18:27:17 wiz Exp $ -SHA1 (mldonkey-2.8.3.tar.bz2) = 6b824a657b08a2fcc030cf2b4f81af8cb181e500 -RMD160 (mldonkey-2.8.3.tar.bz2) = 4dc9547584c2bcf4de93a2eee420528e6d7b7814 -Size (mldonkey-2.8.3.tar.bz2) = 2659818 bytes +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 |