提交 b6fdcf4f 编写于 作者: B Behdad Esfahbod

1.8.7

上级 51ffc3e6
Overview of changes leading to 1.8.7
Wednesday, August 8, 2018
====================================
- Fix assertion failure with GDEF-blacklisted fonts.
Overview of changes leading to 1.8.6 Overview of changes leading to 1.8.6
Tuesday, August 7, 2018 Tuesday, August 7, 2018
==================================== ====================================
......
...@@ -25,6 +25,9 @@ HarfBuzz release walk-through checklist: ...@@ -25,6 +25,9 @@ HarfBuzz release walk-through checklist:
6. Do "make distcheck", if it passes, you get a tarball. 6. Do "make distcheck", if it passes, you get a tarball.
Otherwise, fix things and commit them separately before making release, Otherwise, fix things and commit them separately before making release,
Note: Check src/hb-version.h and make sure the new version number is
there. Sometimes, it does not get updated. If that's the case,
"touch configure.ac" and rebuild. TODO: debug.
7. "make release-files". Enter your GPG password. This creates a sha256 hash 7. "make release-files". Enter your GPG password. This creates a sha256 hash
and signs it. and signs it.
......
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([HarfBuzz], AC_INIT([HarfBuzz],
[1.8.6], [1.8.7],
[https://github.com/harfbuzz/harfbuzz/issues/new], [https://github.com/harfbuzz/harfbuzz/issues/new],
[harfbuzz], [harfbuzz],
[http://harfbuzz.org/]) [http://harfbuzz.org/])
......
...@@ -38,9 +38,9 @@ HB_BEGIN_DECLS ...@@ -38,9 +38,9 @@ HB_BEGIN_DECLS
#define HB_VERSION_MAJOR 1 #define HB_VERSION_MAJOR 1
#define HB_VERSION_MINOR 8 #define HB_VERSION_MINOR 8
#define HB_VERSION_MICRO 6 #define HB_VERSION_MICRO 7
#define HB_VERSION_STRING "1.8.6" #define HB_VERSION_STRING "1.8.7"
#define HB_VERSION_ATLEAST(major,minor,micro) \ #define HB_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \ ((major)*10000+(minor)*100+(micro) <= \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册