libXfont: Changes to 'refs/tags/libXfont-1.4.5'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Mar 2 10:12:35 PST 2012


Tag 'libXfont-1.4.5' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-02 18:05 -0800

libXfont 1.4.5

Changes since libXfont-1.4.4:
Alan Coopersmith (7):
      Remove configure comment about synchronizing version numbers
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formats
      Fix printf warnings about incorrect argument types
      Use * precision notation instead of computing sprintf format strings
      libXfont 1.4.5

Gaetan Nadon (4):
      devbook.am: maintenance update from docbook.am
      docs: use the &fullrelvers; entity to set X11 release information
      doc: refactor legal text for multi licensing copyrights
      doc: fix typo in copyright statement

Joerg Sonnenberger (2):
      Do proper input validation to fix for CVE-2011-2895.
      Fix empty statement in if conditional.

Matt Dew (1):
      1 - fix the capitalization of the ID attriutes to match either the

Olli Vertanen (1):
      libxfont: An uninitialized pointer causes a crash if pcf header is corrupted.

Tomas Hoger (1):
      Support compress files with maxbits < 12

---
 Makefile.am                  |    6 
 configure.ac                 |   20 +-
 devbook.am                   |   46 ++----
 doc/fontlib.xml              |  114 +++++-----------
 include/X11/fonts/bdfint.h   |   16 +-
 include/X11/fonts/bitmap.h   |   18 +-
 include/X11/fonts/fntfil.h   |   94 ++++++-------
 include/X11/fonts/fntfilst.h |   40 ++---
 include/X11/fonts/fontmisc.h |    8 -
 include/X11/fonts/fontutil.h |   10 -
 include/X11/fonts/pcf.h      |    4 
 src/FreeType/ftenc.c         |   30 ++--
 src/FreeType/ftfuncs.c       |  278 ++++++++++++++++++++--------------------
 src/FreeType/ftfuncs.h       |   10 -
 src/FreeType/fttools.c       |    8 -
 src/FreeType/xttcap.c        |   40 ++---
 src/FreeType/xttcap.h        |    4 
 src/Makefile.am              |    6 
 src/bitmap/bdfread.c         |   40 +++--
 src/bitmap/bdfutils.c        |   21 +--
 src/bitmap/bitmap.c          |    8 -
 src/bitmap/bitmapfunc.c      |   12 -
 src/bitmap/bitscale.c        |  106 +++++++--------
 src/bitmap/fontink.c         |    2 
 src/bitmap/pcfread.c         |   54 ++++---
 src/bitmap/pcfwrite.c        |    7 -
 src/bitmap/snfread.c         |   18 +-
 src/bitmap/snfstr.h          |    2 
 src/builtins/buildfont       |    2 
 src/builtins/builtin.h       |    4 
 src/builtins/dir.c           |    4 
 src/builtins/file.c          |    4 
 src/builtins/fonts.c         |    2 
 src/builtins/fpe.c           |    2 
 src/builtins/render.c        |    2 
 src/fc/fsconvert.c           |   52 +++----
 src/fc/fserve.c              |  296 +++++++++++++++++++++----------------------
 src/fc/fservestr.h           |   18 +-
 src/fc/fsio.c                |   26 +--
 src/fc/fsio.h                |    8 -
 src/fc/fslibos.h             |    2 
 src/fc/fstrans.c             |    2 
 src/fontfile/bitsource.c     |   16 +-
 src/fontfile/bunzip2.c       |   12 -
 src/fontfile/catalogue.c     |   34 ++--
 src/fontfile/decompress.c    |   61 +++-----
 src/fontfile/dirfile.c       |    8 -
 src/fontfile/fontdir.c       |   16 +-
 src/fontfile/fontencc.c      |    2 
 src/fontfile/fontfile.c      |   80 +++++------
 src/fontfile/fontscale.c     |    8 -
 src/fontfile/gunzip.c        |   14 +-
 src/fontfile/register.c      |    2 
 src/fontfile/renderers.c     |    4 
 src/stubs/Makefile.am        |    2 
 src/stubs/regfpefunc.c       |   30 ++--
 src/stubs/rmfshdl.c          |    2 
 src/stubs/stubs.h            |    4 
 src/util/atom.c              |    8 -
 src/util/fontaccel.c         |    4 
 src/util/fontutil.c          |   28 ++--
 src/util/fontxlfd.c          |   18 --
 src/util/format.c            |   22 +--
 src/util/patcache.c          |   14 +-
 src/util/private.c           |    4 
 src/util/utilbitmap.c        |   22 +--
 66 files changed, 907 insertions(+), 954 deletions(-)
---


More information about the xorg-commit mailing list