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

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



Tag 'wayland-1.3.0-1' created by Héctor Orón Martínez <zumbi@debian.org> at 2013-10-11 09:28 +0000

Tagging upload of wayland 1.3.0-1 to unstable

Changes since wayland-1.2.1-1:
Aaron Faanes (11):
      wayland-server: Fix a uninitialized warning from clang
      wayland-server: Document wl_signal
      utils: tweak wl_list for better doxygen output
      wayland-server: Document wl_listener
      utils: Reference some useful methods in wl_signal's doxygen
      utils: Add doxygen for wayland-util.h
      wayland-server: Improve wording for wl_signal_get's doc
      doc: Include wayland-util.* for doxygen output
      doc: Create \comment alias for C-style comments
      utils: Document wl_container_of
      doc: Slight tweaks to wl_listener

Bryce W. Harrington (9):
      publican: Cleanup Preface's grammar.
      publican: Drop unneeded 'of'
      publican: Fix grammar several places in Protocol docs
      client: Improve spelling and grammar in comments
      protocol: Fix typo by removing a redundant 'a'
      protocol: Add missing d to 'x an y'
      protocol: Improve grammar for set class description
      protocol: Fix pluralization of user in popup_done description
      protocol: Improve a bit of grammar for wl_surface::attach description

Chang Liu (2):
      gitignore: add ./compile
      client: fix an inconsistency in documentation

Héctor Orón Martínez (7):
      Merge 1.3.0 upstream
      Add myself to Uploaders.
      Switch to Debian source format 3.0 quilt
      Install wayland documentation in development package
      Update libwayland-client0 symbols
      Update libwayland-server0 symbols
      Release debian version 1.3.0-1

Jason Ekstrand (5):
      doc: Update the ID alocation section
      doc: Add a section on interface and protocol object versioning
      Add support for server-side language bindings
      Add support for client-side language bindings
      Export the Wayland protocol XML file

Jiergir Ogoerg (1):
      client: Simply wl_display_dispatch_queue_pending() and fix return value

Kristian Høgsberg (10):
      server: Handle OOM properly when we fail to allocate a send closure
      server: Set client->error when we fail to send a closure
      Don't include wayland-server.h in wayland-private.h
      protocol: Add release requests for wl_pointer, wl_keyboard, and wl_touch
      scanner: Emit wl_*_destroy stub even if interface has a destructor
      configure.ac: Bump version to 1.2.90 for master branch
      configure.ac: Bump version to 1.2.91
      configure.ac: Bump version to 1.2.92
      scanner: Handle unrecognized invocation mode
      configure.ac: Bump version to 1.3

Marek Ch (3):
      tests: extended message when leak in test is detected
      tests: add unit tests for wl_signal
      tests: add wl_resource tests

Neil Roberts (1):
      client: Fix handling display->reader_count if poll fails

Peter Hutterer (4):
      scanner: support help and --help
      scanner: expand help string
      scanner: check for wayland-scanner.pc before using variables
      publican: only split chapters and top-level sections onto separate pages

Rob Bradford (3):
      wayland-server: Add a wl_resource_for_each macro
      wayland-client: Add wl_proxy_get_listener
      wayland-server: Add a wl_resource_for_each_safe macro

Timo Aaltonen (1):
      control: Bump the libwayland0 C/R to (<< 1.1.0) so that it covers the ubuntu version too, and add it to -cursor.

Tomeu Vizoso (3):
      protocol: Copy missing pixel formats from wl_drm to wl_shm
      shm: Add API for renderers to register additional pixel formats
      server: Release additional_shm_formats array at display destruction

---
 .gitignore                        |    1 
 configure.ac                      |    4 
 debian/changelog                  |   15 +++
 debian/control                    |   13 +-
 debian/libwayland-client0.symbols |    3 
 debian/libwayland-dev.install     |    3 
 debian/libwayland-server0.symbols |    4 
 debian/source/format              |    1 
 doc/doxygen/Makefile.am           |    6 +
 doc/doxygen/wayland.doxygen.in    |    2 
 protocol/Makefile.am              |    2 
 protocol/wayland.xml              |   85 ++++++++++++++++++-
 src/connection.c                  |    9 +-
 src/scanner.c                     |    6 -
 src/wayland-client.c              |  115 +++++++++++++++++++++++---
 src/wayland-client.h              |    6 +
 src/wayland-client.pc.in          |    2 
 src/wayland-private.h             |   19 +---
 src/wayland-server.c              |   95 ++++++++++++++++++---
 src/wayland-server.h              |  115 ++++++++++++++++++++++++++
 src/wayland-server.pc.in          |    2 
 src/wayland-shm.c                 |   45 +++++++---
 src/wayland-util.h                |   85 ++++++++++++++++++-
 tests/Makefile.am                 |    6 +
 tests/resources-test.c            |  167 ++++++++++++++++++++++++++++++++++++++
 tests/signal-test.c               |  114 +++++++++++++++++++++++++
 tests/test-runner.c               |   17 +++
 27 files changed, 870 insertions(+), 72 deletions(-)
---


Reply to: