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

wayland: Changes to 'refs/tags/wayland-1.13.0-1'



Tag 'wayland-1.13.0-1' created by Timo Aaltonen <tjaalton@debian.org> at 2017-08-03 08:25 +0000

Tagging upload of wayland 1.13.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJZgt4KAAoJEMtwMWWoiYTcbk8P/iqbeWnvSb9mft3Ahq+sHYnI
5CLPEzW5m7YboRALATbYDjooZ5WfXy3vl9nBGr6kYyn1glz92apfD+weeyxH0hVX
EK8ZuSjDemBc7XRxrTApYbHgY8RCvuqe5B/mSRRp2wVOQP9Pa/IEibLbAYeVT+Xr
WIYGvRXUCD6uvGYAfe1FulCnK7ynIAnwQgO6f7l9SnmB0nlWi0TFmn3mafHun9LA
nxRMDyYHQD5ey6xjRxl3Uv7tYcqkc6u8L8A2jpFb0vy9RPDTWsVferAssKKNZ51G
ayNN/8Ulx8tdgnBdJrteHDQKPVOzE9VyreOHjx87RAkMbBvAk7thQjczDvwFSWpS
j52hSdYmlhvkbUEqpLoCDmf2tAfvnipnEbkpEweGt/WIzIiL/OdyRK+eGSwlEmvW
REycJM04WcFglqQd/yudpG/+NseE+RI5Yt0Jh6GGY6m8GM8ajnvEQ32PdXZHjwU5
RV4HmDPht2nB7PbtVvF51dwlRyGgk6fGvUhmwNV9CY7fiJvy8L5/N9jrU408C+zR
OrINcp/qv6D/vnAGANtp90arBvE6EotC4l0goHWIhMJhjzcp8BQv48hrhn78MK01
Nzpap4GGvbtWmJD7oU4f0PiC/ApFlMa0VgwbxPjrD2ZTtMeP8RuRtWldQ1eEjuC6
q5GhQDotOTQJKUsyfvB7
=Hi6K
-----END PGP SIGNATURE-----

Changes since wayland-1.12.0-1:
Bill Spitzak (1):
      scanner: Fixed doxygen group name for _add_listener

Bryce Harrington (6):
      configure.ac: bump version to 1.12.90 for open development
      wayland-client: Require base 10 for WAYLAND_SOCKET, explicitly
      configure.ac: bump to version 1.12.91 for the alpha release
      configure.ac: bump to version 1.12.92 for the beta release
      configure.ac: bump to version 1.12.93 for the RC1 release
      configure.ac: bump to version 1.13.0 for the official release

Daniel Stone (1):
      tests: Use unique XDG_RUNTIME_DIR

Dennis Kempin (1):
      protocol: Extend wl_touch with touchpoint shape and orientation

Derek Foreman (5):
      cursor: Remove "weston" from anonymous shm filenames
      build: Fix scanner path in uninstalled pkg-config file
      server: Refactor array send functions
      server: Disallow sending events to clients after posting an error
      wayland-server: log an error for events with wrong client objects

Giulio Camuffo (3):
      server: add a safer signal type and port wl_display to it
      server: use the new wl_priv_signal in wl_client
      server: use the new wl_priv_signal for wl_resource

Moritz Kiefer (1):
      doc: Fix a typo in the client documentation

Olivier Fourdan (3):
      wayland-server: Add API to control globals visibility
      wayland-server: Add functions to wl_global
      tests: Add a test for global filter

Pekka Paalanen (5):
      Makefile: do not put TESTS into check_PROGRAMS
      Makefile: build also test programs during a normal build
      tests: add data files for future wayland-scanner test
      tests: add scanner tests
      wayland-server: hide wl_priv_signal from doxygen

Peter Hutterer (6):
      protocol: spell out that we're using linux/input-event-codes.h button codes
      protocol: indentation fixes
      tests: sync example.xml with wayland.xml
      scanner: add helper function to convert "since" to a version
      scanner: support "since" attribute for enum entries
      protocol: add axis_source.wheel_tilt

Reynaldo H. Verdejo Pinochet (1):
      buildsystem: adjust uninstalled -client/server pkg-config infra

Timo Aaltonen (4):
      Merge branch 'debian-unstable' into d-u
      update the changelog
      libwayland-server0.symbols: Updated.
      release to unstable

Yong Bakos (27):
      util: Document wl_list methods
      util: Document wl_array
      wl_array: Set data to invalid address after free
      tests: Test wl_array_release
      array-test: Include wayland-util.h and simplify init test
      util: Document GCC attributes
      shm: Make shm_pool_interface static const
      protocol: Describe wl_registry as singleton
      protocol: Use singleton global consistently
      scanner: Remove return doxygen annotation
      util: Document wl_message
      protocol: Remove inconsistent line breaks
      tests: Test wl_message_count_arrays
      util: Remove stray space from function signature
      util: Document wl_fixed_t
      util: Document wl_interface
      tests: Test wl_interface_equal
      tests: Add nullable check to wl_message_count_arrays
      util: Improve documentation of wl_argument
      util: Improve documentation of wl_iterator_result
      util: Document wl_log_func_t
      util: Clarify documentation of wl_dispatcher_func_t
      doc: Remove display of WL_PRINTF attribute
      doc: Remove wayland-util.c from file list
      util: Document wl_array and wl_list members
      dtddata: Use standard permission notice
      tests: Test wl_argument_from_va_list

---
 .gitignore                            |    1 
 Makefile.am                           |   46 
 configure.ac                          |    4 
 cursor/os-compatibility.c             |    2 
 debian/changelog                      |    7 
 debian/libwayland-server0.symbols     |    3 
 doc/doxygen/Makefile.am               |    1 
 doc/doxygen/wayland.doxygen.in        |    3 
 doc/publican/sources/Client.xml       |    2 
 protocol/wayland.xml                  |  239 -
 src/connection.c                      |    2 
 src/dtddata.S                         |   35 
 src/scanner.c                         |   71 
 src/wayland-client-uninstalled.pc.in  |    3 
 src/wayland-client.c                  |    2 
 src/wayland-private.h                 |   24 
 src/wayland-scanner-uninstalled.pc.in |    2 
 src/wayland-server-core.h             |   31 
 src/wayland-server-uninstalled.pc.in  |    3 
 src/wayland-server.c                  |  339 +-
 src/wayland-shm.c                     |    2 
 src/wayland-util.c                    |    1 
 src/wayland-util.h                    |  559 ++-
 tests/array-test.c                    |   34 
 tests/connection-test.c               |   35 
 tests/data/example-client.h           | 5587 ++++++++++++++++++++++++++++++++++
 tests/data/example-code.c             |  507 +++
 tests/data/example-server.h           | 4335 ++++++++++++++++++++++++++
 tests/data/example.xml                | 2746 ++++++++++++++++
 tests/data/small-client-core.h        |  195 +
 tests/data/small-client.h             |  195 +
 tests/data/small-code-core.c          |   61 
 tests/data/small-code.c               |   61 
 tests/data/small-server-core.h        |  154 
 tests/data/small-server.h             |  154 
 tests/data/small.xml                  |   58 
 tests/display-test.c                  |  140 
 tests/interface-test.c                |   50 
 tests/message-test.c                  |   39 
 tests/newsignal-test.c                |  337 ++
 tests/scanner-test.sh                 |   51 
 tests/test-runner.c                   |    3 
 42 files changed, 15841 insertions(+), 283 deletions(-)
---


Reply to: