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

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



Tag 'wayland-1.11.91-1' created by Héctor Orón Martínez <zumbi@debian.org> at 2016-08-18 15:32 +0000

Release experimental Debian version wayland-1.11.91-1

Changes since wayland-1.11.0-2:
Armin Krezović (1):
      scanner: Add version argument to wayland-scanner

Auke Booij (1):
      protocol: add support for cross-interface enum attributes

Bill Spitzak (1):
      doc: Use enum argument type to make links in protocol documentation

Bryce Harrington (10):
      configure.ac: bump to version 1.10.90 for open development
      doc: Note strong recommendation to use S-o-b in contributions
      configure.ac: bump to version 1.10.91 for the alpha release
      configure.ac: bump to version 1.10.92 for the beta release
      configure.ac: bump to version 1.10.93 for the RC1 release
      configure.ac: bump to version 1.11.0 for the official release
      scanner: Fix reported executable name to 'wayland-scanner'
      tests: Require base 10 for the string specifying the number of open fd's
      scanner: Improve documentation for strtouint()
      configure.ac: bump to version 1.11.91 for the alpha release

Derek Foreman (9):
      resource-test: Use wl_seat instead of wl_display for testing
      server: validate resource versions at creation time
      build: Add an --enable-fatal-warnings configure option
      build: build distcheck with --enable-fatal-warnings
      Revert "build: build distcheck with --enable-fatal-warnings"
      Revert "server: validate resource versions at creation time"
      shm: Split pool reference counting into external and internal references
      shm: Defer wl_shm_pool_resize if a pool has external references
      shm: Log a warning if a shm buffer address is requested when it may be invalid

Emil Velikov (3):
      scanner: move include directives before extern "C" wrapper
      server: move include directives before extern "C" wrapper
      utils: move include directives before extern "C" wrapper

Eric Engestrom (7):
      protocol: fix spelling mistake
      wayland-client: fix spelling mistake
      client: fix typo
      server: fix typo
      util: fix typo
      doc: fix typos
      tests: fix typo

Giulio Camuffo (5):
      Add API to retrieve the interface name of a wl_resource
      Add API to get the list of connected clients
      Add a resource creation signal
      Add API to retrieve and iterate over the resources list of a client
      Add API to install protocol loggers on the server wl_display

Héctor Orón Martínez (3):
      Merge branch 'upstream-experimental' into debian-experimental
      d/libwayland-server0.symbols: add new symbols
      Release experimental Debian version wayland-1.11.91-1

Jonas Ådahl (5):
      client: Don't segfault when receiving error on destroyed object
      client: Make proxy_destroy a static function
      client: Introduce proxy wrappers
      tests/queue-test: Add tests for proxy wrappers
      client: Fix wl_display_roundtrip_queue() race condition

Khem Raj (1):
      scanner: Use uint32_t instead of uint

Marek Chalupa (3):
      tests: add test for receiving an error on destroyed object
      connection: remove redundant assignment
      display-test: move a misplaced comment

Pekka Paalanen (3):
      build: fix ./configure --disable-dtd-validation
      scanner: avoid executable stack
      configure.ac: bump version to 1.11.90 for open development

Peter Hutterer (2):
      doc: generate doxygen html output from the scanner
      doc: link between client and server doc and to the wayland book

Quentin Glidic (2):
      protocol: Add release (destructor) request to wl_output
      scanner: Generate all SINCE_VERSION macros for everyone

Sergi Granell (1):
      server: Fix shm_create_pool size fail path fd leak

Sungjae Park (1):
      server: add listener API for new clients

Yong Bakos (36):
      doc: Ignore html subdirectory.
      ignore: Add *.dtd.embed
      scanner: Fix spacing of @param
      protocol: Correct grammar and spelling
      doc: Hyphenate compound adjectives window-local, surface-local
      protocol: Hyphenate compound adjective surface-local
      protocol: Add summaries to event parameters
      protocol: Remove double line break
      doc: Formalize file comment in wayland-client.h, wayland-server.h
      connection: Move wl_interface_equal to util
      private: Remove unnecessary forward declarations
      tests: Check for client/server-core.h inclusion
      scanner: Remove unused forward decs from client protocol
      doc: Unpublish wl_display_get_additional_shm_formats
      doc: Unpublish wl_log* and wl_abort
      doc: Unpublish global_zombie_object and wl_interface_equal
      event-loop: Make transitive include explicit
      wayland-server: Clarify included header dependencies
      wayland-shm: Include wayland-util.h
      event-loop: Include wayland-util.h
      client-core: Add missing line breaks
      server, server-core: Minimize fwd decs, use macro, and format
      scanner: Replace #define tab with space
      server-core, event-loop: Fix parameter alignment.
      scanner: Move PROGRAM_NAME define
      (multiple): Include stdint.h
      display-test: Remove redundant stdbool include
      server: Add doxygen comment for wl_client_for_each
      protocol: Add summary attributes to request params and enum entries
      protocol: Hyphenate subsurface
      protocol: Capitalize ID for consistency
      protocol: Add missing line break
      protocol: Correct description indentation
      protocol: Remove wl_ prefix from summary descriptions
      protocol: Describe serial as serial number
      protocol: Specify upper left corner of damage rectangle

---
 Makefile.am                           |    8 
 configure.ac                          |    2 
 cursor/cursor-data.h                  |    2 
 cursor/wayland-cursor.c               |    1 
 debian/changelog                      |    6 
 debian/libwayland-server0.symbols     |    9 
 doc/publican/doxygen-to-publican.xsl  |    2 
 protocol/wayland.xml                  |  401 ++++++++++++++++++----------------
 src/event-loop.c                      |   12 -
 src/scanner.c                         |   36 ++-
 src/wayland-client-core.h             |    3 
 src/wayland-private.h                 |    4 
 src/wayland-server-core.h             |  115 +++++++--
 src/wayland-server.c                  |  280 +++++++++++++++++++++++
 src/wayland-server.h                  |    3 
 src/wayland-shm.c                     |    2 
 src/wayland-util.c                    |   53 ++--
 src/wayland-util.h                    |   11 
 tests/compositor-introspection-test.c |  172 ++++++++++++++
 tests/connection-test.c               |    1 
 tests/display-test.c                  |    2 
 tests/event-loop-test.c               |    1 
 tests/exec-fd-leak-checker.c          |    2 
 tests/map-test.c                      |    1 
 tests/os-wrappers-test.c              |    1 
 tests/protocol-logger-test.c          |  148 ++++++++++++
 tests/queue-test.c                    |    1 
 tests/resources-test.c                |    1 
 tests/test-compositor.c               |    1 
 tests/test-compositor.h               |    1 
 30 files changed, 1016 insertions(+), 266 deletions(-)
---


Reply to: