Skip to content

Commit

Permalink
Prepare for 1.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhosken committed Mar 31, 2016
1 parent 8359d98 commit 26f13f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.8
. Various bug fixes arising from fuzzing
. Fix regression that stopped piglatin from working
. Make collision avoidance kerning give more regular results
. Minor modification to clustering algorithm to handle variable width chars

1.3.7
. Bug fixes
. Start to deprecate SegCache. This will be going away in a later release.
Expand Down
6 changes: 6 additions & 0 deletions debian-src/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
graphite2 (1.3.8~palaso1) trusty; urgency=medium

* New feature bug fix release

-- Martin Hosken <martin_hosken@sil.org> Thu, 31 Mar 2016 10:38:39 +0700

graphite2 (1.3.7~palaso1) trusty; urgency=medium

* New bug fix release
Expand Down
2 changes: 1 addition & 1 deletion include/graphite2/Font.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define GR2_VERSION_MAJOR 1
#define GR2_VERSION_MINOR 3
#define GR2_VERSION_BUGFIX 7
#define GR2_VERSION_BUGFIX 8

#ifdef __cplusplus
extern "C"
Expand Down

0 comments on commit 26f13f7

Please sign in to comment.