summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 39feae1..9264ad9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libspectre 0.2.7 (08 August 2012)
+=================================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+This release fixes two crashes than can happen when %%Pages: or
+%%Page: comments are missing in the document or when %%Pages: comment
+is present but it's invalid.
+
+
libspectre 0.2.6 (10 June 2010)
===============================
diff --git a/configure.ac b/configure.ac
index d20bbcd..1f734ae 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], [6])
+m4_define([spectre_micro_version], [7])
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=6
+LT_REVISION=7
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has