Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2016-03-29 14:49:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/harfbuzz (Old)
 and      /work/SRC/openSUSE:Factory/.harfbuzz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "harfbuzz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes        2016-01-21 
23:41:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2016-03-29 
14:49:42.000000000 +0200
@@ -1,0 +2,92 @@
+Fri Mar 18 14:54:49 UTC 2016 - [email protected]
+
+- Update to version 1.2.4:
+  + Synthesize GDEF glyph class for any glyph that does not have
+    one in GDEF. Hope we don't discover broken fonts that shape
+    badly with this change.
+  + Misc build and other minor fixes.
+  + API changes: Added HB_NDEBUG. It's fine for production systems
+    to define this to disable high-overhead debugging checks.
+
+-------------------------------------------------------------------
+Tue Mar  1 19:40:45 UTC 2016 - [email protected]
+
+- Update to version 1.2.3:
+  + Blacklist GDEF table of certain versions of Times New Roman
+    (Bold) Italic, due to bug in glyph class of ASCII double-quote
+    character. This should address "regression" introduced in 1.2.0
+    when we switched mark zeroing in most shapers from
+    BY_UNICODE_LATE to BY_GDEF_LATE. This fourth release in a week
+    should finally stablize things...
+  + hb-ot-font's get_glyph() implementation saw some optimizations.
+    Though might be really hard to measure in real-world
+    situations.
+  + Also, two rather small API changes:
+    - We now disable some time-consuming internal bookkeeping if
+      built with NDEBUG defined. This is a first time that we use
+      NDEBUG to disable debug code. If there exist production
+      systems that do NOT want to enable NDEBUG, please let me know
+      and I'll add HB_NDEBUG.
+    - Added get_nominal_glyph() and get_variation_glyph() instead
+      of get_glyph()
+  + New API:
+    - hb_font_get_nominal_glyph_func_t.
+    - hb_font_get_variation_glyph_func_t.
+    - hb_font_funcs_set_nominal_glyph_func().
+    - hb_font_funcs_set_variation_glyph_func().
+    - hb_font_get_nominal_glyph().
+    - hb_font_get_variation_glyph().
+  + Deprecated API:
+    - hb_font_get_glyph_func_t.
+    - hb_font_funcs_set_glyph_func().
+  + Clients that implement their own font-funcs are encouraged to
+    replace their get_glyph() implementation with a
+    get_nominal_glyph() and get_variation_glyph() pair. The
+    variation version can assume that variation_selector argument
+    is not zero. Old (deprecated) functions will continue working
+    indefinitely using internal gymnastics; it is just more
+    efficient to use the new functions.
+- Changes from version 1.2.2:
+  + Fix regression with mark positioning with fonts that have
+    non-zero mark advances. This was introduced in 1.2.0 while
+    trying to make mark and cursive attachments to work together.
+    I have partially reverted that, so this version is much more
+    like what we had before. All clients who updated to 1.2.0
+    should update to this version.
+- Changes from version 1.2.1:
+  + CoreText:
+    - Fix bug with wrong scale if font scale was changed later
+      (gh/libass/libass/#212).
+    - Drastically speed up font initialization.
+    - Fix tiny leak.
+  + Group ZWJ/ZWNJ with previous syllable under cluster-level=0
+    (gh/behdad/harfbuzz#217).
+  + Add test/shaping/README.md about how to add tests to the suite.
+
+-------------------------------------------------------------------
+Mon Feb 22 16:49:31 UTC 2016 - [email protected]
+
+- Add Conflicts: cantarell-fonts < 0.0.23. Previous versions of
+  cantarell-fonts have a bug that harfbuzz now exposes, so add a
+  conflicts to work-around that.
+
+-------------------------------------------------------------------
+Fri Feb 19 15:28:03 UTC 2016 - [email protected]
+
+- Update to version 1.2.0:
+  + Fix various issues (hangs mostly) in case of memory allocation
+    failure.
+  + Change mark zeroing types of most shapers from BY_UNICODE_LATE
+    to BY_GDEF_LATE. This seems to be what Uniscribe does.
+  + Change mark zeroing of USE shaper from NONE to BY_GDEF_EARLY.
+    That's what Windows does.
+  + Allow GPOS cursive connection on marks, and fix the interaction
+    with mark attachment. This work resulted in some changes to how
+    mark attachments work (gh#behdad/harfbuzz#211).
+  + Graphite2 shaper: improved negative advance handling
+    (eg. Nastaliq).
+  + Add nmake-based build system for Windows.
+  + Minor speedup.
+  + Misc. improvements.
+
+-------------------------------------------------------------------

Old:
----
  harfbuzz-1.1.3.tar.bz2

New:
----
  harfbuzz-1.2.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ harfbuzz.spec ++++++
--- /var/tmp/diff_new_pack.VPK91U/_old  2016-03-29 14:49:43.000000000 +0200
+++ /var/tmp/diff_new_pack.VPK91U/_new  2016-03-29 14:49:43.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           harfbuzz
-Version:        1.1.3
+Version:        1.2.4
 Release:        0
 Summary:        An OpenType text shaping engine
 License:        MIT
@@ -36,6 +36,7 @@
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(icu-le)
 BuildRequires:  pkgconfig(icu-uc)
+Conflicts:      cantarell-fonts < 0.0.23
 
 %description
 HarfBuzz is an OpenType text shaping engine.

++++++ harfbuzz-1.1.3.tar.bz2 -> harfbuzz-1.2.4.tar.bz2 ++++++
++++ 18363 lines of diff (skipped)


Reply via email to