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

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



Tag 'wayland-1.4.0-1' created by Héctor Orón Martínez <zumbi@debian.org> at 2014-01-30 23:43 +0000

Release debian version 1.4.0-1

Changes since wayland-1.3.0-1:
Adrian Negreanu (1):
      scanner: set errno=0 before strtol

Héctor Orón Martínez (13):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelog
      Update symbols
      debian/libwayland-dev.install: install wayland.dtd
      Update configure.ac for release 1.3.92
      Rework upstream release information
      add wayland DTD and XML under default dtddir
      Revert configure.ac change when releasing version 1.3.92
      Merge branch 'upstream-unstable' into debian-unstable
      Prepare for new release 1.4.0
      d/control: Further bump the libwayland0 C/R
      Bump standards version
      Release version 1.4.0-1

Jasper St. Pierre (3):
      Update .gitignore for protocol/
      wayland-server: Improve error messages for bad globals
      xwayland: Add .gitignore

Jonas 'Sortie' Termansen (1):
      client: Include poll.h instead of sys/poll.h

Jonas Ådahl (4):
      doc: Remove incorrect docmentation
      doc: Fix spelling of parameters
      protocol: Clarify semantics of sub-surface placement requests
      protocol: Clarify semantics of wl_subsurface.set_position

José Bollo (1):
      protocol: Fix typo in documentation

Kristian Høgsberg (15):
      wayland: Be consistent about #include-guard names
      configure.ac: Bump version to 1.3.90 for the master branch
      server: Start documenting the server side API
      scanner: Warn about requests with more than one new-id and don't generate stubs
      scanner: Introduce struct location for tracking source locations
      scanner: Make fail() function use va_list and elaborate a few errors
      scanner: Add location to elements so we can give better errors/warnings
      client: Introduce functions to allocate and marshal proxies atomically
      Add -pthread to AM_CFLAGS to do the right thing when using threads
      client: Handle EINTR in wl_display_dispatch_queue()
      configure.ac: Bump version to 1.3.91 for the alpha release
      Revert "xwayland: Add .gitignore"
      configure.ac: Bump version to 1.3.93
      resources-test: Don't send invalid event
      configure.ac: Bump version to 1.4

Lubomir Rintel (2):
      shm: Avoid file descriptor leak upon unsuccessful mmap
      connection: Error out if file descriptor was not received

Neil Roberts (3):
      server: Add API to protect access to an SHM buffer
      Add documentation for wl_shm_buffer_begin/end_access
      client: Make wl_proxy_set_queue() with NULL revert to default queue

Pekka Paalanen (3):
      protocol: add sub-surfaces to the core
      os: use posix_fallocate in creating sharable buffers
      cursor: handle running out of buffer space

Peter Hutterer (1):
      protocol: validate the protocol against a dtd

U. Artie Eoff (11):
      shm: assert sigbus_data is not NULL before member access
      array-test: assert wl_array_add result is not NULL
      connection-test: assert closure is not NULL before invoking it
      event-loop-test: assert non-NULL results
      os-wrappers-test: assert closure is not NULL before invoking it
      queue-test: assert non-NULL return values
      resources-test: assert non-NULL return values
      cursor: free theme->name too
      cursor: check for memory allocation errors
      xcursor: don't proceed if XcursorImageCreate failed
      add_shm_format: check wl_array_add return value before deref

chi ding (1):
      Fix buffer overflow when serializing a closure object

---
 Makefile.am                       |    2 
 configure.ac                      |    7 -
 cursor/os-compatibility.c         |   19 +++
 cursor/wayland-cursor.c           |   82 +++++++++++--
 cursor/xcursor.c                  |    2 
 cursor/xcursor.h                  |    4 
 debian/changelog                  |   25 ++++
 debian/control                    |   14 +-
 debian/libwayland-client0.symbols |    4 
 debian/libwayland-dev.install     |    3 
 debian/libwayland-server0.symbols |    4 
 debian/patches/series             |    1 
 doc/doxygen/Makefile.am           |    3 
 protocol/.gitignore               |    1 
 protocol/Makefile.am              |   15 ++
 protocol/wayland.dtd              |   29 ++++
 protocol/wayland.xml              |  224 +++++++++++++++++++++++++++++++++++++-
 src/Makefile.am                   |    4 
 src/connection.c                  |  100 +++++++++++++++-
 src/scanner.c                     |  135 +++++++++++++++-------
 src/wayland-client.c              |  224 ++++++++++++++++++++++++++++----------
 src/wayland-client.h              |   12 +-
 src/wayland-egl.h                 |    4 
 src/wayland-server.c              |  141 ++++++++++++++++++++++-
 src/wayland-server.h              |   12 +-
 src/wayland-shm.c                 |  197 +++++++++++++++++++++++++++++++++
 tests/array-test.c                |    3 
 tests/connection-test.c           |    1 
 tests/event-loop-test.c           |    5 
 tests/os-wrappers-test.c          |    1 
 tests/queue-test.c                |    3 
 tests/resources-test.c            |    4 
 32 files changed, 1123 insertions(+), 162 deletions(-)
---


Reply to: