summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-02-26 01:57:15 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-02-26 01:57:15 +0000
commit81e5f2acd45dfc4ea0ff3754f26c6799d3446688 (patch)
treeeb559fb8c7850510fc96d670269d708bef01f7e1
parent6b7891aa7204265878270edc448aaaae396838f1 (diff)
downloadpango-81e5f2acd45dfc4ea0ff3754f26c6799d3446688.tar.gz
=== Released 1.19.4 ===PANGO_1_19_4
2008-02-25 Behdad Esfahbod <behdad@gnome.org> * === Released 1.19.4 === * configure.in: Version 1.19.4 * NEWS: Updated. svn path=/trunk/; revision=2578
-rw-r--r--ChangeLog8
-rw-r--r--NEWS24
-rw-r--r--configure.in2
3 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b22ba7b..ce144a0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-02-25 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.19.4 ===
+
+ * configure.in: Version 1.19.4
+
+ * NEWS: Updated.
+
+2008-02-25 Behdad Esfahbod <behdad@gnome.org>
+
Bug 511172 – pango_layout_set_height() with positive height always
shows at least two lines
diff --git a/NEWS b/NEWS
index 47c2169d..0482c9f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes between 1.19.3 and 1.19.4
+==============================================
+- Make Win32 backend be able to use Type1 fonts
+- Fixed blocker bug with pango_layout_set_height() and positive height.
+- Fixed small leak in ATSUI backend.
+- Improved docs.
+- Bugs fixed in this release:
+ Bug 511172 – pango_layout_set_height() with positive height always
+ shows at least two lines
+ Bug 515484 – Uniscribe interface handles surrogate
+ pairs incorrectly
+ Bug 515484 – Pango on Windows is missing Type 1
+ font support
+ Patch from Adrian Johnson.
+ Bug 517083 – pango modules: wrong fallback adding code?
+ Bug 515484 – Variable is initialized twice
+ Bug 504810 – Samvruthokaram (combination of U+0D41 and U+0D4D) is not
+ rendered correctly
+ Patch from Praveen A
+ Bug 496244 – Don't use freetype-config, use pkg-config
+ Bug 512566 – dont' use deprecated macro
+ Patch from Christian Persch
+ Bug 512473 – [patch] gtk-doc warnings
+
Overview of changes between 1.19.2 and 1.19.3
==============================================
- pango_layout_get_pixel_extents() and pango_layout_line_get_pixel_extents()
diff --git a/configure.in b/configure.in
index bcc647d8..3657884e 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [19])
-m4_define([pango_version_micro], [3])
+m4_define([pango_version_micro], [4])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.