[waffle] [ANNOUNCE] Waffle 1.4.3
Chad Versace
chad.versace at intel.com
Tue Dec 9 13:26:51 PST 2014
Waffle 1.4.3 is now available. This is a maintenance release that fixes
bugs since 1.4.2.
Tarballs and other release files are posted at:
Release Page: http://www.waffle-gl.org/releases.html#1.4.3
Source: http://www.waffle-gl.org/files/release/waffle-1.4.3/waffle-1.4.3.tar.xz
GPG Signature: http://www.waffle-gl.org/files/release/waffle-1.4.3/waffle-1.4.3.tar.asc
SHA-256 Sums: http://www.waffle-gl.org/files/release/waffle-1.4.3/waffle-1.4.3.sha256sums
Release Notes: http://www.waffle-gl.org/files/release/waffle-1.4.3/waffle-1.4.3-release-notes.txt
The SHA-256 checksums are:
21f20a7346f29b341ca96ba8e0b265a60b1813e8c16d390a522845888bacdf0b waffle-1.4.3-release-notes.txt
68e790776e00fdfd5da6334b06914c6132d796542ba210e4fa88f62e470311de waffle-1.4.3.tar.asc
7975456b8028731ee0fe9294251fca0b20089f8303e815c9f4612ebb0e1a2c04 waffle-1.4.3.tar.xz
The signed git tag v1.4.3 is found in:
git://github.com/waffle-gl/waffle
Methods to verify the release files are:
Verifying the tarball's signature:
xz -d waffle-1.5.0-rc1.tar.xz
gpg --verify waffle-1.5.0-rc1.tar.asc
Verifying the tag's signature:
git fetch --tags origin
git tag --verify v1.5.0-rc1
Verifying the tarball's checksum:
echo '7975456b8028731ee0fe9294251fca0b20089f8303e815c9f4612ebb0e1a2c04 waffle-1.4.3.tar.xz' | sha256sum -c
Please file bugs and issues at:
https://github.com/waffle-gl/waffle/issues
Waffle 1.4.3 Release Notes
==========================
Bugfixes
--------
* cmake: Fix building with CMake 2.8.11
[https://github.com/waffle-gl/waffle/commit/80f2c3eca4bcb7ebe356fb92a9c3132e0c80d9d9]
* glx: Fix requirements for creation of ES2 context
[https://github.com/waffle-gl/waffle/commit/2e02e593246cd417d42f66489f573493eb553960]
* Minor html manpage fix.
Changes
-------
Chad Versace (6):
doc: Add release notes for Waffle 1.4.3
waffle: Bump version to 1.4.3
glx: Fix requirements for creation of ES2 context
cmake: Fix building with CMake 2.8.11
examples: Remove bitrotted XCode project files
doc/html/man: Remove duplicate link to manpage waffle_init(3)
Android.mk | 2 +-
cmake/Modules/WaffleDefineVersion.cmake | 2 +-
doc/html/man/index.html | 3 -
doc/release-notes/waffle-1.4.3.txt | 12 +
examples/gl_basic.xcodeproj/.gitignore | 2 -
examples/gl_basic.xcodeproj/Info.plist | 32 -
examples/gl_basic.xcodeproj/InfoPlist.strings | 2 -
examples/gl_basic.xcodeproj/MainMenu.xib | 4666 --------------------
examples/gl_basic.xcodeproj/project.pbxproj | 274 --
.../xcshareddata/xcschemes/gl_basic.xcscheme | 92 -
src/waffle/CMakeLists.txt | 22 +-
src/waffle/glx/glx_config.c | 4 +-
12 files changed, 38 insertions(+), 5075 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/waffle/attachments/20141209/0281367a/attachment.sig>
More information about the waffle
mailing list