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(-)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ waffle mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/waffle

