summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9264ad9..fb92b6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+libspectre 0.2.8 (01 July 2016)
+===============================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+Marek fixed the document rotation with newer versions of Ghostscript (Bug #76450)
+
+Build was also broken with Ghostscript >= 9.18 and has been fixed.
+
+Fixed a compile warning due to a comparison of integers of different
+signs reported by Daniel Macks when building on OS X (Bug #56476)
+
+Makefiles were updated to properly use CPPFLAGS instead of CFLAGS as
+suggested by Daniel Macks (Bug #56481)
+
+
libspectre 0.2.7 (08 August 2012)
=================================
diff --git a/configure.ac b/configure.ac
index 1f734ae..c1486df 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], [7])
+m4_define([spectre_micro_version], [8])
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=7
+LT_REVISION=8
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has