From 593d52f7e0b53d814a331b6555062c39771081fd Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Wed, 11 Apr 2012 17:07:53 -0700 Subject: doc: Add release notes for 0.2 Signed-off-by: Chad Versace --- doc/release-notes.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 2860d16..2dde1a8 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -1,3 +1,24 @@ +Version 0.2 - 11 Apr 2012 +========================= + +New Features +------------ +- Support for GLX. +- Support for Wayland. + +Changes +------- +- Changed value of WAFFLE_DONT_CARE to -1, to match EGL_DONT_CARE and + GLX_DONT_CARE. + +Bug Fixes +--------- +- Set environment variable EGL_PLATFORM during initialization in order to + avoid problems when Mesa's libEGL is built with support for multiple + platforms. +- Fix creation of X windows. Provide a colormap to xcb_window_create. + + Version 0.1 - 9 Apr 2012 ======================== -- cgit v1.2.3