Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 71bd4da173384ba27947c339d293ebfc > files > 5

graphite2-1.1.1-4.fc18.i686.rpm

1.1.0
    . Refactored debug output to use json
    . Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
    . Renamed DISABLE_SEGCACHE to GRAPHITE2_NSEGCACE
    . Renamed DISBALE_FILE_FACE to GRAPHITE2_NFILEFACE
    . Renamed ENABLE_COMPARE_RENDERER to GRAPHTIE2_COMPARE_RENDERER
    . Renamed DOXYGEN_CONFIG to GRAPHITE2_DOXYGEN_CONFIG
    . Renamed GR2_CUSTOM_HEADER to GRAPHITE2_CUSTOM_HEADER
    . Renamed GR2_EXPORTING to GRAPHITE2_EXPORTING
    . Added GRAPHITE2_STATIC for static only builds
    . Added GRAPHITE2_NTRACING to compile out tracing code
    . Documented GRAPHITE2_{EXPORTING,STATIC,NTRACING} in hacking.txt
    . Bump libtool version to 2.1.0
    . dumb font rendering works
    . slot user attributes are now signed rather than unsigned
    . add support for long class maps
    . Rename perl library to avoid nameclash on Windows
    . Various robustness fixes
    . Moved internal .h files into src/inc
    . Parallelise fuzztest
    . General build improvements, particularly on Windows
      
1.0.3
    . Fix UTF16 surrogate support
    . script and lang tags may be space padded or null padded
    . Remove need for WORDS_BIGENDIAN, do it all automatically
    . Remove all #include <new>. Use CLASS_NEW_DELETE instead.
    . Fix comparerenderer to work with current hbng
    . Add valgrind to fuzztest to ensure good memory use at all times
    . Fix new fuzztest exposed bugs.
    . Fix bugs exposed by Mozilla security review
    . Add continuous integration build on Windows support

1.0.2
    . Fix Windows build
    . Comparerenderer uses hbng enforcing ot rendering
    . Add Bidi .hasChar support and refactor mirroring code
    . Make cmake default Release rather than debug
    . Don't compile in a boat load of TtfUtil that isn't used, saving 15% of binary
    . Chase the FSF around its latest office moves
    . WORDS_BIGENDIAN is set at the top so tests now pass on ppc, etc.
    . More words in the manual

1.0.1
    . Release is the default build in cmake now.
    . Refactor cmake build to not rebuild things so much.
    . Include a missing file
    . Remove -nostdlibs, making gcc happy everywhere
    . Update comparerenderer to latest hbng interface
    . Add changelog

1.0.0
    . First major release of perfect code!