diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 8 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 4 |
7 files changed, 47 insertions, 2 deletions
@@ -1,3 +1,11 @@ +Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> + + * === Released 1.2.3 === + + * NEWS: Updated + + * configure.in: Version 1.2.3, interface age 3. + Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_move_cursor_visually): diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index e796c7d2..b5377eb8 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,11 @@ +Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> + + * === Released 1.2.3 === + + * NEWS: Updated + + * configure.in: Version 1.2.3, interface age 3. + Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_move_cursor_visually): diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index e796c7d2..b5377eb8 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,11 @@ +Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> + + * === Released 1.2.3 === + + * NEWS: Updated + + * configure.in: Version 1.2.3, interface age 3. + Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_move_cursor_visually): diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index e796c7d2..b5377eb8 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,11 @@ +Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> + + * === Released 1.2.3 === + + * NEWS: Updated + + * configure.in: Version 1.2.3, interface age 3. + Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_move_cursor_visually): diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index e796c7d2..b5377eb8 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,11 @@ +Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> + + * === Released 1.2.3 === + + * NEWS: Updated + + * configure.in: Version 1.2.3, interface age 3. + Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_move_cursor_visually): @@ -1,6 +1,11 @@ Overview of Changes in Pango 1.2.2 ================================== +* Fix operation with --disable-debug [Jeff Waugh] +* Improve handling of ink rectangle extents for empty runs +* Fix problem with keynav at line boundaries for RTL text [Matthias Clasen] +Overview of Changes in Pango 1.2.2 +================================== * Cache fontsets for the Xft and FT2 backends, a large speedup for short strings [Owen Taylor, Soeren Sandmann] * Make built in rendering functions, especially the FT2 one, diff --git a/configure.in b/configure.in index be78f85d..50014cb0 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl dnl The triplet m4_define([pango_major_version],1) m4_define([pango_minor_version],2) -m4_define([pango_micro_version],2) +m4_define([pango_micro_version],3) PANGO_MAJOR_VERSION=pango_major_version() PANGO_MINOR_VERSION=pango_minor_version() @@ -34,7 +34,7 @@ dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. PANGO_API_VERSION=1.0 dnl Number of releases since we've added interfaces -PANGO_INTERFACE_AGE=2 +PANGO_INTERFACE_AGE=3 dnl Number of releases since we've broken binary compatibility. # PANGO_BINARY_AGE=0 |