diff options
-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]) |