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

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



Tag 'wayland-1.8.1-1' created by Héctor Orón Martínez <zumbi@debian.org> at 2015-06-13 00:07 +0000

Release Debian version wayland-1.8.1-1

Changes since wayland-1.7.0-2:
Bill Spitzak (1):
      config: use simpler regexp syntax to get dot version

Bryce Harrington (12):
      configure.ac: bump version to 1.7.90
      client: Fix typo
      Spelling fixes (cosmetic)
      tests: Typo in a comment
      configure.ac: bump to version 1.7.91 for the alpha release
      configure.ac: bump to version 1.7.92 for the RC1 release
      gitignore: ignore recently added headers-test
      gitignore: Bulk ignore all *-test files
      configure.ac: bump to version 1.7.93 for the RC2 release
      publish-doc: Add script for publishing docs to the website
      configure.ac: bump to version 1.8.0 for the official release
      configure.ac: bump to version 1.8.1 for the point release

Derek Foreman (1):
      cursor: add wl_cursor_frame_and_duration

Emmanuel Gil Peyrot (1):
      cursor: free the array from which images are linked

Giulio Camuffo (5):
      introduce new headers wayland-client-core.h and wayland-server-core.h
      wayland-egl: add a core header
      scanner: add a new --include-core-only option
      tests: add an headers test
      scanner: don't emit the extern declarations for external types

Hardening (1):
      wayland.xml: fixed a typo

Héctor Orón Martínez (4):
      Merge tag '1.8.1' into upstream-unstable
      Merge branch 'upstream-unstable' into debian-unstable
      wl_cursor_frame_and_duration: new symbol
      Release Debian version wayland-1.8.1-1

Jonas Ådahl (2):
      protocol: Change wording of subsurface placement scheduling
      scanner: Fail on empty enumerations

Jussi Pakkanen (1):
      Add support for direct file reading and writing in wayland-scanner.

Marek Chalupa (2):
      server: give more precise error message
      protocol: add better description of wl_pointer.release

Michael Vetter (1):
      remove trailing whitespaces

Pekka Paalanen (1):
      scanner: simplify the getopt logic

---
 .gitignore                         |   17 
 Makefile.am                        |   22 
 configure.ac                       |    6 
 cursor/cursor-data.h               | 1004 ++++++++++++++++++-------------------
 cursor/wayland-cursor.c            |   46 +
 cursor/wayland-cursor.h            |    4 
 debian/changelog                   |    6 
 debian/libwayland-cursor0.symbols  |    1 
 doc/doxygen/Makefile.am            |    7 
 doc/publican/sources/Client.xml    |    2 
 protocol/wayland.xml               |   28 -
 publish-doc                        |   15 
 src/scanner.c                      |  206 +++++--
 src/wayland-client-core.h          |  180 ++++++
 src/wayland-client.c               |    6 
 src/wayland-client.h               |  160 -----
 src/wayland-egl-core.h             |   56 ++
 src/wayland-egl.h                  |   29 -
 src/wayland-server-core.h          |  405 ++++++++++++++
 src/wayland-server.c               |   11 
 src/wayland-server.h               |  384 --------------
 src/wayland-util.h                 |    2 
 tests/connection-test.c            |    8 
 tests/headers-protocol-core-test.c |   31 +
 tests/headers-protocol-test.c      |   31 +
 tests/headers-test.c               |   50 +
 tests/list-test.c                  |    2 
 tests/os-wrappers-test.c           |    2 
 tests/test-compositor.c            |    4 
 29 files changed, 1558 insertions(+), 1167 deletions(-)
---


Reply to: