From 209d1422742b2d23e032097a5f77149c52effab7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 25 Jan 2021 16:38:43 +0000 Subject: [PATCH] docs: Add waffle 1.6.2 release notes Signed-off-by: Emil Velikov (cherry picked from commit cae282756c66c7408e723ee2a7adc6ec6c02a5e0) --- doc/release-notes/waffle-1.6.2.md | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/release-notes/waffle-1.6.2.md diff --git a/doc/release-notes/waffle-1.6.2.md b/doc/release-notes/waffle-1.6.2.md new file mode 100644 index 0000000..f71f09a --- /dev/null +++ b/doc/release-notes/waffle-1.6.2.md @@ -0,0 +1,42 @@ +# Waffle 1.6.2 Release Notes + +## Fixes since 1.6.1 + +* apple: Silence deprecation warnings +* apple: cmocka: include librt only when present + +* gbm: pass valid arguments to gbm_surface_create_with_modifiers + +* wflinfo: window: use glGetStringi() when available +* wflinfo: meson: Install bash-completion file to correct location +* wflinfo: meson: Always install bash-completion file + + +## Features since 1.6.1 + +None. + + +## Changes since 1.6.1 + +Alexey Brodkin (1): + tests/gl_basic_test: fix SURFACELESS_EGL only build + +Emil Velikov (4): + apple: hide GL deprecation warnings + wflinfo: use glGetStringi() only when available + meson: do not replace datadir for bash completion + meson: always install bash-completion file + +Jesse Natalie (1): + meson: Fix meson build if bash-completion not found + +Marek Olšák (1): + gbm: don't pass invalid arguments to gbm_surface_create_with_modifiers + +Simon Zeni (1): + gitlab-ci: update to latest ci-template + +Yurii Kolesnykov (1): + cmocka: don't require librt, when it's not unavailable + -- 2.11.4.GIT