[waffle] [ANNOUNCE] Waffle 1.4.2

Chad Versace chad.versace at linux.intel.com
Wed Dec 3 12:21:59 PST 2014


Waffle 1.4.2 is now available. This is a maintenance release that fixes
bugs in 1.4.1.

Tarballs and other release files are posted at:

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

The SHA-256 checksums are:


    b5a0a9a35f5ff5f5ed7c47fac49881e2108073b82f3be776b81457ed35d41513  waffle-1.4.2-release-notes.txt
    d49094c3496ae4b1f68c759610a82fdbcc6c2e81f0ce70abcb845f01184aafe2  waffle-1.4.2.tar.asc
    3855f25e6d38e66931671a43b0dde66e1dc4adad21ac5df065e0e7f0a79b2c72  waffle-1.4.2.tar.xz

The signed git tag v1.4.2 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.4.2.tar.xz
       gpg --verify waffle-1.4.2.tar.asc

   Verifying the tag's signature:
       git fetch --tags origin
       git tag --verify v1.4.2

   Verifying the tarball's checksum:
       echo '3855f25e6d38e66931671a43b0dde66e1dc4adad21ac5df065e0e7f0a79b2c72  waffle-1.4.2.tar.xz' | sha256sum -c

Please file bugs and issues at:

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


Waffle 1.4.2 Release Notes
==========================

Bugfixes
--------
* wflinfo used glGetStringi incorrectly on Mali drivers.
  [https://github.com/waffle-gl/waffle/commit/0543d0d12aa16e0daf361937619998c8995fd6fc]

* gbm: Workaround Mesa linkage issue
  [https://github.com/waffle-gl/waffle/commit/9a4f7c0e4b50f1053318cc76478da530b7b66299]

* gbm: Remove Mesa warning evoked by waffle_window_swap_buffers().
  [https://github.com/waffle-gl/waffle/commit/37db06de448e64f46db9a73a99444ccf72c35e20]


Changes
-------
Chad Versace (5):
      doc: Add waffle-1.4.2 release notes
      waffle: Bump version to 1.4.2
      wflinfo: Fix glGetStringi on Mali
      pkg/archlinux: Add PKGBUILD for waffle-1.4.1
      pkg/macports: Update to 1.4.1

Frank Henigman (2):
      gbm: work around mesa linkage issue
      gbm: lock and release buffer in swap buffers

 Android.mk                              |  2 +-
 cmake/Modules/WaffleDefineVersion.cmake |  2 +-
 doc/release-notes/waffle-1.4.2.txt      | 36 +++++++++++++++++++++
 pkg/archlinux/waffle-1.4.1/PKGBUILD     | 55 +++++++++++++++++++++++++++++++++
 pkg/macports/Portfile                   |  4 +--
 src/utils/wflinfo.c                     | 23 +++++++++++++-
 src/waffle/gbm/wgbm_display.c           |  2 ++
 src/waffle/gbm/wgbm_platform.c          |  2 +-
 src/waffle/gbm/wgbm_window.c            | 17 ++++++++++
 src/waffle/gbm/wgbm_window.h            |  3 ++
 10 files changed, 140 insertions(+), 6 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/20141203/a2ab6528/attachment.sig>


More information about the waffle mailing list