Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 17, 2024
1 parent b80c733 commit 1ce25b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

Expand Down
4 changes: 2 additions & 2 deletions config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 **********
Expand Down

0 comments on commit 1ce25b0

Please sign in to comment.