summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-02-12 11:37:35 +0100
committerAlbert Astals Cid <aacid@kde.org>2022-02-12 11:37:45 +0100
commit8d0515492504f5e4cf3dd9ddf3e89360f0a67e91 (patch)
tree52f4cf2c6b7885b1a92ee75f312b3c8418a26ade
parent66299f05ed419b5b6ee5495f8ee5e8d670bfd1c4 (diff)
release: 0.2.100.2.10
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 30095fe..ca47555 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+libspectre 0.2.10 (12 February 2022)
+===============================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+Fix display of some EPS files (Marek Kasik)
+
+Fixed memory leak in in case spectre_presize is called multiple times (Albert Astals Cid)
+
+Use the new api to pass the callbacks to libgs. Needs ghostscript >= 9.53 (Albert Astals Cid)
+
libspectre 0.2.9 (06 May 2020)
===============================
diff --git a/configure.ac b/configure.ac
index d513acc..95cfccc 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], [9])
+m4_define([spectre_micro_version], [10])
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=9
+LT_REVISION=10
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has