summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f78ab4..a42c712 100644
--- a/NEWS
+++ b/NEWS
@@ -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