lib/igt_kms: Unify pipe name helpers
[platform/upstream/intel-gpu-tools.git] / NEWS
diff --git a/NEWS b/NEWS
index 7f45ca0..de1f89e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
-Release 1.7 (XXXX-XX-XX)
+Release 1.8 (xxxx-xx-xx)
+------------------------
+
+- Added lib/igt.cocci semantic patch to catch often-seen patterns and convert
+  them to igt macros/infrastructure.
+
+- Improvements to the documentation build systems (Thomas).
+
+- Small fixes and improvements to the igt infrastructure and helpers all over.
+
+- As usual piles of new tests.
+
+- Improved plane/pipe handling in the igt_kms library (Damien).
+
+- Unified option parsing between simple tests and tests with subtests (Thomas).
+  This will allow us to merge the different Makefile targets once test runners
+  are converted.
+
+- New commit functions for igt_kms to support the new universal planes
+  interfaces (Matt Roper).
+
+Release 1.7 (2014-06-09)
 ------------------------
 
 - Piles of API documentation for the core i-g-t testing libraries.
@@ -14,6 +35,19 @@ Release 1.7 (XXXX-XX-XX)
 
 - Piles more tests as usual.
 
+- Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
+  in the build enviroment when you have this (Tim Gore).
+
+- Timeout support in igt_aux, see igt_set_timeout (Thomas).
+
+- Documentation for the testrunner interface like exit codes, subtest
+  enumeration and log output. Should help other people to run the tests in their
+  own framework.
+
+- Make swig an optional dependency (Damien).
+
+- Helpers for runtime pm tests in igt_aux.
+
 Release 1.6 (2014-03-13)
 ------------------------