summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-10-18 16:52:00 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-10-18 16:52:00 +0200
commit5acf95a74ec2e4940818a50e59e50f5ec1175b39 (patch)
treeb05a09ebd16ac8dbe035db908aa94059c58e2455
parenta25264c609f2d2cc6a837aef6744f58a5f04064f (diff)
Update for release 0.2.30.2.3
-rw-r--r--NEWS27
-rw-r--r--configure.ac4
2 files changed, 29 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d7585e..4f78ab4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+libspectre 0.2.3 (18 October 2009)
+==================================
+
+This is another bugfix only release in the libspectre's 0.2 series.
+
+Several fixes in the PostScript parser:
+
+ - Detection of invalid or broken files has been improved. A document
+ scanned without errors with no pages and no format is likely to be
+ an invalid file, or not a PostScript file at all (Bug #19042)
+
+ - Fix possible uninitialized use of Document media struct
+ contents. Thanks to Alexander Myltsev (Bug #18685)
+
+ - Fix documents with PJL commands before the initial DSC comments.
+
+Ghostscript is now always run with -dSAFER option
+
+A missing argument in gs command line of PDF exporter was making it
+always fail for any document in BSD systems. Thanks to Antoine
+Jacoutot who gave me remote access to an OpenBSD system to fix this
+(Bug #18826)
+
+Internal copy of ghostscript headers have been removed since they are
+already installed by ghostscript since version 8.62 (Bug #18827)
+
+
libspectre 0.2.2 (25 November 2008)
===================================
diff --git a/configure.ac b/configure.ac
index 861ebd6..957edf2 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], [2])
+m4_define([spectre_micro_version], [3])
m4_define([spectre_version],
[spectre_major_version.spectre_minor_version.spectre_micro_version])
@@ -23,7 +23,7 @@ LT_CURRENT=2
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=2
+LT_REVISION=3
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has