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

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Dec 19 15:23:28 PST 2008


Tag 'libXfont-1.3.4' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2008-12-19 23:22 -0800

libXfont 1.3.4

Changes since libXfont-1.3.3:
Adam Jackson (2):
      Nuke fontcache.
      Retry font server connections faster.

Alan Coopersmith (8):
      Add support for bzip2 bitmap font compression
      Pad CreateAC packets with 0 auths to workaround xfs bug
      Always scan catalogue dirs at startup, even if their mtime < 0
      Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2
      Update COPYING file with additional copyrights/licenses
      Add simple README with pointers to bugzilla/git/mailing list
      miscutil.c:108: warning: old-style parameter declaration
      Version bump: 1.3.4

Benjamin Close (1):
      Make sure font names/font alias names are null terminated

Derek Wang (1):
      Sun bug 4510977: dtremote fails to start session

Julien Cristau (1):
      Don't clobber CFLAGS in configure

Peter Breitenlohner (1):
      X.Org Bug 17945: avoid gcc warnings for libXfont

---
 COPYING                   |   54 ++
 Makefile.am               |    5 
 README                    |   25 +
 configure.ac              |   49 --
 include/X11/fonts/bufio.h |    3 
 src/FreeType/Makefile.am  |    2 
 src/Makefile.am           |   11 
 src/Speedo/Makefile.am    |    2 
 src/Type1/Makefile.am     |    2 
 src/bitmap/Makefile.am    |    2 
 src/bitmap/bitmapfunc.c   |   51 +-
 src/bitmap/bitscale.c     |   21 
 src/builtins/Makefile.am  |    2 
 src/builtins/dir.c        |    6 
 src/fc/Makefile.am        |    2 
 src/fc/fserve.c           |   10 
 src/fc/fsio.c             |    2 
 src/fontcache/.gitignore  |    6 
 src/fontcache/Makefile.am |    8 
 src/fontcache/fcqueue.h   |  133 -----
 src/fontcache/fontcache.c | 1022 ----------------------------------------------
 src/fontcache/fontcache.h |  121 -----
 src/fontfile/Makefile.am  |    6 
 src/fontfile/bunzip2.c    |  179 ++++++++
 src/fontfile/catalogue.c  |   14 
 src/fontfile/ffcheck.c    |    2 
 src/fontfile/fileio.c     |    9 
 src/fontfile/fontdir.c    |    2 
 src/fontfile/register.c   |    2 
 src/stubs/Makefile.am     |    2 
 src/util/Makefile.am      |    2 
 src/util/miscutil.c       |    2 
 32 files changed, 395 insertions(+), 1364 deletions(-)
---


More information about the xorg-commit mailing list