forked from ygrek/mldonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
39 lines (29 loc) · 1.15 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Bugs mentioned as #<N> are referencing github issues
at https://github.com/ygrek/mldonkey/issues
Changelog
=========
3.1.7-2 - 2020/07/05
--------------------
Patch release to fix build, no code changes (version in binary unchanged)
* fix links to website throughout
* fix build when num library is missing (#47)
3.1.7 - 2020/06/21
------------------
* improvements to build process
* fix build with OCaml up to 4.09.0
* BT: drop isoHunt link
NB When building with OCaml >= 4.06 and Bittorrent network enabled - ocaml num library has to be present
3.1.6 - 2017/01/22
------------------
* BT: better diagnostics of wrong udp tracker reply
* BT/DHT: update public router addresses
* fix buffer overflows in DNS resolution
* update default blocklist url (Closes #4)
* fix build with OCaml 4.02 (closes #6)
+ extend command conditions (pause, resume, priority) (ref #9)
* Fix compilation errors with gcc5 (closes #12) (Christopher Meng)
* BT: relaxed parsing of bencoded numbers
* fix build with libminiupnpc 1.9 (closes #13)
* escape filename based on filesystem, not OS type
* Fix compilation with OCaml 4.03.0 (Bastien Dejean)
See distrib/ChangeLog for older entries