From ec359cbad8b554985b1b38c665b9db01ef29619a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 9 Sep 2019 10:21:29 +0300 Subject: Release 0.4.30 --- RELEASE | 20 +++++++++++++++++--- meson.build | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/RELEASE b/RELEASE index 5bfe70a..5219eab 100644 --- a/RELEASE +++ b/RELEASE @@ -1,8 +1,22 @@ -0.4.30 (unreleased) +0.4.30 =================== - - autotools support has been dropped in favour of Meson as build system - - FILL ME + - Don't always generate static library but default to shared-only (Xavier Claessens) + - Work around false positives in Microsoft UWP certification kit (Nirbheek Chauhan) + - Add endbr32/endbr64 instructions on x86/x86-64 for indirect branch tracking (Wim Taymans) + - Fix gtk-doc build when orc is used as a meson subproject (Mathieu Duponchelle) + - Switch float comparison in tests to ULP method to fix spurious failures (Doug Nazar) + - Fix flushing of ARM icache when using dual map (Doug Nazar) + - Use float constants/parameters when testing float opcodes (Doug Nazar) + - Add support for Hygon Dhyana processor (fanjinke) + - Fix PPC/PPC64 CPU family detection (Doug Nazar) + - Add little-endian PPC support (Doug Nazar) + - Fix compiler warnings with clang (Matthew Waters) + - Mark exec mapping writable in debug mode for allowing breakpoints (Doug Nazar) + - Various codegen refactorings (Doug Nazar) + - autotools support has been dropped in favour of Meson as build system (Tim-Philipp Müller) + - Fix PPC CPU feature detection and add support for VSX/v2.07 (Doug Nazar) + - Add double/int64 support for PPC (Doug Nazar) 0.4.29 ====== diff --git a/meson.build b/meson.build index cbcbc1b..646c5bf 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('orc', 'c', version : '0.4.29.1', +project ('orc', 'c', version : '0.4.30', meson_version : '>= 0.47.0', default_options : ['buildtype=debugoptimized', 'warning_level=1', -- cgit v1.2.3