diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-04-11 17:07:53 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-04-11 18:05:26 -0700 |
commit | 593d52f7e0b53d814a331b6555062c39771081fd (patch) | |
tree | a815c52efab6cc160c43f1414d8b14201d8e9ac8 | |
parent | 175d9fcd1ca786d588214f136ee09bb65df9b464 (diff) |
doc: Add release notes for 0.2
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r-- | doc/release-notes.txt | 21 |
1 files changed, 21 insertions, 0 deletions
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 ======================== |