[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxkbcommon: Changes to 'refs/tags/libxkbcommon-0.8.0-1'



Tag 'libxkbcommon-0.8.0-1' created by Timo Aaltonen <tjaalton@debian.org> at 2018-01-02 17:47 +0000

Tagging upload of libxkbcommon 0.8.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----

iQIxBAABCAAbBQJaS8XFFBx0amFhbHRvbkBkZWJpYW4ub3JnAAoJEMtwMWWoiYTc
P0kP/2pkvukMqTu7v6ASUPRutAtbAPUgTMcMPxI9V4fja4OzydLb1AS5O4+fxFjG
NvFwKUMv69mIdE7bDboiGPB7SuT6z3bM3rnOZYkziZhlgol01nH3y312csQWxlMu
sSOpzjLYTvY3qjkcDGWrphEPX54GCC6BjEXMrEBGCG68RACjYT7wM0bnFqwqP0DZ
Nmg9Or3dVDJHrG2tn9bsGActkD94ybVT1qUKSw0y/hcV4hwQStys75nSLO4k2XXA
9OdS4gbEL1R9xSz9rvDUtw1uu+5h21GTpAzATuDkSkV1+QhK9bPccEiWsAUvgqPJ
o5Q8yAU18QJ3hQeuja3LZACvgdvIgraH/c35u8OQXaNXOK1wWzSNfFdnFNMuFjqk
mTjDbYiXOiJJ0HRqM7FapYsqPCBJ3gPqIQ4LZur2wVzW2iXu6HGOgiM9kH6T1KU0
yVzk8mvWVGoB6BkhwRaZwnFf064jzfg+EBSV8D1ZfvFEgnh2tLKJTnCYqi8CUyG5
ViCF0APCOL8Zmxi2nPcnvPIzU/R3bjIKhs/TPQSiJEaxwDIyP1kFBbSbTiOywRKw
hPiBrVF+chD5sSbZdtnnq8k05Qbx6UIkUScfYuL9QddfyzHZ7OVw1awjgBI2q0iQ
tuBFPbi+FLJvZP9ncMPT0z/uE77qfmlj/PM0Fb3u9r0XX2AS
=wEo6
-----END PGP SIGNATURE-----

Changes since libxkbcommon-0.7.1-2:
Daniel Stone (2):
      Add explicit fallthrough case statements
      interactive-wayland: Port to xdg-shell v6

Hans de Goede (1):
      Sync Keysyms with recent xproto additions

Matt Whitlock (1):
      keysym-utf: Add missing codes for signifblank and permille keysyms

Naman Dixit (1):
      Fixed a minor bug in error detection in Wayland test

Ran Benita (53):
      Merge pull request #45 from fooishbar/xdg-shell-v6
      test/interactive-wayland: fix uninitialized `ret` in error path
      test/interactive-wayland: handle unrecognized SHM format
      test/interactive-wayland: mark a local function static
      test/x11comp: be a bit more careful with kill()
      state: reorder new() functions before the set() functions in the code
      state: remove unneeded NULL check
      state: cure boolean blindness in the filter functions' result
      test/interactive-x11: handle NULL from xcb_wait_for_event
      doc/compat: correct the XKB protocol version from 1.1 to 1.0
      Merge pull request #46 from jwrdegoede/master
      Merge pull request #48 from namandixit/patch-1
      test/x11comp: fix compiler warnings
      x11/keymap,test/interactive-evdev: fix a couple of clang-analyzer warnings
      build: explain why we don't AC_DEFINE a couple of constants
      build: remove unneeded preprocessor include flags
      build: rewrite the update-keysyms sed script in python
      build: move custom targets to scripts/ and remove from makefile
      build: change doxygen target to be properly dependency-based
      build: use top_srcdir consistently
      build: fix out-of-tree build
      travis: do the build out-of-tree
      build: remove -uninstalled pkg-config files
      build: remove Android.mk
      build: add meson build system
      Merge pull request #49 from bluetech/meson
      build: make doxygen run from the source tree
      build/autotools: install documentation under html/
      build/autotools: dist the meson build files
      build/autotools: make doxygen's input relative
      build/autotools: fix symbol versioning configure check
      test/symbols-leak-test.bash: make it easier to read
      build/autotools: fix doc installation
      Update NEWS
      Bump version to 0.7.2
      xkbcommon-compose.h: change recommended locale fallback code to treat empty string same as unset
      build: add missing configure function checks for test/interactive-wayland
      test/interactive-wayland: avoid unused function warning due to configuration
      expr: paper over a maybe-uninitialized warning
      build/meson: require meson >= 0.41.0
      Merge pull request #53 from whitslack/missing-ucs-codes
      test/data: sync with xkeyboard-config 2.22
      keysym: add xkb_keysym_to_{lower,upper} to public API
      xkbcomp/types: fix types being assigned the wrong number of levels in some circumstances
      keymap: fix NULL dereference when dumping the default fallback type
      xkbcomp/ast-build: fix memory leak when appending multi-keysyms
      compose/parser: be more careful when checking if sequence overrides or duplicates another
      test/x11: properly clean up also when skipping test
      travis: ensure all tests are valgrind-clean
      build: disable -Wdocumentation-deprecated-sync
      README,PACKAGING: use the new meson unified command format
      Update NEWS
      Bump version to 0.8.0

Timo Aaltonen (5):
      Merge branch 'upstream-unstable' into debian-unstable
      update changelog
      watch: Update upstream git url.
      symbols: Updated.
      release to unstable

---
 .gitignore                             |    5 
 .travis.yml                            |    8 
 Android.mk                             |   44 -
 Makefile.am                            |  101 +---
 NEWS                                   |   66 ++
 PACKAGING                              |   22 
 README.md                              |   15 
 bench/rules.c                          |    4 
 configure.ac                           |   10 
 debian/changelog                       |    8 
 debian/libxkbcommon0.symbols           |    3 
 debian/watch                           |    2 
 doc/.gitignore                         |    1 
 doc/Doxyfile.in                        |   10 
 doc/compat.md                          |    2 
 makekeys.py                            |   51 --
 meson.build                            |  491 ++++++++++++++++++++
 meson_options.txt                      |   58 ++
 scripts/doxygen-wrapper                |    8 
 scripts/makeheader                     |   40 +
 scripts/makekeys                       |   51 ++
 scripts/update-keysyms                 |    6 
 scripts/update-keywords                |    4 
 src/compose/parser.c                   |   19 
 src/darray.h                           |    3 
 src/keymap.h                           |    1 
 src/keysym-utf.c                       |    3 
 src/keysym.c                           |    4 
 src/keysym.h                           |    6 
 src/ks_tables.h                        |  798 ++++++++++++++++-----------------
 src/state.c                            |  124 ++---
 src/x11/keymap.c                       |    1 
 src/xkbcomp/ast-build.c                |    4 
 src/xkbcomp/expr.c                     |    6 
 src/xkbcomp/keymap-dump.c              |    2 
 src/xkbcomp/parser.y                   |    6 
 src/xkbcomp/types.c                    |    8 
 test/common.c                          |    2 
 test/data/rules/base                   |   50 +-
 test/data/rules/evdev                  |   47 +
 test/data/symbols/altwin               |   27 -
 test/data/symbols/awesome              |   26 +
 test/data/symbols/ca                   |    6 
 test/data/symbols/capslock             |   21 
 test/data/symbols/ch                   |    9 
 test/data/symbols/ctrl                 |   19 
 test/data/symbols/cz                   |   78 +++
 test/data/symbols/de                   |  467 ++++++++++++++++---
 test/data/symbols/group                |   31 +
 test/data/symbols/il                   |    2 
 test/data/symbols/in                   |  153 ++++++
 test/data/symbols/inet                 |  126 +++--
 test/data/symbols/keypad               |   53 +-
 test/data/symbols/latin                |    2 
 test/data/symbols/level5               |   10 
 test/data/symbols/macintosh_vndr/apple |    2 
 test/data/symbols/macintosh_vndr/us    |    4 
 test/data/symbols/ru                   |  326 +++++++++++++
 test/data/symbols/us                   |  260 ++++++++++
 test/data/types/level5                 |  242 +++++-----
 test/interactive-evdev.c               |    1 
 test/interactive-wayland.c             |  111 ++--
 test/interactive-x11.c                 |    4 
 test/keyseq.c                          |   15 
 test/rmlvo-to-kccgst.c                 |    4 
 test/rules-file.c                      |    4 
 test/symbols-leak-test.bash            |   22 
 test/x11.c                             |   16 
 test/x11comp.c                         |   16 
 xkbcommon-uninstalled.pc.in            |    8 
 xkbcommon-x11-uninstalled.pc.in        |   10 
 xkbcommon.map                          |    6 
 xkbcommon/xkbcommon-compose.h          |    7 
 xkbcommon/xkbcommon-keysyms.h          |   40 -
 xkbcommon/xkbcommon.h                  |   20 
 75 files changed, 3104 insertions(+), 1138 deletions(-)
---


Reply to: