Bump version to 1.1.0

Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2021-02-27 22:48:12 +02:00
parent 83e3a53ddc
commit 82a5bdc43c
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -1,3 +1,22 @@
libxkbcommon 1.1.0 - 2021-02-27
==================
- Publish the `xkb-format-text-v1.md` file in the HTML documentation. This file
existed for a long time but only in the Git repository.
Link: https://xkbcommon.org/doc/current/md_doc_keymap_format_text_v1.html
- Add partial documentation for xkb_symbols to xkb-format-text-v1.md.
Contributed by Simon Zeni.
- Update keysym definitions to latest xorgproto. In particular, this adds many
special keysyms corresponding to Linux evdev keycodes.
Contributed by Peter Hutterer <@who-t.net>.
- New API:
Too many XKB_KEY_* definitions to list here.
libxkbcommon 1.0.3 - 2020-11-23
==================

View File

@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
version: '1.0.3',
version: '1.1.0',
default_options: [
'c_std=c99',
'warning_level=2',