Waffle 1.5.0-rc1 is now available. This release introduces new features, of
which the most significant is experimental support. If all goes well, I plan to
make the final 1.5.0 release approximately a week from today (Wed 10 Dec).

If you want to add additional information to the release notes, then please
speak up.

Tarballs and other release files are posted at:

   Release Page:       http://www.waffle-gl.org/releases.html#1.5.0-rc1
   Source:             
http://www.waffle-gl.org/files/release/waffle-1.5.0-rc1/waffle-1.5.0-rc1.tar.xz
   GPG Signature:      
http://www.waffle-gl.org/files/release/waffle-1.5.0-rc1/waffle-1.5.0-rc1.tar.asc
   SHA-256 Sums:       
http://www.waffle-gl.org/files/release/waffle-1.5.0-rc1/waffle-1.5.0-rc1.sha256sums
   Release Notes:      
http://www.waffle-gl.org/files/release/waffle-1.5.0-rc1/waffle-1.5.0-rc1-release-notes.txt

The SHA-256 checksums are:

    6530ec099a2ddfa9ee1fdac1a07ba37e0a2a33ff2fa7ef3e909ac4f876685f9e  
waffle-1.5.0-rc1-release-notes.txt
    8e55c726a94c741b2f0d873d6f3f9c3d0b19e8c1468bfb69e5c61abc52fe02e5  
waffle-1.5.0-rc1.tar.asc
    62904a721752d7fdb6ad63fcd3e894cf64c1b65f5c0125a939cd4ed234d51a3d  
waffle-1.5.0-rc1.tar.xz

The signed git tag v1.5.0-rc1 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 '62904a721752d7fdb6ad63fcd3e894cf64c1b65f5c0125a939cd4ed234d51a3d  
waffle-1.5.0-rc1.tar.xz' | sha256sum -c

Please file bugs and issues at:

   https://github.com/waffle-gl/waffle/issues


Waffle 1.5.0 Release Notes
==========================

Backwards compatibility notes
-----------------------------
Waffle 1.5.0 is backwards-compatible with Waffle 1.4.0, in ABI and API.


New Features
------------
* Windows: Experimental support for WGL [Emil Velikov]

  Emil graciously added support for the Windows WGL API this summer,
  represented by the new enum 'WAFFLE_PLATFORM_WGL'. The plan is to convert
  Piglit's Windows build to use this rather than GLUT.

* wflinfo now prints the OpenGL shading language version. [Dylan Baker]

* Linux: Some library dependencies converted from static to dynamic [Emil 
Velikov]

  libwaffle on Linux no longer statically links to, and instead dynamically
  opens, the libraries below. This change allows a single build of Waffle to be
  deployed onto systems with and without these libraries.

    libEGL
    libGL
    libgbm


Contributors since Waffle 1.4.0
-------------------------------
    80  Emil Velikov <[email protected]>
    28  Chad Versace <[email protected]>
     2  Frank Henigman <[email protected]>
     2  Jordan Justen <[email protected]>
     1  Dylan Baker <[email protected]>
     1  José Fonseca <[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
waffle mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to