diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2010-02-21 20:49:15 +0100 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2010-02-21 20:49:15 +0100 |
commit | 75a268029e803a34ce93b7094809ee15be0a9c08 (patch) | |
tree | dd96113b317ba934784c15b2fe974e0ad9ae66ed | |
parent | 6dc6c41ba977e8bee0fd71f3db4c3c92287ee71f (diff) |
Update for release 0.2.40.2.4
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +libspectre 0.2.4 (21 February 2010) +=================================== + +This is another bugfix only release in the libspectre's 0.2 series. + +Documents containing embedded documents inside the prolog, +typically font resources, were not correctly rendered (Bug #25573) + +Hib Eris fixed some portability issues to make libspectre build and +work on Windows (Bug #26377) + +PDF exporter was broken which might cause a crash when printing some +documents (Bug #26592) + + libspectre 0.2.3 (18 October 2009) ================================== diff --git a/configure.ac b/configure.ac index b228f21..1b3ebdd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59) m4_define([spectre_major_version], [0]) m4_define([spectre_minor_version], [2]) -m4_define([spectre_micro_version], [3]) +m4_define([spectre_micro_version], [4]) m4_define([spectre_version], [spectre_major_version.spectre_minor_version.spectre_micro_version]) @@ -25,7 +25,7 @@ LT_CURRENT=2 ## 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 changed or removed. removal has |