From 1cc7a21712d2dbc10aafe49e2578fe2bf21dc5fb Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 10 Apr 2013 11:10:41 +0000 Subject: Update to 0.9.15: Overview of changes leading to 0.9.15 Thursday, April 05, 2013 ===================================== - Build fixes. - Fix crasher in graphite2 shaper. - Fix Arabic mark width zeroing regression. - Don't compose Hangul jamo into Unicode syllables. Overview of changes leading to 0.9.14 Thursday, March 21, 2013 ===================================== - Build fixes. - Fix time-consuming sanitize with malicious fonts. - Implement hb_buffer_deserialize_glyphs() for both json and text. - Do not ignore Hangul filler characters. - Indic fixes: * Fix Malayalam pre-base reordering interaction with post-forms. * Further adjust ZWJ handling. Should fix known regressions from 0.9.13. --- fonts/harfbuzz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/harfbuzz/Makefile') diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index f19560258de..239a2750dec 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/03/15 22:56:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/10 11:10:41 wiz Exp $ -DISTNAME= harfbuzz-0.9.13 +DISTNAME= harfbuzz-0.9.15 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3