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