summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-27 16:42:33 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-27 17:11:28 -0800
commit7c5d993d812eb39001b52ae05a7699346febd03c (patch)
treead29b9d092e6ae9e290c18667a1ddc543e7e38f4 /doc
parent650293eb72c5aa496a4fa50b6ad404e9930230d2 (diff)
doc: Add waffle-1.2.2 release notes
Signed-off-by: Chad Versace <chad.versace@linux.intel.com> (cherry picked from commit 7dd52413a6835fab99073c38942921f7a6c81515)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/waffle-1.2.2.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/release-notes/waffle-1.2.2.txt b/doc/release-notes/waffle-1.2.2.txt
new file mode 100644
index 0000000..5f4a1fd
--- /dev/null
+++ b/doc/release-notes/waffle-1.2.2.txt
@@ -0,0 +1,35 @@
+Waffle 1.2.2 - 27 Nov 2012
+==========================
+
+Waffle 1.2.2 is now available. This is a bugfix release that fixes critical
+bugs discovered since the 1.2.1 release.
+
+ Download:
+ http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.2.2/waffle-1.2.2.tar.xz
+
+ sha256 sum:
+ [TODO:sha256]
+
+
+Bugfixes
+--------
+* Fix creation of ES3 contexts on EGL.
+* Fix build on Android.
+
+
+Changes
+-------
+
+The full set of changes can be viewed with `git log waffle-1.2.1..waffle-1.2.2`.
+
+Adrian Marius Negreanu (2):
+ android: Fold nearly all headers into waffle.h
+ android: Fix c99-ism in wcore_config_attrs.c
+
+Chad Versace (1):
+ egl: Fix call to eglBindAPI for WAFFLE_OPENGL_ES3
+
+ Android.mk | 13 +------------
+ src/waffle/core/wcore_config_attrs.c | 8 ++++++--
+ src/waffle/egl/wegl_context.c | 1 +
+ 3 files changed, 8 insertions(+), 14 deletions(-)