diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-08-08 22:33:37 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-08-08 22:33:37 +0000 |
commit | b46553c08c77cadc6ee6fc593386e5249217371d (patch) | |
tree | 3629a4cf6742c502fdcf224873eac1e9eef99008 | |
parent | a02f74723e0932ed303cf421c31e2fbd96a59623 (diff) | |
download | pango-b46553c08c77cadc6ee6fc593386e5249217371d.tar.gz |
=== Released 1.14.0 ===vertical-branch-pointPANGO_1_14_0vertical
2006-08-08 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.14.0 ===
* configure.in: Version 1.14.0
* configure.in: Require cairo-1.2.2 for the bugfixes it has
* NEWS: Updated.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 8 | ||||
-rw-r--r-- | docs/tmpl/scripts.sgml | 6 |
4 files changed, 21 insertions, 7 deletions
@@ -1,3 +1,12 @@ +2006-08-08 Behdad Esfahbod <behdad@gnome.org> + + * === Released 1.14.0 === + + * configure.in: Version 1.14.0 + * configure.in: Require cairo-1.2.2 for the bugfixes it has + + * NEWS: Updated. + 2006-08-01 Behdad Esfahbod <behdad@gnome.org> * examples/renderdemo.c (parse_options): Don't ignore all trailing @@ -1,3 +1,8 @@ +Overview of changes between 1.13.5 and 1.14.0 +============================================== +* Make pango-view accept non-ASCII --text. +* Require cairo-1.2.2 for the important bug fixes it has. + Overview of changes between 1.13.4 and 1.13.5 ============================================== * Indic shaper improvements. diff --git a/configure.in b/configure.in index bfd47d5b..39132fec 100644 --- a/configure.in +++ b/configure.in @@ -21,14 +21,14 @@ dnl dnl The triplet m4_define([pango_major_version], [1]) -m4_define([pango_minor_version], [13]) -m4_define([pango_micro_version], [5]) +m4_define([pango_minor_version], [14]) +m4_define([pango_micro_version], [0]) 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], [2]) +m4_define([pango_interface_age], [0]) dnl Number of releases since we've broken binary compatibility. m4_define([pango_binary_age], [m4_eval(100 * pango_minor_version + pango_micro_version)]) @@ -296,7 +296,7 @@ have_cairo_freetype=false have_cairo_win32=false have_cairo_atsui=false -PKG_CHECK_MODULES(CAIRO, cairo >= 1.1.2, have_cairo=true, :) +PKG_CHECK_MODULES(CAIRO, cairo >= 1.2.2, have_cairo=true, :) if $have_cairo ; then pango_save_ldflags=$LDFLAGS diff --git a/docs/tmpl/scripts.sgml b/docs/tmpl/scripts.sgml index feb96dae..fe64f84d 100644 --- a/docs/tmpl/scripts.sgml +++ b/docs/tmpl/scripts.sgml @@ -101,11 +101,11 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex @PANGO_SCRIPT_OLD_PERSIAN: Old Persian @PANGO_SCRIPT_KHAROSHTHI: Kharoshthi @PANGO_SCRIPT_UNKNOWN: an unassigned code point -@PANGO_SCRIPT_BALINESE: Balinese +@PANGO_SCRIPT_BALINESE: Balinese @PANGO_SCRIPT_CUNEIFORM: Cuneiform @PANGO_SCRIPT_PHOENICIAN: Phoenician -@PANGO_SCRIPT_PHAGS_PA: Phags-pa -@PANGO_SCRIPT_NKO: N'Ko +@PANGO_SCRIPT_PHAGS_PA: Phags-pa +@PANGO_SCRIPT_NKO: N'Ko <!-- ##### MACRO PANGO_TYPE_SCRIPT ##### --> <para> |