diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Overview of changes in 1.44.6 +============================= +- docs: Fix symbol indices +- Fix Thai line breaking +- Re-add symbols needed by some bindings +- Don't insert hyphens for some languages +- Fix a crash with hyphenation + Overview of changes in 1.44.5 ============================= - Revert a broken change (causing crashes on OS X) diff --git a/meson.build b/meson.build index 91ed71f2..27a7b192 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.44.5', + version: '1.44.6', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |