summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-10-15 00:10:29 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-10-15 01:09:43 -0700
commiteaff53f626a890ecbd67db30da47f4c3cb47fbb7 (patch)
treeb5e3f160ea779eb44b9f6c685f6da13ca7c1ef78 /doc
parent6462d581640ce62f89c4022f7a75159bbf67728a (diff)
waffle: Add waffle-1.1.0 release notes
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/waffle-1.1.0.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/release-notes/waffle-1.1.0.txt b/doc/release-notes/waffle-1.1.0.txt
new file mode 100644
index 0000000..6e746c8
--- /dev/null
+++ b/doc/release-notes/waffle-1.1.0.txt
@@ -0,0 +1,34 @@
+Waffle 1.1.0 - 15 Oct 2012
+==========================
+
+Waffle 1.1.0 is now available. Downloads and documentation are available at
+ http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.0
+
+Waffle is a cross-platform library that allows one to defer selection of GL
+API and of window system until runtime. For example, on Linux, Waffle enables
+an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
+OpenGL ES2, and other window system / API combinations.
+
+The API and ABI of waffle 1.1 is backwards compatible with waffle 1.0.
+
+
+New Features since 1.0
+----------------------
+
+- Support for a new Linux platform, EGL with GBM. When using GBM, OpenGL applications
+ do not require a running display manager.
+
+- Experimental support for Android.
+
+- manpages. The entirety of waffle's public API is now documented in manpages.
+ To build and install them, run CMake with `-Dwaffle_build_manpages=1`. (See
+ the README for build requirements).
+
+
+Acknowledgements
+----------------
+
+Contributors to this release:
+ Chad Versace <chad.versace@linux.intel.com>
+ Jeff Bland <jksb@member.fsf.org>
+ Jordan Justen <jordan.l.justen@intel.com>