From 32885d047f50d137e6fc36307090ae02977ef30d Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 22 Jan 2017 17:38:48 -0800 Subject: [PATCH] update changelog --- CHANGES | 20 ++++++++++++++++++++ ChangeLog | 3 --- distrib/ChangeLog | 3 +++ 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 CHANGES delete mode 100644 ChangeLog diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..e0c84e9b --- /dev/null +++ b/CHANGES @@ -0,0 +1,20 @@ +Bugs mentioned as # are referencing github issues +at https://github.com/ygrek/mldonkey/issues + +Changelog +========= + +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 diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index e8f2c4d6..00000000 --- a/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -See the distrib/ChangeLog file. - -See also the distrib/TODO file :) diff --git a/distrib/ChangeLog b/distrib/ChangeLog index c1622bfc..bdd204bd 100644 --- a/distrib/ChangeLog +++ b/distrib/ChangeLog @@ -14,6 +14,9 @@ http://mldonkey.sourceforge.net/Windows#MinGW_Installation ChangeLog ========= +2017/01/22: ygrek +Changes after 3.1.5 are in CHANGES file in the project root directory + 2014/03/22: version 3.1.5 = tag release-3-1-5 8415: Revert patch #8328 to fix GTK2 gui's compilation (ygrek) -- 2.11.4.GIT