Skip to content

Commit 1ce25b0

Browse files
committed
release 3.2.0
1 parent b80c733 commit 1ce25b0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGES

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ at https://github.com/ygrek/mldonkey/issues
44
Changelog
55
=========
66

7+
3.2.0 - 2024/08/17
8+
------------------
9+
10+
NB
11+
* supported OCaml versions now are from 4.03 up to 4.14
12+
* local (in-the-tree) build of OCaml is not supported anymore, you must have OCaml installed to build
13+
* newgui2 build is finicky, see README.md for details (tl;dr system packaged OCaml and lablgtk2 or --enable-batch with OCaml 4.05)
14+
15+
* fix duplicated Content-Length header (#82)
16+
* Support miniupnpc 2.2.8 (#101, Sergey Fedorov)
17+
* upgrade upnp/natpmp libraries versions for in-the-tree build (--enable-force-upnp-natpmp)
18+
* fix setting network-specific options from command-line (#34)
19+
* fix build with newer (safe-string) OCaml (#98, #99, Luca Carlon)
20+
* some internal code and build system cleanup
21+
* CryptoPP build fixes (#62, #63, #66, Hin-Tak Leung, Jesús Pérez Rey (Chuso))
22+
* dark theme for the web interface (Luca Carlon)
23+
724
3.1.7-2 - 2020/07/05
825
--------------------
926

config/configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cd config
2121
# ********** **********
2222

2323
MAJOR_VERSION=3
24-
MINOR_VERSION=1
25-
SUB_VERSION=7 # range 0-7 due to eMule limitations
24+
MINOR_VERSION=2
25+
SUB_VERSION=0 # range 0-7 due to eMule limitations
2626

2727
# ********** **********
2828
# ********** check for C compiler **********

0 commit comments

Comments
 (0)