[libgxps] release: 0.3.2
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps] release: 0.3.2
- Date: Fri, 26 Feb 2021 13:52:39 +0000 (UTC)
commit f5027ed09c767e8a02e652fbc77dcea79e19e10d
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Fri Feb 26 14:39:30 2021 +0100
release: 0.3.2
NEWS | 17 +++++++++++++++++
meson.build | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 752552e..d8d5f3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+libgxps 0.3.2 (16 February 2021)
+================================
+
+New features:
+
+ - Add support to wdp images on Windows using WIC API (Vittorio Vaselli)
+
+Bug fixes:
+
+ - Fix a crash in tools when the surface is NULL on conversion end (#3, Qiuhao Li)
+
+Build:
+
+ - Improve dependency check on Windows (Chun-wei Fan)
+ - Don't assume that cross builds can't generate gir (maxice8)
+
+
libgxps 0.3.1 (5 January 2019)
==============================
diff --git a/meson.build b/meson.build
index 12fab66..07c8cc2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgxps', 'c',
- version: '0.3.1',
+ version: '0.3.2',
default_options: [
'buildtype=debugoptimized'
],
@@ -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 = 3
+revision = 4
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]