diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-09-12 20:04:54 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-09-12 20:04:54 +0100 |
commit | 6f6fa6f93a982c18314f772c328b46e169268b98 (patch) | |
tree | 3a25aec734ace2dc898e597bc1701b69793ac16b | |
parent | 9b600001df9143f0853f249d01d8369a4a16dfbe (diff) |
Release 0.4.400.4.40
Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/205>
-rw-r--r-- | RELEASE | 19 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +0.4.40 +====== + +- Security: Minor follow-up fixes for CVE-2024-40897 (Sebastian Dröge) +- powerpc: fix div255w which still used the inexact substitution (L. E. Segovia) +- x86: work around old GCC versions (pre 9.0) having broken xgetbv + implementations (L. E. Segovia) +- x86: consider MSYS2/Cygwin as Windows for ABI purposes only (L. E. Segovia) +- x86: handle unnatural and misaligned array pointers (L. E. Segovia) +- orccodemem: Assorted memory mapping fixes (L. E. Segovia) +- Fix include header use from C++ (Kleis Auke Wolthuizen) +- Some compatibility fixes for Musl (L. E. Segovia) +- ppc: Disable VSX and ISA 2.07 for Apple targets (L. E. Segovia) +- ppc: Allow detection of ppc64 in Mac OS (L. E. Segovia) +- x86: Fix non-C11 typedefs (L. E. Segovia) +- meson: Fix detecting XSAVE on older AppleClang (L. E. Segovia) +- x86: try fixing AVX detection again by adding check for XSAVE (L. E. Segovia) +- Check return values of malloc() and realloc() (Vladimir D. Seleznev) + 0.4.39 ====== diff --git a/meson.build b/meson.build index 1e5c64e..112d853 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('orc', 'c', version : '0.4.39.1', +project ('orc', 'c', version : '0.4.40', meson_version : '>= 0.55.0', default_options : ['buildtype=debugoptimized', 'warning_level=1'] ) |