2014-04-01 23:21:28 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 2.11.1:
I'm pleased to announce that we have a new release of fontconfig,
2.11.1 here now, which contains bug fixes.
|
2014-02-06 10:41:08 by OBATA Akio | Files touched by this commit (1) |
Log message:
no "--with-freetype-config" configure option now.
|
2013-10-31 00:53:10 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Try fixing build on Solaris 10, from Akira TAGOH (upstream).
|
2013-10-21 10:21:04 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add patch from Akira TAGOH for fixing test/test-migration.c on Solaris.
|
2013-10-19 12:36:08 by Richard PALO | Files touched by this commit (2) |
Log message:
disable tests in fontconfig given problems on at least WIN32 and Solaris
|
2013-10-19 11:29:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix typo in comment.
|
2013-10-17 09:27:33 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 2.11.0. Changes since 2.10.95 (previous pkgsrc version)
not found, but:
Here is the summary of changes since 2.10.2:
- Make fontconfig thread-safe
- Use O_CLOEXEC to open a file
- Fix/improve portability issues
- new tool, fc-validate to check the glyph coverage against the language
- Deprecation:
- FcName(Un)RegisterObjectTypes()
- FcName(Un)RegisterConstants()
- FC_RASTERIZER
- User-defined numerical expressions support in the matrix element
- See conf.d/10-scale-bitmap-fonts.conf for example
- Add new rule to scale the bitmap font and enabled by default
- New objects support in FcPattern
- FC_FONT_FEATURES
- FC_PRGNAME
- FC_HASH
- FC_POSTSCRIPT_NAME
- The cache version bumped to 4
- Support intermixed edit and test elements
- Support delete and delete_all mode in edit element
- Add --sysroot option to fc-cache
- Fix the parser to ignore the leading whitespaces in the parameter
- Auto migration for XDG Base Directory Specification
- Match on FC_SCALABLE and FC_FONTFORMAT
- Add quz.orth
- Improve 30-metric-aliases.conf
- Workaround the race condition issue on updating cache
|
2013-09-09 21:35:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.10.95:
2.10.95
Changes since 2.10.94:
Akira TAGOH (3):
Fix a typo
Fix a crash
Bump version to 2.10.95
2.10.94
Changes since 2.10.93:
Akira TAGOH (26):
Bug 64906 - FcNameParse() should ignore leading whitespace in parameters
Fix a comparison of constant warning with clang
Fix a shift count overflow on 32bit box
Fix a incompatible pointer warning on NetBSD
Add FcTypeUnknown to FcType to avoid comparison of constant -1
Fix the behavior of intermixed tests end edits in match
Ignore scandir() check on mingw
Use INT_MAX instead of unreliable hardcoding value
Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
Rework to apply the intermixed test and edit elements in one-pass
trivial code optimization
Correct fontconfig.pc to add certain dependencies for build
Correct fontconfig.pc to add certain dependencies for static build
Fix wrong edit position
Bug 67809 - Invalid read/write with valgrind when assigning something twice
warn deprecated only when migration failed
Bug 67845 - Match on FC_SCALABLE
Bug 16818 - fontformat in match pattern is not respected?
Bug 68340 - More metric compat fonts
Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, \
Trebuchet MS
Fix a typo
Fix a crash when non-builtin objects are edited
Fix a wrong edit position when 'kind' is different
Bug 68587 - copy qu.orth to quz.orth
Add quz.orth to Makefile.am
Bump version to 2.10.94
Behdad Esfahbod (2):
Minor
Fix assertion
|
2013-07-26 13:37:23 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Fix build under GNU/kFreeBSD.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|