Create NEWS file for release 1.8.0

To keep compatibility with libva and intel-vaapi-driver the
version is set to pre1.  Release version and pre release versions
match

Signed-off-by: Daniel Charles <daniel.charles@intel.com>
This commit is contained in:
Daniel Charles 2017-03-06 11:34:45 -08:00
parent 6764956791
commit c31c0a9f33
1 changed files with 11 additions and 0 deletions

11
NEWS Normal file
View File

@ -0,0 +1,11 @@
libva-utils NEWS -- summary of changes. 2017-03-xx
Copyright (C) 2009-2017 Intel Corporation
Version 1.8.0 - dd.Mar.2017
* First release of libva-utils as a separate project
* Follows libva release versioning
* Contains all the utilities and tests for libva API
* dynamically links to libva
* building system clean ups
* test suite included using GoogleTestFramework