diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ae6bdaa2..64c887659e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### NEXT - Worker: Test, fix buffer overflow ([PR #1419](https://github.com/versatica/mediasoup/pull/1419)). +- Bump up Meson from 1.3.0 to 1.4.1. ### 3.14.8 @@ -434,7 +435,7 @@ Migrate `npm-scripts.js` to `npm-scripts.mjs` (ES Module) ([PR #1093](https://gi ### 3.10.2 -- Fix release contents by including meson_options.txt ([PR #863](https://github.com/versatica/mediasoup/pull/863)). +- Fix release contents by including `meson_options.txt` ([PR #863](https://github.com/versatica/mediasoup/pull/863)). ### 3.10.1 diff --git a/worker/tasks.py b/worker/tasks.py index ebf186ac63..6ccf900357 100644 --- a/worker/tasks.py +++ b/worker/tasks.py @@ -61,7 +61,6 @@ # Let's use a specific version of ninja to avoid buggy version 1.11.1: # https://mediasoup.discourse.group/t/partly-solved-could-not-detect-ninja-v1-8-2-or-newer/ # https://github.com/ninja-build/ninja/issues/2211 -# https://github.com/ninja-build/ninja/issues/2212 NINJA_VERSION = os.getenv('NINJA_VERSION') or '1.10.2.4'; PYLINT_VERSION = os.getenv('PYLINT_VERSION') or '3.0.2'; NPM = os.getenv('NPM') or 'npm';