From 1cdaa3fa1da8e0b3b1d2df8cfa5027d2a7b24418 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 2 Jul 2016 10:07:09 +0200 Subject: release: 0.2.8 --- NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 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 -- cgit v1.2.3