[libgxps] release: 0.3.0
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps] release: 0.3.0
- Date: Wed, 9 Aug 2017 13:23:06 +0000 (UTC)
commit 762b3026bb3f29cdc67f7816ef3d34d7d9a243ec
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Wed Aug 9 14:57:59 2017 +0200
release: 0.3.0
NEWS | 20 ++++++++++++++++++++
meson.build | 4 ++--
2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4da30de..7839a68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+libgxps 0.3.0 (8 August 2017)
+================================
+
+New features:
+
+ - Add initial support for resource dictionaries (#777731, Ignacio
+ Casal Quinteiro, Jason Crain)
+ - Support OpenXPS fixed representation schema (#768117, Jason
+ Crain)
+
+Bug fixes:
+
+ - Fix a crash when extracting a malformed file (#785479, Marek
+ Kasik)
+
+Build:
+
+ - Switch to meson build system (#783642, Ignacio Casal Quinteiro)
+
+
libgxps 0.2.5 (25 February 2017)
================================
diff --git a/meson.build b/meson.build
index 50c7083..bcf32fc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgxps', 'c',
- version: '0.2.5',
+ version: '0.3.0',
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 = 1
+revision = 2
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]