summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-09-09 10:21:29 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-09-09 10:21:29 +0300
commitec359cbad8b554985b1b38c665b9db01ef29619a (patch)
tree6314eb63bf719db805bd11d79617cb633ec8a262
parent9f96ce168858fe61ea17d4bb74ba8f26aa910fe8 (diff)
Release 0.4.300.4.30
-rw-r--r--RELEASE20
-rw-r--r--meson.build2
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',