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

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



Tag 'wayland-1.5.91-1' created by Emilio Pozuelo Monfort <pochu@debian.org> at 2014-09-05 01:11 +0000

Tagging upload of wayland 1.5.91-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJUCQ2tAAoJEJ1GxIjkNoMCVG8P/iSSJCybabS57WdqYy5M3RL+
DEMY1ovczTr5VNdrMh9FR13VoI9WULGTKlaIQW1TZjSQgRujNDNm+9USV0JvrZpr
cGib+GvgEvsDb66IDgLle2UDXPShXVcy13E5Dgs+V5xuiTiykhkfXWHPZ7tsj/bC
XpopqgNMEPz9klxWDKWHATrSBtdIOWD1jRbXyYVFFIsDzVRcySVhHJM6n9dcem8+
XkL7bxz/PtgyhII5rHQ9lNltFHE54HYLLXYE1+HNJQXMzoyxFkQilLD8tOFpoD18
4lyb/OE+EZkqZxjg3fh6Kkt6VDNYOMxZGwr3Kd1CSoORB+GciCj7lgqDjacA0AtX
TShPswitc2Boxw/gkLQJEGfscaCVduvPWYCZEYSApPKbP7clofSed2Z4wxScIUX7
jmVwpGvMeJ7sVAkBGsT4tqb/kOvkaXcsKbI6iApEo625Iiaty8LTa5/xf/0TBoks
Q3aCh84dxmbWXHRLX1HFxEK9zyAaIpTOr2GgGLM1dWUjBN/wUsF1vk+bHkwu8YyC
u4Eis1ZCtqH/mcQisOaNvBuPTDu0VQu2sINcEf92juaZQ6dInJeQf+fCgNEmhPFz
TI5OCGQw4i9+2g9q88mged32kooInP6yjUGVn/pXUvgTnzRyxxiARvowTV2pz50T
txPTBW7w2WL1wWaHDhPU
=jAFJ
-----END PGP SIGNATURE-----

Changes since wayland-1.5.0-1:
Andreas Henriksson (3):
      New upstream development release.
      Update debian/libwayland-client0.symbols with two additions
      Update debian/libwayland-server0.symbols with one addition

Boyan Ding (1):
      connection: remove unreached code

Bryce W. Harrington (2):
      doc: Fix link to wl_list_remove()
      gitignore: Add another test-suite file

Emilio Pozuelo Monfort (2):
      Merge branch 'upstream-unstable' into debian-unstable
      Upload to experimental

Giulio Camuffo (2):
      client: add a public function to make a roundtrip on a custom queue
      tests: test the wl_display_roundtrip_queue() function

Jasper St. Pierre (10):
      wayland-client: Fix indentation
      server: Clean up socket destruction
      server: Create the socket FD after taking the lock
      server: Split out code to initialize the socket address for a display name
      server: Make get_socket_lock operate directly on the socket's lock_fd
      server: Save the display name in the wl_socket
      server: Add a simple API to find a good default display
      scanner: Use an enum to determine the type of thing we're writing out
      scanner: Make emit_structs more explicit
      server: Don't expose wl_display as a global

Jonny Lamb (2):
      protocol: add wl_surface errors enum for bad scale and transform values
      protocol: add repeat_info event to wl_keyboard

Kristian Høgsberg (1):
      configure.ac: Bump configure.ac version to 1.5.90 on master

Marek Chalupa (20):
      client: extend error handling
      server: move memset after check
      tests: add tests for bug in adding socket
      server: fix error handling when adding socket
      tests: make event-loop-test more explicit
      event-loop: make signalfd non-blocking
      tests: add one more test for event-loop signal source
      tests: event_loop_timer_updates - add asserts and fix indentation
      tests: fix event_loop_timer_updates
      tests: remove leaks from queue-test
      tests: remove unnecessary lines from queue-test
      client: remove unused variable
      tests: add test-compositor
      tests: use test compositor in queue-test
      tests: test posting errors
      tests: test if thread can block on error
      tests: add tests for wl_display_cancel_read
      tests: add test for reading after an error occurred
      client: broadcast the right pthread_cond variable
      client: check for error in wl_display_read_events

Olivier Blin (1):
      client: drop unused event queue cond and list variables

Pekka Paalanen (2):
      server: fix conditions for fds in wl_socket_destroy
      configure.ac: Bump version to 1.5.91 for the alpha release

Peter Hutterer (3):
      doc: reduce chunk_section_depth to 0
      doc: force publican to use fop
      configure: fix publican version detection

Ryo Munakata (1):
      wl_surface: clarify the base of time passed in the callback of frame

Silvan Jegen (1):
      protocol: remove redundant 'the' in description

---
 .gitignore                        |    1 
 Makefile.am                       |    6 
 configure.ac                      |    4 
 debian/changelog                  |   12 
 debian/libwayland-client0.symbols |    2 
 debian/libwayland-server0.symbols |    1 
 doc/publican/Makefile.am          |    2 
 doc/publican/publican.cfg         |    2 
 protocol/wayland.xml              |   49 +++
 src/connection.c                  |    2 
 src/event-loop.c                  |    4 
 src/scanner.c                     |   42 +--
 src/wayland-client.c              |  203 ++++++++++++----
 src/wayland-client.h              |    5 
 src/wayland-server.c              |  228 ++++++++++++------
 src/wayland-server.h              |    5 
 tests/display-test.c              |  465 +++++++++++++++++++++++++++++++++++++
 tests/event-loop-test.c           |   74 +++++
 tests/queue-test.c                |  201 +++++-----------
 tests/socket-test.c               |   90 +++++++
 tests/test-compositor.c           |  472 ++++++++++++++++++++++++++++++++++++++
 tests/test-compositor.h           |   97 +++++++
 22 files changed, 1673 insertions(+), 294 deletions(-)
---


Reply to: