summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-04-18 19:01:01 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2010-04-18 19:01:01 +0200
commitee8c5a19138f33dd4c40da4e3def16eba48eccc1 (patch)
tree01a28cced5bf32d5a5fac013c2499e7e39bc7522
parent233babb7bf516aac10b853785b8d22c7d6fa777e (diff)
Update for release 0.2.50.2.5
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a42c712..0656000 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+libspectre 0.2.5 (18 April 2010)
+================================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+This release contains two important fixes:
+
+ - The first one is a portability issue that caused crashes on
+ big-endian 64 bit systems. Thanks to Rogério Brito who spotted the
+ problem, see launchpad bug
+ https://bugs.launchpad.net/ubuntu/+source/libspectre/+bug/298139
+
+ - The second one is a crash when something goes wrong while running
+ pdf exporter. (Bug #26592)
+
+
libspectre 0.2.4 (21 February 2010)
===================================
diff --git a/configure.ac b/configure.ac
index 1b3ebdd..acd6b9a 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], [4])
+m4_define([spectre_micro_version], [5])
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=4
+LT_REVISION=5
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has