summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2021-04-23 11:06:07 +0300
committerPetri Latvala <petri.latvala@intel.com>2021-04-23 13:38:04 +0300
commit203def046b466fb2da67f9f15552d84e1c0b41f2 (patch)
treed91de47d9b97a2d0852db70a0069b58ec084b7ac
parent667ba26b476db3f2d2e6e1620ee0cf8e338be8e7 (diff)
Update NEWS, bump version to 1.26.igt-gpu-tools-1.26
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Arkadiusz Hiler <arek@hiler.eu>
-rw-r--r--NEWS31
-rw-r--r--meson.build2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5b0045f7..19ea52af9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Release 1.26 (2021-04-23)
+-------------------------
+
+- Autotools support has been entirely dropped in favor of only meson. (Arkadiusz Hiler)
+
+- Tests can now signal that the whole test round should be aborted. (Arkadiusz Hiler)
+
+- Various robustness improvements for Chamelium use. (Arkadiusz Hiler,
+ Kunal Joshi, Imre Deak, et al)
+
+- Device filtering improvements for multi-device use. (Arkadiusz Hiler)
+
+- Device filtering for various Intel tools like intel_gpu_top. (Ayaz A Siddiqui)
+
+- Overhauled kernel parameter handling. (Jani Nikula)
+
+- Introduced an i915 batchbuffer facility. (Zbigniew KempczyƄski)
+
+- Improvements for testing nouveau. (Lyude Paul)
+
+- More readable and useful output for lsgpu and other tools that list
+ devices. (Tvrtko Ursulin)
+
+- intel_gpu_top can now show per-client busyness stats. (Tvrtko Ursulin)
+
+- igt_runner can now limit the disk space used by a single test. (Petri Latvala)
+
+
+And many other bug fixes, improvements, cleanups and new tests.
+
+
Release 1.25 (2020-03-20)
-------------------------
diff --git a/meson.build b/meson.build
index 376fe80a6..5d9655f7f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('igt-gpu-tools', 'c',
- version : '1.25',
+ version : '1.26',
default_options: [
'warning_level=2',
'c_std=gnu11',