summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-06-10 13:20:21 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2010-06-10 13:20:21 +0200
commit213dfcef5ee9e44f0f9e9026222beb0e69a4257d (patch)
treeaba9d2eabc7cc727f0e92cf221d6dfa51d5a4f66
parentb389eb07cf793fec3a7c7cd4c75a2752a72f51ad (diff)
Update for release 0.2.60.2.6
-rw-r--r--NEWS19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0656000..39feae1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+libspectre 0.2.6 (10 June 2010)
+===============================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+The most important change in this release is that gs is now always
+initalized with the flag -P- to make Ghostscript not look in the
+current directory for library files. See Debian bug
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583183
+
+Compiler flags -ansi and -pedantic are now optional and can be enabled
+with --enable-iso-c configure option. It seems -pedantic causes
+performance regression when compiling with Sun Studio compiler. Thanks
+to Dagobert Michelsen for eporting the issue. (Bug #27735)
+
+Files with a doseps header and without EOF comment are correctly
+rendered now. (Bug #27830)
+
+
libspectre 0.2.5 (18 April 2010)
================================
diff --git a/configure.ac b/configure.ac
index 827a7be..d20bbcd 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], [5])
+m4_define([spectre_micro_version], [6])
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=5
+LT_REVISION=6
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has