Skip to content

Commit 35fa496

Browse files
committed
Added changelog entries for build updates
1 parent f28497a commit 35fa496

1 file changed

Lines changed: 40 additions & 4 deletions

File tree

changelog.in

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,46 @@
6565

6666
[RELEASE]
6767
Version: 6.3.0
68-
Date: 2020-??-??
68+
Date: 2026-??-??
6969
[DESCRIPTION]
7070
Let's see.
7171

72+
[ENTRY]
73+
Module: other
74+
What: change
75+
Rank: major
76+
[DESCRIPTION]
77+
Modernize the build infrastructure across CMake and autoconf:
78+
raise CMake minimum version to 3.21, update autoconf macros to
79+
current style, make configure.ac the canonical autoconf source,
80+
and centralize shared version metadata in gecode-version.m4.
81+
82+
[ENTRY]
83+
Module: other
84+
What: change
85+
Rank: major
86+
[DESCRIPTION]
87+
Migrate build helper scripts from Perl to Python and execute them
88+
via uv. This removes Perl as a build-time dependency and unifies
89+
script execution in autoconf, CMake, and CI.
90+
91+
[ENTRY]
92+
Module: search
93+
What: bug
94+
Rank: minor
95+
[DESCRIPTION]
96+
Fix CPProfiler compilation on Windows and MinGW by using the
97+
standard _WIN32 platform guard, guarding MSVC-specific pragmas,
98+
and linking against the Windows socket library where required.
99+
100+
[ENTRY]
101+
Module: other
102+
What: removed
103+
Rank: major
104+
[DESCRIPTION]
105+
Remove outdated contrib modules (qecode and quacode) from the
106+
main build and repository maintenance path.
107+
72108
[ENTRY]
73109
Module: flatzinc
74110
What: change
@@ -179,7 +215,7 @@ What: new
179215
Rank: minor
180216
Thanks: Jip J. Dekker
181217
[DESCRIPTION]
182-
Add the reason for restarting to the MetaInfo object available when restarting.
218+
Add the reason for restarting to the MetaInfo object available when restarting.
183219

184220
[ENTRY]
185221
Module: other
@@ -248,15 +284,15 @@ Thanks: Jip J. Dekker
248284
Add support for building Gecode Gist with Qt6.
249285

250286
[ENTRY]
251-
Module: flatzinc
287+
Module: flatzinc
252288
What: new
253289
Rank: minor
254290
Thanks: Jip J. Dekker
255291
[DESCRIPTION]
256292
Add support for disjunctive and cumulative on optional variables.
257293

258294
[ENTRY]
259-
Module: flatzinc
295+
Module: flatzinc
260296
What: new
261297
Rank: minor
262298
Thanks: Jip J. Dekker

0 commit comments

Comments
 (0)