Skip to content

Commit fa62c31

Browse files
committed
release 3.2.1
1 parent 80598df commit fa62c31

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGES.md

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

7+
3.2.1 - 2024/08/19
8+
------------------
9+
10+
* upgrade autoconf build system files
11+
* commit configure to git so that source archive is identical to the tag checkout
12+
* disable automatic invocation of autoconf
13+
714
3.2.0 - 2024/08/17
815
------------------
916

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)
17+
Supported OCaml versions now are from 4.03 up to 4.14, as a consequence local (in-the-tree) build of OCaml is not supported anymore, you must have OCaml installed to build.
18+
19+
NB newgui2 build is finicky, see README.md for details (tl;dr system packaged OCaml and lablgtk2 or --enable-batch with OCaml 4.05)
1420

1521
* fix duplicated Content-Length header (#82)
1622
* Support miniupnpc 2.2.8 (#101, Sergey Fedorov)

config/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@ cd config
29792979

29802980
MAJOR_VERSION=3
29812981
MINOR_VERSION=2
2982-
SUB_VERSION=0 # range 0-7 due to eMule limitations
2982+
SUB_VERSION=1 # range 0-7 due to eMule limitations
29832983

29842984
# ********** **********
29852985
# ********** check for C compiler **********

config/configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd config
2424

2525
MAJOR_VERSION=3
2626
MINOR_VERSION=2
27-
SUB_VERSION=0 # range 0-7 due to eMule limitations
27+
SUB_VERSION=1 # range 0-7 due to eMule limitations
2828

2929
# ********** **********
3030
# ********** check for C compiler **********

0 commit comments

Comments
 (0)