diff options
author | Behdad Esfahbod <behdad@home.(none)> | 2006-03-15 14:04:00 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@home.(none)> | 2006-03-15 14:04:00 -0500 |
commit | 8c188e45eed41a2a2ee38cdbce834ba139190eda (patch) | |
tree | 3da0f94845a2610d73b2d6a8e40d20421c66d81e | |
parent | d3ff5228a205ffb29e85907830d5fc72e2ef5358 (diff) |
Cairo-1.0.4 released.1.0.4
Increment CAIRO_VERSION to 1.0.4 and libtool versioning to 4:4:2.
Add notes for the 1.0.4 release.
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +Release 1.0.4 (2006-03-15 Behdad Esfahbod <behdad@behdad.org>) +============================================================== +This is a bug fix release. Many fixes in this release are +backported from the head branch and do not have bug numbers. +For the bugs in bugzilla that are fixed in this release, see: + + https://bugs.freedesktop.org/buglist.cgi?bug_id=4674,4823,5528,5734,6176,6196,6197 + +This includes the bug causing Pango crashes with some corrupt +fonts. For a list of all changes, see ChangeLog. + Release 1.0.2 (2005-10-03 Carl Worth <cworth@cworth.org>) ========================================================= For each bug number XXXX below, see: diff --git a/configure.in b/configure.in index e9ebe3065..08324c69f 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_PREREQ(2.54) # An even micro number indicates a released version. m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 0) -m4_define(cairo_version_micro, 3) +m4_define(cairo_version_micro, 4) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -23,7 +23,7 @@ LT_CURRENT=4 # Increment any time the source changes; set to # 0 if you increment CURRENT -LT_REVISION=3 +LT_REVISION=4 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |