Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ran Benita <ran@unusedvar.com>
  • Loading branch information
bluetech committed Feb 27, 2021
1 parent 83e3a53 commit 82a5bdc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
version: '1.0.3',
version: '1.1.0',
default_options: [
'c_std=c99',
'warning_level=2',
Expand Down

0 comments on commit 82a5bdc

Please sign in to comment.