[libgxps] release: 0.3.1



commit 1e508695c38ede224464ab3117777a2e65cf17ae
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sat Jan 5 09:30:40 2019 +0100

    release: 0.3.1

 NEWS        | 18 ++++++++++++++++++
 meson.build |  6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7839a68..752552e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+libgxps 0.3.1 (5 January 2019)
+==============================
+
+Bug fixes:
+
+    - Fix font scaling when converting xps to pdf (#1, Ignazio Pillai)
+    - Handle errors returned by archive_read_data in GXPSArchive
+      (Carlos Garcia Campos)
+    - Ensure gxps_archive_read_entry() fills the GError in case of
+      failure (Carlos Garcia Campos)
+    - Make the pdf generated by xpstopdf to be 96 dpi (Ignacio Casal
+      Quinteiro)
+    - Fix OUTPUT FILE description in man pages (Jason Crain)
+    - Clear the GError before trying to load an image again in
+      gxps_images_get_image() (Carlos Garcia Campos)
+    - Fix integer overflow in png decoder (Carlos Garcia Campos)
+
+
 libgxps 0.3.0 (8 August 2017)
 ================================
 
diff --git a/meson.build b/meson.build
index 757afe2..a34a616 100644
--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
 project('libgxps', 'c',
-        version: '0.3.0',
+        version: '0.3.1',
         default_options: [
           'buildtype=debugoptimized'
         ],
         license: 'LGPL2+',
-        meson_version: '>= 0.36.0')
+        meson_version: '>= 0.43.0')
 
 gxps_version = meson.project_version()
 version_array = gxps_version.split('.')
@@ -23,7 +23,7 @@ apiversion = '0.1'
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 current = 4
-revision = 2
+revision = 3
 age = 2
 soversion = '@0@'.format(current - age)
 libversion = '@0@.@1@.@2@'.format(current - age, age, revision)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]