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

xcb-util-image: Changes to 'refs/tags/0.4.0'



Tag '0.4.0' created by Arnaud Fontaine <arnau@debian.org> at 2014-10-15 01:59 +0000

Release 0.4.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCgAGBQJUPdUZAAoJEDZ6q2L9ANPZBWoQAIfWxwrcRcAZ3XhrLzIzTJ77
ykUeaY00Nk4gclw7YD5Uc0DTX4YYmFhM6B/G657K4kWictUpwjalj1WX1X9xptZ3
eWGH3me5VRsFoCKDIjNHPkqWqqvyIMhxT1DwCc3wKdhIuvV9Np9bxaOhZCpYP+MT
G0UBVcLPZMbzWjXqcylnrNf5KQ7bKnRSKYKBupoee1TTbiVBsdkO7I83Y+CCtVO1
h5tGc255WEf56Arw33xMXEBoSQ7WqCqjMBBSxRao34ctngCXJywbctFNEosd2obw
THgYidM2zSet3RXT26GDLaQC2u1HY2CP8LDvSh0IxKz/qyUrc1dfHMhnp06fq6Yr
CYYXtvom+eqpK4jfeDHGWHWg7cOF3xDcWGAAfXAiYiUWXyoldyuhLVnH616riatY
4GipH7BcGzMtmK4Zc7oOS5HObkvCIYfgbJkaiVMHN/YMC+5+beNVfkShMEcBcS1Q
eb88/o7N9Tc8rLUuWKoMhRRteDPPO1dm4d1yPXdmHBS5IEEglzRf+BZ6CVODm8ES
O9YtAqGvPelVo6+DHRhRfpfWnFI0Yo70jogyHd9iPcXgr/f6VHJpS+UWTdEOqL0M
/yI1ambaosD8vr90jSwWdujPBriFckJ+XNF3CKd2BcxWYyqlcKhWoXMEkdKK1uBb
/v1YdBoHKh4BW7ZhdQMi
=Lens
-----END PGP SIGNATURE-----

Changes since 0.3.9:
Arnaud Fontaine (2):
      Pick-up changes in m4 submodule as it's better to have all util repos at same m4 level.
      Release 0.4.0

Bart Massey (8):
      corrected return value documentation for xcb_image_shm_put()
      added additional format tests for XY_PIXMAP bit planes
      changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask
      Fixed get_image to handle xy format with nontrivial plane_mask.
      added window names to test_xcb_image windows
      increased window size for test_xcb_image for usability
      Fixed endianness bug in xy pixmap getimage.
      fixed some compiler C90 warnings

Gaetan Nadon (10):
      config: add bug URL to AC_INIT
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: remove old dead code for documentation
      config: use AC_CONFIG_HEADERS to create a config.h file
      config: add missing COPYING file
      make: there should be no attempt to remove any Makefile.in file
      make: using EXTRA_DIST for xcb-util-image.pc.in is redundant
      make: image is using X11 Protcol headers, so XPROTO_CFLAGS is required
      test: move test cases into their own directory
      image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS

Jon TURNEY (1):
      Fix compilation when NDEBUG is defined

Niclas Zeising (1):
      Check submodules before running autoconf.

---
 .gitignore                 |    1 
 COPYING                    |   27 ++
 Makefile.am                |    2 
 NEWS                       |   14 +
 autogen.sh                 |   15 +
 configure.ac               |   16 +
 image/.gitignore           |    5 
 image/Makefile.am          |   41 ---
 image/test.xbm             |  471 ---------------------------------------------
 image/test_bitmap.c        |  169 ----------------
 image/test_formats.c       |  201 -------------------
 image/test_swap.c          |  239 ----------------------
 image/test_xcb_image.c     |  226 ---------------------
 image/test_xcb_image_shm.c |  183 -----------------
 image/xcb_image.c          |   48 ++--
 image/xcb_image.h          |    4 
 m4                         |    2 
 test/.gitignore            |    5 
 test/Makefile.am           |   29 ++
 test/test.xbm              |  471 +++++++++++++++++++++++++++++++++++++++++++++
 test/test_bitmap.c         |  173 ++++++++++++++++
 test/test_formats.c        |  210 ++++++++++++++++++++
 test/test_swap.c           |  243 +++++++++++++++++++++++
 test/test_xcb_image.c      |  246 +++++++++++++++++++++++
 test/test_xcb_image_shm.c  |  186 +++++++++++++++++
 xcb_util_intro.in          |   24 --
 26 files changed, 1663 insertions(+), 1588 deletions(-)
---


Reply to: