From 072fbd17eb38536a73aa73a29ec15b27738cb272 Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 21 Aug 2024 14:03:29 +0100 Subject: [PATCH] Version 1.1+18 --- CHANGES.md | 10 ++++++++++ mccs.opam | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..4d797a1 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,10 @@ +1.1+18 (2024/08/21) +------------------- + +* Adding missing dependency on `conf-c++` (#52 @dra27) + +* Disable every warnings when compiling the vendored `glpk` code (#41 @kit-ty-kate @MisterDA) + +* Replace `sprintf` and `vsprintf` with `snprintf` and `vsnprintf` (#41 @MisterDA) + +* Always compile C++ files with `-x c++` on non-msvc compilers to avoid issues when using `clang` (#53 @kit-ty-kate) diff --git a/mccs.opam b/mccs.opam index 8a5bc27..43a6483 100644 --- a/mccs.opam +++ b/mccs.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "1.1+17" +version: "1.1+18" synopsis: """\ MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver developed at UNS during the European MANCOOSI project"""