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

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



Tag '0.3.8' created by Arnaud Fontaine <arnau@debian.org> at 2011-04-25 16:54 +0000

Release 0.3.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk21pz0ACgkQvfKiIF42GdPL9QCgj+ql1cVc5Py11F0GDcIKXIuy
kgUAn3ZdJ4xaaQ/N455+jvM7URp9kOMx
=hIHi
-----END PGP SIGNATURE-----

Changes since the dawn of time:
Alan Coopersmith (3):
      Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to turn on more warnings for each
      Make sure m4 supports -I flag, if not, try finding gnu m4
      Fix typos in various header comments

Arnaud Fontaine (11):
      [icccm] Bump library version number to 0.3.0.
      Check for ssize_t in configure for xcb-util-common.h
      Bump version to 0.3.6
      Bump version to 0.3.7
      Add AM_MAINTAINER_MODE for vendors
      Split image up into its own repository
      Check whether tmp_image is not NULL before trying to dereference it
      Fix GCC warnings due to functions not being declared as static and
      Bump version to 0.3.8
      Fix package name
      Release 0.3.8

Bart Massey (14):
      out with the old image library...
      ...and in with the new image library
      used doxygen -u to create a much more elaborate doxyfile
      added xcb_image_subimage()
      added create_image_from_bitmap_data(), adapted create_pixmap_from_bitmap_data() to use
      extended test_bitmap to handle subimage test
      took out clever code for subimage copying and left_shift for now, as it was too broken
      added INSET argument to test_bitmap and cleaned up subimage stuff
      fixed check for SHM in test_xcb_image_shm
      sorted out dependencies for building while uninstalled---includes horrible kludges
      stopped image test programs from being built by default
      made image tests compile when not installed; fixed regression in test_formats.c
      added test.xbm to image
      added some gratuitous but harmless image pointer zeroing at the suggestion of Vincent Torri

Bob Ham (1):
      Add a check on xproto version libxcb was compiled with

Dirk Wallenstein (1):
      Use an absolute URL for the m4 submodule

Donnie Berkholz (1):
      Add correct dependencies in xcb-util.

Eric Anholt (1):
      Move .cvsignore to .gitignore.

Gaetan Nadon (2):
      config: use the default xorg .gitignore file
      config: generate ChangeLog and INSTALL

Henning Sten (1):
      return on error to avoid null dereference in assert

Ian Osgood (7):
      Remove xcb-util dependency on proto/X11
      Remove xcb_image dependency on X11/Xlib.h
      Add some error checking
      Finally remove X.h from xcb.h, fix broken image tests.
      All xcb-util libraries compile after the Great Renaming.
      Install headers to "xcb", not "X11/XCB".
      Adapt xcb/util libraries for removal of XID structures.

Jamey Sharp (9):
      Update .gitignores for .o files and autofoo stuff.
      Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.
      Add the test app I wrote for trying different pixmap formats. It does not work for XYPixmaps.
      Update xcb-util for ConnSetup renaming and constness fixes.
      libxcb now installs header files in <xcb>, not <X11/XCB>.
      Release xcb-util 0.2
      All util libraries require the XCB 1.0 API; check for it in configure.
      Ensure that xcb-image sample apps get built.
      test.xbm is part of the source code for test_bitmap.c.

Jon TURNEY (2):
      Update autogen.sh to one that does builddir != srcdir
      Link with -no-undefined

Jonathan Landis (1):
      Fix copyright statement

Josh Triplett (7):
      Remove xcl and CVSROOT.
      Fix xcb-util library dependencies, including both the new dependency libXCBImage needs on libXCBShm, as well as many other issues discovered in the process.  These include using automake variables appropriately in order to actually link shared libraries against each other and ensure libraries have NEEDED entries for the libraries they depend on, consequently needing to reorder the top-level SUBDIRS to build property before icccm, adding dependencies to .pc.in files, fixing .pc.in files to not all use the name and description for XCBImage, and adding appropriate library dependencies to test programs.
      Set all package bugreporting addresses to xcb@lists.freedesktop.org
      Fix use of deprecated name XCBConnSetupSucessRep in comment to use XCBSetup.
      s/HACKMEM/HAKMEM/ in a comment.
      Make xcb_image.h self-contained by including the xcb.h and shm.h headers.  Remove unused headers from the libXCBImage test programs.  Change Makefile.am to match the headers and libraries actually used by the test programs.
      Integrate top-level .gitignore into .gitignore for each subdirectory

Julien Danjou (11):
      prepare 0.2.1 release
      event: define XCB_EVENT_RESPONSE_TYPE_MASK
      doc: add various authors, remove old todo item
      doc: enable doxygen doc in various submodule
      configure: stop if m4 is not found
      Release xcb-util 0.3.1
      build: add check for xproto >= 7.0.8
      Release xcb-util 0.3.2
      Release xcb-util 0.3.3
      bump version to 0.3.4
      Release xcb-util 0.3.5

Keith Packard (3):
      Add image conversion test case for 'make check'
      Rework image format conversion code to pass test_swap test case.
      Add test_swap to image/.gitignore

Mikhail Gusarov (1):
      Typo in configure.ac

Peter Harris (1):
      more endianness patches

TORRI Vincent (9):
      fix some warnings
      missing flags
      my bad. bad fix. This should be better
      leak fixed
      add XCBImageAllPlanes constant
      I did'nt see that XCBAllPlanes already exists... Use CARD32 instead of unsigned long because plane_mask is a CARD32
      fix compilation with c++ compilers. Remove some trailing spaces
      XCBImagePut returns 1 when no problem occurs
      rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)

Ulrich Eckhardt (1):
      Do not cast the return value of malloc() in modern C.


Reply to: