Bug fix release

@mhosken mhosken released this May 5, 2017 · 29 commits to master since this release

This release consists only of bug fixes and one minor change to the build flags on Intel. The bug fixes are highly recommended and make no functional changes to the library.

Bug fix release

@mhosken mhosken released this Nov 11, 2016 · 49 commits to master since this release

This release fixes some bugs in the collision avoidance and may give slightly improved results in some cases.

Feature bug fix release

@mhosken mhosken released this Mar 31, 2016 · 70 commits to master since this release

This release fixes a few feature bugs particular for collision avoidance. It also fixes a few fuzz bugs, etc.

Bug fix release

@mhosken mhosken released this Mar 15, 2016 · 90 commits to master since this release

This release fixes a number of bugs, mostly as a result of fuzzing.

In this version we are also warning that at some point in the future we will be removing support for the segment cache. Users of the segment cache are welcome to contact the development team to indicate their preference as to when this might happen.

Bug fix release

@mhosken mhosken released this Feb 29, 2016 · 136 commits to master since this release

This fixes a number of security related bugs. There are no feature improvements or bug fixes in this release.

Bug fix release

@mhosken mhosken released this Jan 19, 2016 · 154 commits to master since this release

Fixes various bugs:

  • Security bugs
  • ARM misalignment problem in collision avoidance
  • Track latest cmake

Bug fix release

@mhosken mhosken released this Oct 22, 2015 · 164 commits to master since this release

  • Transition from Mercurial to Git
  • Bug fixes
    • Fix Collision Kerning ignoring some diacritics
    • Handle pass bits 16-31 to speed up fonts with > 16 passes
    • Various minor fuzz bug fixes
    • Make Coverity happy
    • Add GR_FALLTHROUGH macro for clang c++11