diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-21 12:30:48 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-21 12:30:48 +0000 |
commit | c8843282c2cd8cc06134096371a8d6ecba0e46c4 (patch) | |
tree | 97faccfb86bd71e8eab3f98c0e831f7ae00d216f /NEWS | |
parent | 7df0a3ce73ad8c6d0bf60bf2dbff1c50e8aa6242 (diff) | |
download | pango-c8843282c2cd8cc06134096371a8d6ecba0e46c4.tar.gz |
=== Released 1.11.6 ===PANGO_1_11_6
2006-02-11 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.11.6 ===
* configure.in: Version 1.11.6
* NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Overview of changes between 1.11.5 and 1.11.6 +============================================= +* Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and + PANGO_GET_UNKNOWN_GLYPH publicly; just in the engine/backend interface. +* Fix a few crashers, especially when a font cannot be read. [#314239] +* Change some g_critical's to g_warning, where it's not application's + fault. [#331723] +* Bugs fixed in this release: + 330795,331038,329148,331994,331995,331996,314239,331723 + Overview of changes between 1.11.4 and 1.11.5 ============================================= * Cleanup work on the win32 backend. Families are not listed all |