From 107b5f3b13a6886bea3c5e64063e22c3df87ea38 Mon Sep 17 00:00:00 2001 From: Martin Hosken Date: Fri, 15 Jan 2016 11:17:18 +0700 Subject: [PATCH] Release 1.3.5 --- ChangeLog | 6 ++++++ debian-src/changelog | 6 ++++++ include/graphite2/Font.h | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d5a0c11..40f8fd4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.3.5 + . Bug fixes + . Security bug fix + . Fix ARM misalignment problem + . Track latest cmake + 1.3.4 . Transition from Mercurial to Git . Bug fixes diff --git a/debian-src/changelog b/debian-src/changelog index 87ebf8ed..7459a058 100644 --- a/debian-src/changelog +++ b/debian-src/changelog @@ -1,3 +1,9 @@ +graphite2 (1.3.5-1~palaso1) trusty; urgency=medium + + * New bug fix release + + -- Martin Hosken Fri, 15 Jan 2016 10:59:57 +0700 + graphite2 (1.3.4-1~palaso1) trusty; urgency=medium * New bug fix release diff --git a/include/graphite2/Font.h b/include/graphite2/Font.h index e5b9aec2..8c96ec3c 100644 --- a/include/graphite2/Font.h +++ b/include/graphite2/Font.h @@ -30,7 +30,7 @@ #define GR2_VERSION_MAJOR 1 #define GR2_VERSION_MINOR 3 -#define GR2_VERSION_BUGFIX 4 +#define GR2_VERSION_BUGFIX 5 #ifdef __cplusplus extern "C"