Skip to content

Commit

Permalink
Version 1.1+18
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Aug 21, 2024
1 parent 9582aaf commit 072fbd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion mccs.opam
Original file line number Diff line number Diff line change
@@ -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"""
Expand Down

0 comments on commit 072fbd1

Please sign in to comment.