Opened 9 years ago

Closed 9 years ago

#7017 closed enhancement (fixed)

harfbuzz-1.0.6

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.0.6.tar.bz2

http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.0.6.tar.bz2.sha256

f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26

http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.0.6.tar.bz2.sha256.asc

http://cgit.freedesktop.org/harfbuzz/plain/NEWS

Overview of changes leading to 1.0.6
Thursday, October 15, 2015
====================================

- Reduce max nesting level in OT lookups from 8 to 6.
  Should not affect any real font as far as I know.
- Fix memory access issue in ot-font.
- Revert default load-flags of fonts created using hb_ft_font_create()
  back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING.  This was changed in
  last release (1.0.5), but caused major issues, so revert.
  https://github.com/behdad/harfbuzz/issues/143


Overview of changes leading to 1.0.5
Tuesday, October 13, 2015
====================================

- Fix multiple memory access bugs discovered using libFuzzer.
  https://github.com/behdad/harfbuzz/issues/139
  Everyone should upgrade to this version as soon as possible.
  We now have continuous fuzzing set up, to avoid issues like
  these creeping in again.
- Misc fixes.

- New API:
  * hb_font_set_parent().
  * hb_ft_font_[sg]et_load_flags()
    The default flags for fonts created using hb_ft_font_create()
    has changed to default to FT_LOAD_DEFAULT now.  Previously it
    was defaulting to FT_LOAD_DFEAULT|FT_LOAD_NO_HINTING.

- API changes:
  * Fonts now default to units-per-EM as their scale, instead of 0.
  * hb_font_create_sub_font() does NOT make parent font immutable
    anymore.  hb_font_make_immutable() does.

Change History (5)

comment:1 by Fernando de Oliveira, 9 years ago

Description: modified (diff)
Summary: harfbuzz-1.0.5harfbuzz-1.0.6

New point version 1.0.6

comment:2 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:3 by bdubbs@…, 9 years ago

Fernando, Please take #6993, freetype, also. That package should be done along with this one.

comment:4 by Fernando de Oliveira, 9 years ago

OK. Thanks.

Was installing xorg applications, when discovered that missed some dependencies, and needed to remove a lot of applications. Back to xorg libraries, which needs:

Fontconfig
FreeType
Which
Harfbuzz
ICU
libpng

work from yesterday until now to be done again. :-(

comment:5 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16541.

Note: See TracTickets for help on using tickets.