libva 1.1.1 libva-1.1.1 upstream/1.1.1
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 19 Mar 2013 01:42:21 +0000 (09:42 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 19 Mar 2013 01:42:21 +0000 (09:42 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9f78a99..d75c6a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-libva NEWS -- summary of user visible changes.  2012-10-04
+libva NEWS -- summary of user visible changes.  2013-03-19
 Copyright (C) 2009-2011 Intel Corporation
 
+Version 1.1.1 - 19.Mar.2013
+* Support wayland 1.0 protocol (Rob Bradford)
+* Automake 1.13 fixups (Armin K)
+
 Version 1.1.0 - 04.Oct.2012
 * API: add Wayland support
 * API: add raw DRM support for headless pipelines
index 6d97f8f..3279b33 100644 (file)
@@ -43,7 +43,7 @@ m4_define([va_api_version],
 m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)])
 m4_define([libva_minor_version], [m4_eval(va_api_minor_version - 32)])
 m4_define([libva_micro_version], [1])
-m4_define([libva_pre_version],   [1])
+m4_define([libva_pre_version],   [0])
 
 m4_define([libva_version],
           [libva_major_version.libva_minor_version.libva_micro_version])