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

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



Tag 'wayland-1.5.0-1' created by Emilio Pozuelo Monfort <pochu@debian.org> at 2014-05-24 00:54 +0000

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

iEYEABECAAYFAlN/7eEACgkQhTV17EoIsv5V+ACcDkYT73AZjZgHeazfIVD0LgLj
+NEAoIOV6jzNaCbA91EeJOsHn34eF0r0
=NBCD
-----END PGP SIGNATURE-----

Changes since wayland-1.4.0-1:
Ander Conselvan de Oliveira (1):
      connection: Don't write past the end of the connection buffer

Andrew Wedgbury (2):
      test: Add test showing blocking problem when updating timers
      Use non-blocking timerfd to prevent blocking when updating timer event sources

Boyan Ding (1):
      doc: Remove obsolete doxygen tags

Bryce W. Harrington (1):
      tests: Fix build of noinst fixed-benchmark test

Emilio Pozuelo Monfort (5):
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream release
      Switch back to source format 1.0 for now
      Update path for wayland-scanner.pc
      Release to unstable

Giulio Camuffo (1):
      connection: fix a format string typo in error message

Hardening (1):
      Add error handling for wl_cursors

Jason Ekstrand (1):
      Rename wl_debug to debug_server/client

Jasper St. Pierre (7):
      protocol: Fix the name of the registry argument
      protocol: Fix documentation for the parameter of wl_callback
      protocol: Fix build
      wayland-client: Set a proper errno
      scanner: Add GCC pragmas to disable -Wredundant-decls
      connection: Use wl_log to report errors
      server: Kill some unnecessary logs

Jonas Ådahl (6):
      event-loop-test: Remove unused variable
      doc: Remove deprecated doxygen tag
      protocol: Fix order of wl_pointer, wl_keyboard and wl_touch messages
      scanner: Also fail when an implicitly versioned message is out of order
      tests: Add message version sanity test
      scanner: Generate macros for getting the 'since' version of an event

Kristian Høgsberg (21):
      Make default log handler print to stderr
      client: Rename display->queue to default_queue
      client: Queue display events on private queue and always dispatch
      build: Stop using xmllint to validate protocol files
      build: Move protocol/ Makefile.am into toplevel Makefile.am
      build: Move cursor Makefile.am into toplevel Makefile.am
      build: Move src/Makefile.am into toplevel Makefile.am
      build: Move tests/Makefile.am into toplevel Makefile.am
      build: Consolidate scanner build rules
      build: Generated protocol files live in protocol/ now
      build: Include protocol/ so we pick up generated headers
      client: Delay EPIPE handling so we get a chance to handle error events
      Add WL_PRINTF attribute and annotate wl_log_func_t
      scanner: Only output each forward declaration once
      shm: Disallow shrinking shm pools
      configure.ac: Bump version to 1.4.91
      Avoid printing to stderr
      configure.ac: Bump version to 1.4.92
      configure.ac: Bump version 1.4.93
      scanner: Downgrade non-increasing version error to warning
      configure.ac: Bump version to 1.5.0

Neil Roberts (1):
      Don't deref the sample pointer in the wl_container_of macro

Pekka Paalanen (6):
      protocol: when buffer transform and scale change
      build: depend on generated protocol headers
      doc: do not rebuild man pages if they are up to date
      build: hide doxygen commands with AM_V_GEN
      update .gitignore
      protocol: try to clarify frame callback semantics

Rui Matos (1):
      protocol: Document how clients are supposed to get the xkb keycode

Srivardhan Hebbar (1):
      doc: Added API documentation for wl_display_create function.

Thierry Reding (1):
      Do not distribute generated headers

U. Artie Eoff (3):
      scanner: check wl_array_add result
      connection-test: check malloc result
      server: fix potential memleak and NULL deref

---
 .gitignore                     |   22 ++++
 Makefile.am                    |  192 ++++++++++++++++++++++++++++++++++++++++-
 configure.ac                   |   13 --
 cursor/Makefile.am             |   21 ----
 cursor/wayland-cursor.c        |   20 ++--
 debian/changelog               |    9 +
 debian/libwayland-dev.install  |    2 
 debian/source/format           |    1 
 doc/doxygen/Makefile.am        |   10 +-
 doc/doxygen/wayland.doxygen.in |   28 -----
 protocol/Makefile.am           |   14 --
 protocol/wayland.xml           |   84 ++++++++++++-----
 src/Makefile.am                |   72 ---------------
 src/connection.c               |   61 +++++++------
 src/event-loop.c               |   14 +-
 src/scanner.c                  |   55 +++++++++--
 src/wayland-client.c           |   80 ++++++++++-------
 src/wayland-server.c           |   28 +++--
 src/wayland-server.h           |    2 
 src/wayland-shm.c              |   10 +-
 src/wayland-util.c             |    6 -
 src/wayland-util.h             |   39 ++++----
 tests/.gitignore               |   17 ---
 tests/Makefile.am              |   58 ------------
 tests/connection-test.c        |   39 ++++++++
 tests/event-loop-test.c        |   73 +++++++++++++++
 tests/message-test.c           |   50 ++++++++++
 27 files changed, 649 insertions(+), 371 deletions(-)
---


Reply to: