summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-04-06 00:22:29 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-04-06 00:22:29 +0000
commitdeaff99f169589e2cb5f3277821b56c138da2b30 (patch)
tree450567dadc5cc5ea191c5e42e7dfd492c03f73a4 /Build
parent10e6cd9ce34c0ec20d007ebe6ce8fca9783b7309 (diff)
"Final" XeTeX 0.9999.2 release
git-svn-id: svn://tug.org/texlive/trunk@29689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/xetexdir/NEWS29
1 files changed, 28 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/NEWS b/Build/source/texk/web2c/xetexdir/NEWS
index 7dab0e1b6e6..5dacfe3803f 100644
--- a/Build/source/texk/web2c/xetexdir/NEWS
+++ b/Build/source/texk/web2c/xetexdir/NEWS
@@ -1,4 +1,28 @@
==============================================================
+XeTeX 0.9999.2 was released 20130406
+==============================================================
+
+XeTeX:
+* Fix regression in \XeTeXOT* primitives with fonts where the number of
+ languages in a given script is not the same in both GSUB and GPOS tables.
+
+* Add a workaround for a bug in clang headers to allow building with it on Mac.
+
+* Fix regression in loading PNG files on Mac.
+
+* Fix multiple regression with vertical text layout.
+
+* Update to HarfBuzz 0.9.15 fixing a couple of regressions with Arabic non
+ spacing marks and Hangul jamo.
+
+* Various build fixes for third party libraries.
+
+* XeTeX reference is now included in the release tarball.
+
+xdvipdfmx:
+* Speed up inclusion of eps figures by Tsuchimura Nobuyuki.
+
+==============================================================
XeTeX 0.9999.1 was released 20130322
==============================================================
@@ -53,11 +77,14 @@ XeTeX 0.9999.0 was released 20130311
* Add a “shaper” font option to specify HarfBuzz shapers (for testing).
-* Guessed script from input string if no one is given in the font definition,
+* Guess script from input string if no one is given in the font definition,
instead of defaulting to Latin.
* Support 4-letter tags for Graphite features.
+* Fix applying negative delta glyph advance to the last glyph in the run, fixes
+ issues with “halt” and “vhal” features.
+
* Use \U prefix for extended math primitives, allowing XeTeX and LuaTeX to use
the same names for Unicode math primitives supported by both engines. The old
\XeTeX* primitives have been deprecated and will be removed in the future.