diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 13:48:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 13:48:25 -0400 |
commit | 6c5d1d35061a91c3c0792f7720da3f8308ebff65 (patch) | |
tree | 08a3854976ed36a41ffcb5f98fdba4ffe6fab81d | |
parent | 5188156587cc388b86962fb43815a303448aeb64 (diff) | |
download | pango-6c5d1d35061a91c3c0792f7720da3f8308ebff65.tar.gz |
1.40.51.40.5
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Overview of changes between 1.40.4 and 1.40.5 +============================================= +- Add missing introspection annotations (#778663) +- Fix line-end handling in pango_read_line (#778816) +- Make alpha attribute work without color (#773767) +- win32: Enable rendering colored texti and underlines (#768779) + Overview of changes between 1.40.3 and 1.40.4 ============================================= - Fix some Coverity findings (#778601, #778602, #778654, #778656) diff --git a/configure.ac b/configure.ac index 1d953f03..d78ef0e8 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl The triplet m4_define([pango_version_major], [1]) m4_define([pango_version_minor], [40]) -m4_define([pango_version_micro], [4]) +m4_define([pango_version_micro], [5]) m4_define([pango_version], [pango_version_major.pango_version_minor.pango_version_micro]) |