From 1ce25b091b00842fe1304dedfda00782ad525813 Mon Sep 17 00:00:00 2001 From: ygrek Date: Sat, 17 Aug 2024 15:07:26 -0400 Subject: [PATCH] release 3.2.0 --- CHANGES | 17 +++++++++++++++++ config/configure.in | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index bffc5d1a..5f06ad0d 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,23 @@ at https://github.com/ygrek/mldonkey/issues Changelog ========= +3.2.0 - 2024/08/17 +------------------ + +NB +* supported OCaml versions now are from 4.03 up to 4.14 +* local (in-the-tree) build of OCaml is not supported anymore, you must have OCaml installed to build +* newgui2 build is finicky, see README.md for details (tl;dr system packaged OCaml and lablgtk2 or --enable-batch with OCaml 4.05) + +* fix duplicated Content-Length header (#82) +* Support miniupnpc 2.2.8 (#101, Sergey Fedorov) +* upgrade upnp/natpmp libraries versions for in-the-tree build (--enable-force-upnp-natpmp) +* fix setting network-specific options from command-line (#34) +* fix build with newer (safe-string) OCaml (#98, #99, Luca Carlon) +* some internal code and build system cleanup +* CryptoPP build fixes (#62, #63, #66, Hin-Tak Leung, Jesús Pérez Rey (Chuso)) +* dark theme for the web interface (Luca Carlon) + 3.1.7-2 - 2020/07/05 -------------------- diff --git a/config/configure.in b/config/configure.in index 22e26255..d2d31050 100644 --- a/config/configure.in +++ b/config/configure.in @@ -21,8 +21,8 @@ cd config # ********** ********** MAJOR_VERSION=3 -MINOR_VERSION=1 -SUB_VERSION=7 # range 0-7 due to eMule limitations +MINOR_VERSION=2 +SUB_VERSION=0 # range 0-7 due to eMule limitations # ********** ********** # ********** check for C compiler **********