=== Released 1.13.1 === PANGO_1_13_1
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 15 May 2006 22:30:19 +0000 (22:30 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 15 May 2006 22:30:19 +0000 (22:30 +0000)
2006-05-15  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.13.1 ===

        * configure.in: Version 1.13.1

        * NEWS: Updated.

ChangeLog
NEWS
configure.in

index fb23d90..063d1ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-15  Behdad Esfahbod  <behdad@gnome.org>
+
+       * === Released 1.13.1 ===
+
+       * configure.in: Version 1.13.1
+
+       * NEWS: Updated.
+
 2006-05-15  Richard Hult  <richard@imendio.com>
 
        Bug 322374 – Examples does not build on MacOS X
diff --git a/NEWS b/NEWS
index 168b133..23fefb0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Overview of changes between 1.13.0 and 1.13.1
+==============================================
+* Increased robustness against broken pango.modules
+* Improved build infrastructure:
+  - Remove CAIRO_CFLAGS from pangocairo.pc.in, as it Require's cairo already.
+  - Use -no-undefined on Unix too.
+* Improved documentation.
+* Misc fixes.
+* Bugs fixed in this release:
+       Bug 307196 – Unhinted fonts are measured incorrectly and drawing
+                    problems occur as a result
+       Bug 329547 – pango_layout_get_pixel_extents and
+                    pango_layout_get_pixel_size cause off-by-one metrics
+       Bug 339747 – pango_font_metrics_get_approximate_digit_width docs
+       Bug 339749 – pango_language_from_string issues
+                    Patch from Morten Welinder.
+       Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 in
+                    pango-uninstalled.pc.in
+       Bug 337594 – pango_glyph_string_extents_range possible bug
+       Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont to
+                    PangoFcFont
+                    Patch from LingNing Zhang.
+       Bug 322374 – Examples does not build on MacOS X
+       Bug 340229 – pango_font_description_from_string does not do bound
+                    checking
+       Bug 329483 – hinting hexbox in cairo backend doesn't handle absolute
+                    font size
+       Bug 340040 – pangocairo hex box hinting falls apart with PS/PDF
+                    backends
+       Bug 71033 – make size 0 fonts work
+
 Overview of changes between 1.12.0 and 1.13.0
 ==============================================
 * Fix incorrect rendering when in x86 64-bit precision mode
index bfd6f7b..fa494de 100644 (file)
@@ -22,13 +22,13 @@ dnl
 dnl The triplet 
 m4_define([pango_major_version], [1])
 m4_define([pango_minor_version], [13])
-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.
 m4_define([pango_api_version], [1.0])
 dnl Number of releases since we've added interfaces
-m4_define([pango_interface_age], [0])
+m4_define([pango_interface_age], [1])
 dnl Number of releases since we've broken binary compatibility.
 m4_define([pango_binary_age],
           [m4_eval(100 * pango_minor_version + pango_micro_version)])