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

xft: Changes to 'refs/tags/xft-2.3.1-1'



Tag 'xft-2.3.1-1' created by Cyril Brulebois <kibi@debian.org> at 2012-06-16 20:13 +0000

Tagging upload of xft 2.3.1-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk/c6NAACgkQeGfVPHR5Nd2VWACgjlKHgjC/hFA/Cobwu2/RtgQM
X4kAmwYT/L6Yj3aRYSPvCP/LQUEemCwK
=RW7s
-----END PGP SIGNATURE-----

Changes since xft-2.2.0-3:
Alan Coopersmith (4):
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      libXft 2.3.0
      libXft 2.3.1

Cyril Brulebois (4):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Add bug closure for #641197.
      Upload to unstable.

Derek Wang (1):
      XftGlyphFontSpecCore: check to make sure glyphs are in range

Gaetan Nadon (5):
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove already included AC_PROG_SED
      config: remove unrequired AC_CONFIG_AUX_DIR
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac

Jay Cotton (1):
      XftDrawSrcPicture: fail if info->solidFormat is NULL

Jeremy Huddleston (5):
      Remove broken fallback on non-pkg-config search for libXrender
      Remove dependency on libXext
      Remove fontconfig and freetype ifdef-fu and instead require non-ancinet versions of both
      Fix undefined ftbit in XftFontLoadGlyphs
      Dead code removal

Mikael Magnusson (1):
      Fixup for 550b2f76401c2 which broke bold fonts

Roberto Branciforti (1):
      libXft: Fix variable assignment.

Ross Burton (1):
      constify some bits

Tom \"spot\" Callaway (2):
      Subpixel LCD text rendering improvements
      compiler noise cleanups related to subpixel LCD support

---
 ChangeLog                |  228 +++++++++++++++
 NEWS                     |   16 -
 README                   |    2 
 configure.ac             |  149 ++--------
 debian/changelog         |    7 
 include/X11/Xft/Xft.h.in |   42 +-
 src/xftcolor.c           |    6 
 src/xftcore.c            |   96 +++---
 src/xftdpy.c             |   62 ++--
 src/xftdraw.c            |   46 +--
 src/xftextent.c          |   14 
 src/xftfont.c            |   16 -
 src/xftfreetype.c        |  161 ++++------
 src/xftglyphs.c          |  696 +++++++++++++++++++++++++++--------------------
 src/xftinit.c            |    4 
 src/xftint.h             |   23 -
 src/xftlist.c            |    6 
 src/xftname.c            |    8 
 src/xftrender.c          |   54 +--
 src/xftswap.c            |    2 
 src/xftxlfd.c            |   28 -
 21 files changed, 971 insertions(+), 695 deletions(-)
---


Reply to: