[waffle] [ANNOUNCE] Waffle 1.5.1

Chad Versace chad.versace at intel.com
Thu Jan 22 12:35:59 PST 2015


Waffle 1.5.1 is now available. This is a maintenance release that fixes
bugs since 1.5.0 and adds small packaging and testing improvements.

Tarballs and other release files are posted at:

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

The SHA-256 checksums are:

    faed5b6b28469a72ba68566149a59a03ce1fb333ea888b79751800dbbe187ead  waffle-1.5.1-release-notes.txt
    cbab0e926515064e818bf089a5af04be33307e5f40d07659fb40d59b2bfe20aa  waffle-1.5.1.tar.xz
    66636f994f3cdf9e0c456c05b366d73db0112a49d53f2dccb8012c2372a7f583  waffle-1.5.1.tar.xz.asc

The signed git tag v1.5.1 is found in:

   git://github.com/waffle-gl/waffle

Methods to verify the release files are:

   Verify the tarball's PGP signature:  gpg --verify waffle-1.5.1.tar.xz.asc
   Verify the git tag's signature:      git fetch --tags origin && git tag --verify v1.5.1
   Verify the tarball's checksum:       echo '66636f994f3cdf9e0c456c05b366d73db0112a49d53f2dccb8012c2372a7f583  waffle-1.5.1.tar.xz' | sha256sum -c

Please file bugs and issues at:

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


Waffle 1.5.1 Release Notes
==========================

New Stuff
---------
* cmake: Waffle now installs CMake PackageConfig files.

  The new files are WaffleConfig.cmake and WaffleConfigVersion.cmake.
  These are like Linux pkg-config files, but specific to CMake. See
  commit 622efdd [1].

  [1] https://github.com/waffle-gl/waffle/commit/622efdd3f3e832ac34edb9f7f54bb675f0fdec13

* examples/gl_basic: Add option for window size.

  Useful for testing tiny and huge windows. The new parameter is --window-size=WxH.


Bugfixes
--------
* wgl: Fix requirements for creation of ES2 context
  See [https://github.com/waffle-gl/waffle/issues/23].

* wgl: Verify the client area size matches the required size on window creation too.
  See [https://github.com/waffle-gl/waffle/commit/fc9db89c53a2e6e65751bcd87337c74fa05de182].

* Fix version check in FindWaffle.cmake

  This bug only affects other projects that use CMake and used FindWaffle.cmake.
  See bug [https://github.com/waffle-gl/waffle/issues/27].


Changes since 1.5.0
-------------------
Chad Versace (3):
      doc: Add release notes for Waffle 1.5.1
      doc: Add release notes for Waffle 1.4.4
      wgl: Fix requirements for creation of ES2 context

Dylan Baker (2):
      cmake: Add cmake PackageConfig files
      cmake: fix version search

Jordan Justen (1):
      debian: Add WaffleConfig*.cmake to libwaffle-dev package

José Fonseca (3):
      wgl: Verify the client area size matches the required size on window creation too.
      examples/gl_basic: Add option for window size.
      test/gl_basic_test: Address gcc format mismatch warning.

-------------- 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/20150122/79e59b02/attachment.sig>


More information about the waffle mailing list