Tag 'wayland-1.9.0-1' created by Héctor Orón Martínez <zu...@debian.org> at 
2015-09-26 22:13 +0000

Release Debian version wayland-1.9.0-1
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJWBxikAAoJEK8ig6p24qx7gH4P/jOaMZ/xA+F8zw7aZ7TBTV8u
lQx5xpZYcVZGNGZmoK54oHTSxSfB78d2D3ZGAVhYQTdKojTgeVcG3EyFnur+e7Ni
DVPV2xdLI/QGu45dTxddKy9S+vkUuGfS2i0Ixh4hOzw7zhG8lD5mby8lL/nMHx9n
eknL3cup/1fLuVRuN2arDpoehsdftwI7llNZtQDn8ex35dFYJA+ixmztzK31dV9r
iZT6asZewymaKtUPonxOEDwx432AgpAtVgF/TFKoKhw0bdbckt1lnQcd2KPH3YRY
KE5CQDb1Fvp/kaVspEWjeLcQmcFxPQhDiuVs3ZBFNo9zfKSuIFPREwb4hQtR8ier
p5woKqxVtjzfL13j+kJqT872K4A9u3dfESgrUZzS0605ZaV9yySxvqNgBKH0mnT2
LETf5yVINqlbhy9eRfkSSh4mbx3dGqnbUBoj9Sn+JmABsWb9BWZNKK+Mz3oKzbsL
uk4lyHqh3YDHxS4oInDAwtN8n+4whDlwxJFLxljaGlFtb8vSgtDCbrbS2XWrswo6
af482oVdyhba114QWyzZblcO5iXxOwJS12DYyeEtPqJCJBfWD4y7xFDeehUFjKOW
r+HWs3uHte6MNowNmyAptf4fWF3ENmaWmB9UOdJmKSv7Ox17Pw4T0iihajBRHtX1
u1Qd3yscsX64i/qNIuAs
=ak34
-----END PGP SIGNATURE-----

Changes since wayland-1.8.1-1:
Bryce Harrington (20):
      configure.ac: bump version to 1.8.90
      COPYING: Update to MIT Expat License rather than MIT X License
      Contributing: Specify use of MIT Expat for new code files
      tests: Update boilerplate from MIT X11 license to MIT Expat license
      socket-test: Fix style on multi-line comment
      test-runner: Add copyright boilerplate for .h, same as the .c
      src: Update boilerplate from MIT X11 license to MIT Expat license
      wayland-server: Fix style on multi-line comment
      protocol: Update boilerplate from MIT X11 license to MIT Expat license
      cursor: Update boilerplate from MIT X11 license to MIT Expat license
      cursor-data.h: Change SuSE licensed code from X11 to Expat
      xcursor: Change keithp licensed code from X11 to Expat license
      publican: Update docs license from MIT "X11" to MIT "Expat" style
      cursor: Update printed license from MIT "X11" to MIT "Expat"
      tests: Don't increment variables inside an assert()
      gitignore: Ignore some dist generated files
      configure.ac: bump to version 1.8.91 for the alpha release
      configure.ac: bump to version 1.8.92 for the beta release
      configure.ac: bump to version 1.8.93 for the RC1 release
      configure.ac: bump to version 1.9.0 for the official release

Derek Foreman (9):
      docs: remove and ignore doc/doxygen_sqlite3.db
      build: Move AM_CFLAGS and AM_CPPFLAGS to the top of Makefile.am
      build: Stop putting FFI_CFLAGS in AM_CFLAGS
      build: Allow disabling building of wayland libraries
      build: Build a subset of libwayland_util when not building libraries
      build: Don't depend on libffi unless we're building libraries
      build: Use AM_CFLAGS instead of GCC_CFLAGS everywhere
      cosmetic: gratuitous whitespace changes in event-loop.c
      build: Build libwayland-private

Dima Ryazanov (1):
      client: require WAYLAND_DISPLAY to be set

Elvis Lee (1):
      wayland-client : Fix queue_release not to call proxy_destroy

Héctor Orón Martínez (3):
      Merge tag '1.9.0' into upstream-unstable
      Merge branch 'upstream-unstable' into debian-unstable
      Release Debian version wayland-1.9.0-1

Marek Chalupa (5):
      fixed-benchmark: remove unused arguments in main
      scanner: refactor creating objects
      scanner: get rid of leaks
      scanner: use zxalloc
      scanner: check sanity of version

Pekka Paalanen (1):
      Revert "client: require WAYLAND_DISPLAY to be set"

Peter Hutterer (2):
      doc: move project-specific doxygen settings to the end of the doxygen file
      doc: drop the default doxygen tags

Ross Burton (1):
      build: always build wayland-scanner

---
 .gitignore                         |    2 
 COPYING                            |   39 
 Makefile.am                        |   78 -
 configure.ac                       |   68 -
 cursor/cursor-data.h               |   34 
 cursor/os-compatibility.c          |   35 
 cursor/os-compatibility.h          |   35 
 cursor/wayland-cursor.c            |   35 
 cursor/wayland-cursor.h            |   35 
 cursor/xcursor.c                   |   35 
 cursor/xcursor.h                   |   35 
 debian/changelog                   |    6 
 doc/Contributing                   |   13 
 doc/doxygen/.gitignore             |    1 
 doc/doxygen/wayland.doxygen.in     | 1728 -------------------------------------
 doc/publican/sources/Book_Info.xml |   46 
 protocol/wayland.xml               |   40 
 src/connection.c                   |   35 
 src/event-loop.c                   |   37 
 src/scanner.c                      |  403 ++++++--
 src/wayland-client-core.h          |   37 
 src/wayland-client.c               |   47 -
 src/wayland-client.h               |   35 
 src/wayland-egl-core.h             |   35 
 src/wayland-egl.h                  |   35 
 src/wayland-os.c                   |   35 
 src/wayland-os.h                   |   35 
 src/wayland-private.h              |   35 
 src/wayland-server-core.h          |   35 
 src/wayland-server.c               |   40 
 src/wayland-server.h               |   35 
 src/wayland-shm.c                  |   35 
 src/wayland-util.c                 |   35 
 src/wayland-util.h                 |   35 
 src/wayland-version.h.in           |   35 
 tests/array-test.c                 |   44 
 tests/client-test.c                |   35 
 tests/connection-test.c            |   35 
 tests/display-test.c               |   35 
 tests/event-loop-test.c            |   35 
 tests/exec-fd-leak-checker.c       |   35 
 tests/fixed-benchmark.c            |   37 
 tests/fixed-test.c                 |   35 
 tests/headers-protocol-core-test.c |   35 
 tests/headers-protocol-test.c      |   35 
 tests/headers-test.c               |   35 
 tests/list-test.c                  |   35 
 tests/map-test.c                   |   35 
 tests/message-test.c               |   35 
 tests/os-wrappers-test.c           |   35 
 tests/queue-test.c                 |   35 
 tests/resources-test.c             |   35 
 tests/sanity-test.c                |   35 
 tests/signal-test.c                |   35 
 tests/socket-test.c                |   40 
 tests/test-compositor.c            |   35 
 tests/test-compositor.h            |   35 
 tests/test-helpers.c               |   35 
 tests/test-runner.c                |   35 
 tests/test-runner.h                |   24 
 60 files changed, 1422 insertions(+), 2742 deletions(-)
---

Reply via email to