diff options
author | Keith Packard <keithp@keithp.com> | 2008-01-10 10:58:25 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-01-10 10:58:25 -0800 |
commit | 0dffe625d43c1165f8b84f97e8ba098793e2cf7b (patch) | |
tree | aba51b1abb64adae1e215d136d67c0700636e76b /README | |
parent | b2cbf483ab520ff21ca2152f960498d181613608 (diff) | |
download | fontconfig-0dffe625d43c1165f8b84f97e8ba098793e2cf7b.tar.gz |
Bump version to 2.5.912.5.91
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,12 +1,30 @@ - Fontconfig - Font configuration and customization library - Version 2.5 - 2007-11-13 + Fontconfig + Font configuration and customization library + Version 2.5.91 (2.6 RC1) + 2008-01-10 Check INSTALL for compilation and installation instructions. Report bugs to https://bugs.freedesktop.org in the fontconfig module. +2.5.91 (2.6 RC1) + +Hongbo Zhao (1): + Not_contain should use strstr, not strcmp on strings. (bug 13632) + +Keith Packard (11): + Move conf.avail/README to conf.d/README (bug 13392) + Fix OOM failure case in FcPStackPush. + Remove freetype requirement for build-time applications. + Include fcftaliastail.h so that the freetype funcs are exported. + Eliminate references to freetype from utility Makefile.am's + Distribute new fcftint.h file + Create new-version.sh to help with releases, update INSTALL instructions + Distribute khmer font aliases + Add more files to .gitignore + new-version.sh was mis-editing files + git-tag requires space after -m flag + 2.5 Keith Packard (4): |