Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Wei
harfbuzz
Commits
2b76767b
Commit
2b76767b
authored
6 years ago
by
Behdad Esfahbod
Browse files
Options
Download
Email Patches
Plain Diff
1.8.3
parent
718dfd41
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+8
-0
NEWS
configure.ac
+1
-1
configure.ac
src/hb-version.h
+2
-2
src/hb-version.h
with
11 additions
and
3 deletions
+11
-3
NEWS
View file @
2b76767b
Overview of changes leading to 1.8.3
Wednesday, July 11, 2018
====================================
- A couple of Indic / USE bug fixes.
- Disable vectorization, as it was causing unaligned access bus error on
certain 32bit architectures.
Overview of changes leading to 1.8.2
Tuesday, July 3, 2018
====================================
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
2b76767b
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
[1.8.
2
],
[1.8.
3
],
[https://github.com/harfbuzz/harfbuzz/issues/new],
[harfbuzz],
[http://harfbuzz.org/])
...
...
This diff is collapsed.
Click to expand it.
src/hb-version.h
View file @
2b76767b
...
...
@@ -38,9 +38,9 @@ HB_BEGIN_DECLS
#define HB_VERSION_MAJOR 1
#define HB_VERSION_MINOR 8
#define HB_VERSION_MICRO
2
#define HB_VERSION_MICRO
3
#define HB_VERSION_STRING "1.8.
2
"
#define HB_VERSION_STRING "1.8.
3
"
#define HB_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help