diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-16 17:04:40 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-17 11:48:12 -0700 |
commit | 92bed23a27ff39ad4446fc3bda389cbaf1564cff (patch) | |
tree | 6d66301a559f1db2648fe9590077b6d7d971ba74 /doc/release-notes | |
parent | a0a0fdc10806a35c5816d5d3d336a3333da00677 (diff) |
doc/release-notes: Add waffle-next.txt
This will allow us to build up the release notes for the
next release.
A second reason for wanting to add this is to make sure that
GL is replaced with OpenGL in the release notes.
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'doc/release-notes')
-rw-r--r-- | doc/release-notes/waffle-next.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/release-notes/waffle-next.txt b/doc/release-notes/waffle-next.txt new file mode 100644 index 0000000..18b736a --- /dev/null +++ b/doc/release-notes/waffle-next.txt @@ -0,0 +1,30 @@ +These notes are the template for the next release. They do not document +an actual Waffle release. + +Waffle 1.3.90 - (Date TBD) +============================= + +Waffle 1.3.90 is now available. This release introduces the ability create +forward-compatible and debug contexts as well as improved support for Mac OS. +Details below. + +As usual, the release is available as a tarball + + http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.3.90/waffle-1.3.90.tar.xz + http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.3.90/waffle-1.3.90.tar.xz.sig + +Or as tag 'waffle-1.3.90' in the git repository + + git://people.freedesktop.org/~chadversary/waffle.git refs/tags/waffle-1.3.90 + +If you're using Archlinux, it's in the AUR as 'waffle'. + +If you're using Debian, it should be available in the unstable sid release in +the 'wflinfo' package and in packages with names starting with 'libwaffle'. + +New Features +------------ +- [all platforms] A new wflinfo utility creates a context for the various + OpenGL API's supported by waffle and it will then print out some + information about the created context. See the documentation for wflinfo + in manpage wflinfo(1). |