summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-10-03 13:19:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-10-03 13:19:03 +0000
commita6ec71729bfab9af4b7ff742c594d298f2219686 (patch)
treeccf87fb588820e24fe17df319491ef520dd74cdb
parent86eb3ab06320504b3e13cebcfecced09b219aef3 (diff)
downloadpango-PANGO_1_10_1.tar.gz
=== Released 1.10.1 ===PANGO_1_10_1
2005-10-03 Owen Taylor <otaylor@redhat.com> * === Released 1.10.1 === * NEWS: Updated. * configure.in: Version 1.10.1
-rw-r--r--ChangeLog8
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 24 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f0bab27..71fa3dde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-10-03 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.10.1 ===
+
+ * NEWS: Updated.
+
+ * configure.in: Version 1.10.1
+
2005-09-09 Owen Taylor <otaylor@redhat.com>
* pango/pangocairo-render.c (pango_cairo_show_glyph_string): unset
diff --git a/NEWS b/NEWS
index c256948c..da0bba03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,23 @@
-overview of changes between 1.9.1 and 1.10.0
+Overview of changes between 1.10.0 and 1.10.1
+=============================================
+- Add various forms of caching to the Win32 backend, greatly
+ improving performance [Tor Lillqvist]
+- Fix problem with colors leaking from a Pango item to
+ subsequently drawn strings. [Choe Hwanjin]
+- Fix bug where error underlines would be drawn 1024 times
+ too big in the Cairo backend. [Luis Villa]
+- Misc bug and build fixes [Jean Brefort, Matthias Clasen,
+ Behdad Esfahbod, Kazuki Iwamoto]
+
+Overview of changes between 1.9.1 and 1.10.0
============================================
* Update script tables, bidi tables, and Arabic joining tables for Unicode 4.1
[Roozbeh Pournader, Behdad Esfahbod]
* Misc bug and build fixes [Sebastien Bacher, Hans Breuer, Behdad,
- J. Ali Harlow, Tor Lillqvist, Keith Packard, Vittorio Palmisano, Manish Singh]
+ J. Ali Harlow, Tor Lillqvist, Keith Packard, Vittorio Palmisano,
+ Manish Singh]
-overview of changes between 1.9.0 and 1.9.1
+Overview of changes between 1.9.0 and 1.9.1
==========================================
* Support setting of font options and DPI on PangoContext for
the Cairo backend.
diff --git a/configure.in b/configure.in
index 8e85d73f..ca9347b6 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_major_version], [1])
m4_define([pango_minor_version], [10])
-m4_define([pango_micro_version], [0])
+m4_define([pango_micro_version], [1])
m4_define([pango_version],
[pango_major_version.pango_minor_version.pango_micro_version])
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.