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

libxt: Changes to 'refs/tags/libxt-1_1.1.0-1'



Tag 'libxt-1_1.1.0-1' created by Cyril Brulebois <kibi@debian.org> at 2011-03-05 15:21 +0000

Tagging upload of libxt 1:1.1.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1yVO0ACgkQeGfVPHR5Nd3h2QCfZunBFUkhsDGpdfvDsZ5MaR4I
hlsAn0JEf8Reym6VBPDyLHIzHyWjYKeX
=ETo/
-----END PGP SIGNATURE-----

Changes since libxt-1_1.0.9-2:
Alan Coopersmith (11):
      Remove non-USE_SNPRINTF case from src/Error.c
      Remove ancient #if defined(macII) hack for A/UX from makestrs.c
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now
      Convert some sprintf calls to snprintf
      Add XtAsprintf() as a new exported API
      Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintf
      Convert ALLOCATE_LOCAL + sprintf to XtAsprintf
      Remove unused #ifdef UNALIGNED version of Xt macros & functions
      GetResources: protect against underflow when type conversion fails
      Shell.c: TopLevelSetValues ignores iconic state if shell not yet realized

Cyril Brulebois (5):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Update debian/copyright from upstream COPYING.
      Update symbols file (add XtAsprintf).
      Upload to unstable.

Gaetan Nadon (2):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: comment, minor upgrade, quote and layout configure.ac

Jeremy Huddleston (2):
      darwin: Don't use poll() when expected to run on darwin10 and prior
      configure: Bump version to 1.1.0 for release

Julien Cristau (1):
      Delete libtool m4 files in clean.

walter harms (4):
      XtFree() can handle NULL , remove check
      src/Resource.c: Fix possible NULL access
      QueryEventMask: fix NULL check
      remove strcmp in src/ResConfig.c

---
 COPYING                  |    2 
 ChangeLog                |  414 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac             |  123 +++++++------
 debian/changelog         |   13 +
 debian/copyright         |    2 
 debian/libxt6.symbols    |    1 
 debian/rules             |    1 
 include/X11/Intrinsic.h  |    9 +
 include/X11/IntrinsicI.h |   33 ---
 man/Makefile.am          |    3 
 man/XtAsprintf.man       |    1 
 man/XtMalloc.man         |   18 ++
 src/Alloc.c              |   41 ++++
 src/Error.c              |   18 --
 src/Initialize.c         |   25 +-
 src/Keyboard.c           |   26 +-
 src/ResConfig.c          |   42 +---
 src/Resources.c          |   95 ----------
 src/Selection.c          |    2 
 src/Shell.c              |    9 -
 src/Varargs.c            |    5 
 util/makestrs.c          |    3 
 22 files changed, 622 insertions(+), 264 deletions(-)
---


Reply to: