diff options
author | Petri Latvala <petri.latvala@intel.com> | 2023-01-12 16:04:43 +0200 |
---|---|---|
committer | Petri Latvala <petri.latvala@intel.com> | 2023-01-12 17:04:07 +0200 |
commit | 1e6d24e6dfa42b22f950f7d5e436b8f9acf8747f (patch) | |
tree | 1911d5fee324716a96f1ae03f26e47302b708af4 | |
parent | 6dedf2e6e8458e63538bb8e41a81e24ffde3c37b (diff) |
Update NEWS, bump version to 1.27v1.27
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +Release 1.27 (2023-01-12) +------------------------- + +- Support for Intel discrete graphics and other new platforms (Andrzej + Turko, Matt Roper, Clint Taylor, Tejas Upadhyay, et al) + +- Support for MSM driver. (Mark Yacoub, Rob Clark) + +- Support for SRIOV device selection. (Łukasz Łaguna) + +- Tiled display emulation support with chamelium. (Kunal Joshi) + +- Support for Chamelium v3. (Mark Yacoub) + +- Initial FreeBSD support. (Jake Freeland) + +- Structured communication from tests to igt_runner. (Petri Latvala) + +- Removed last remaining uses of libdrm_intel in tests and + tools. (Zbigniew Kempczyński) + +- Automatic kernel code coverage collection during testing. (Mauro + Carvalho Chehab) + + +And many other bug fixes, improvements, cleanups and new tests. + + Release 1.26 (2021-04-23) ------------------------- diff --git a/meson.build b/meson.build index f5e308273..bbe1f673e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('igt-gpu-tools', 'c', - version : '1.26', + version : '1.27', default_options: [ 'warning_level=2', 'c_std=gnu11', |