summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cd1d5aa..0d7585e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+libspectre 0.2.2 (25 November 2008)
+===================================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+A problem when rendering some documents where the page size is
+different from the Bounding Box has been fixed (Bug #18239)
+
+Parser is now locale-independent when parsing float numbers (Bug #18685)
+
+The display format has been fixed to match cairo/pixman. Thanks to
+Chris Wilson (Bug #18266)
+
+
libspectre 0.2.1 (10 August 2008)
=================================
diff --git a/configure.ac b/configure.ac
index 544751b..58e0f61 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], [1])
+m4_define([spectre_micro_version], [2])
m4_define([spectre_version],
[spectre_major_version.spectre_minor_version.spectre_micro_version])
@@ -23,7 +23,7 @@ LT_CURRENT=2
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has