summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-03-13 15:47:13 +0200
committerPetri Latvala <petri.latvala@intel.com>2017-03-13 15:55:37 +0200
commitbb97a0542adf2ae2adab946b2e3fee396d54063a (patch)
treef810d27226d6026cad46fc12b081034db2b1ccbb /NEWS
parent7ab5c97924bf971a348ff4a1768da624ba2f564c (diff)
Update NEWS, bump version to 1.18.
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1f824bd2..bb893a37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Release 1.18 (2017-03-13)
+-------------------------
+
+Library changes:
+
+- Various changes to library functions so that they don't assume Intel
+ hardware. (Lyude)
+
+- Added helper functions for managing synchronization primitives.
+ (Robert Foss)
+
+- Added support for the new generic CRC capture kernel ABI. (Tomeu
+ Vizoso)
+
+- Added Geminilake platform support. (Ander Conselvan de Oliveira)
+
+- Added helpers for sysfs hotplug events. (Lyude)
+
+- Added support for hotplug testing with the Chamelium device (Lyude)
+
+Tools changes:
+
+- intel_dp_compliance: New tool for running automated DisplayPort
+ compliance tests. (Manasi Navare)
+
+- Renamed intel_bios_reader to intel_vbt_decode. (Jani Nikula)
+
+- intel_gvtg_test: New tool for setting up GVT-g guests based on
+ KVMGT. (Terrence Xu)
+
+Test changes:
+
+- Multiple new tests.
+
+
+And many other bug fixes and improvements.
+
Release 1.17 (2016-12-02)
-------------------------