tree: update website references
[mesa-waffle.git] / doc / release-notes / waffle-1.2.2.txt
blob00647e96889cd01281603a75c6728d9864101811
1 Waffle 1.2.2 - 27 Nov 2012
2 ==========================
4 Waffle 1.2.2 is now available. This is a bugfix release that fixes critical
5 bugs discovered since the 1.2.1 release.
7   Download:
8     https://waffle.freedesktop.org/files/release/waffle-1.2.2/waffle-1.2.2.tar.xz
10   sha256 sum:
11     7e342c859b58d4e051b347ef3d7740ed2f3b6c506b93daec272724afe7dd1311  waffle-1.2.2.tar.xz
14 Bugfixes
15 --------
16 * Fix creation of ES3 contexts on EGL.
17 * Fix build on Android.
20 Changes
21 -------
23 The full set of changes can be viewed with `git log waffle-1.2.1..waffle-1.2.2`.
25 Adrian Marius Negreanu (2):
26   android: Fold nearly all headers into waffle.h
27   android: Fix c99-ism in wcore_config_attrs.c
29 Chad Versace (1):
30   egl: Fix call to eglBindAPI for WAFFLE_OPENGL_ES3
32  Android.mk                           | 13 +------------
33  src/waffle/core/wcore_config_attrs.c |  8 ++++++--
34  src/waffle/egl/wegl_context.c        |  1 +
35  3 files changed, 8 insertions(+), 14 deletions(-)