forgot to run ./pre_checkin.sh

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=154
This commit is contained in:
Stefan Dirsch 2022-09-30 12:49:48 +00:00 committed by Git OBS Bridge
parent 4e1e1d2b1b
commit d61b84fcc0

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Sep 29 19:17:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.16.0:
* add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.
* dep: Update README.md to remove badge links
* dep: Removed waffle-io badge from README to fix broken link
* dep: Drop mailing list, IRC and Slack
* autotools: use wayland-scanner private-code
* autotools: use the wayland-scanner.pc to locate the prog
* meson: use wayland-scanner private-code
* meson: request native wayland-scanner
* meson: use the wayland-scanner.pc to locate the prog
* meson: set HAVE_VA_X11 when applicable
* style:Correct slight coding style in several new commits
* trace: add Linux ftrace mode for va trace
* trace: Add missing pthread_mutex_destroy
* drm: remove no-longer needed X == X mappings
* drm: fallback to drm driver name == va driver name
* drm: simplify the mapping table
* x11: simplify the mapping table
-------------------------------------------------------------------
Mon Jul 11 11:19:17 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>