[gxml] Released 0.16
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Released 0.16
- Date: Wed, 10 Jan 2018 04:00:39 +0000 (UTC)
commit 897ed7b8f0ea1f717403c1847ac8644be144507c
Author: Daniel Espinosa <esodan gmail com>
Date: Tue Jan 9 21:24:50 2018 -0600
Released 0.16
Makefile.am | 5 +++++
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 6 +++---
meson.build | 2 +-
4 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6688763..dffe5de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,11 @@ EXTRA_DIST = $(gxmldoc_DATA) \
autogen.sh \
vapi \
config.rpath \
+ meson.build \
+ gxml/meson.build \
+ po/meson.build \
+ docs/meson.build \
+ test/meson.build \
$(INTLTOOL_FILES)
config.rpath:
diff --git a/NEWS b/NEWS
index 63b92fb..bd05c71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
===============
+Version 0.16.0
+===============
+
+* DOM4: Implemented CSS Selectors
+* Fixes on Meson build system
+* Relaxing duplicated namespace checks
+* Making library LT version consistent
+* Fixed GomElement.id implementation
+* Fixes for Gom Serialization
+* Set valac required to 0.36.7ç
+* GXmlDocument: Fixed DomParentNode.children implementation
+* GomElement, Parser: Fix parse namespaced attributes
+* GomDocument: Fixed get_element_by_id()
+* XPath: Reimplemented write_stream_async, create_stream_async
+* Gom: DocumenType write remove DTD definitions []
+* Gom: Added suppòrt for DOCTYPE definitions
+* Fixed lookup_namespace_uri()
+* Better support of xmlns http://www.w3.org/2000/xmlns
+* Fixes for Vala 0.39
+* Updated examples to new API
+* Removed gtk-doc
+* Make documentation generation optional if no valadoc is present
+* New and updated translations:
+ Updated Czech translation by Marek Cernocky <marek_cernocky conel cz>
+ Update Hungarian translation by Balázs Meskó <meskobalazs fedoraproject org>
+ Update Polish translation by Piotr Drąg <piotrdrag gmail com>
+ Update German translation by Mario Blättermann <mario blaettermann gmail com>
+ Update Swedish translation by Josef Andersson <l10nl18nsweja gmail com>
+ Update Indonesian translation by Kukuh Syafaat <syafaatkukuh gmail com>
+
+
+===============
Version 0.15.2
===============
diff --git a/configure.ac b/configure.ac
index f2f079e..8b3651f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@
# Release Version for API related changes
m4_define([project_major_version], [0])
-m4_define([project_minor_version], [15])
-m4_define([project_micro_version], [90])
+m4_define([project_minor_version], [16])
+m4_define([project_micro_version], [0])
m4_define([project_nano_version], [0])
# LT_VERSION for ABI related changes
@@ -35,7 +35,7 @@ m4_define([project_full_version],
# You should set project_released to one in order to mark this as a released version
# and to avoid date on version number
-m4_define(project_released, [0])
+m4_define(project_released, [1])
m4_define([project_maybe_datestamp],
m4_if(project_released, [1],
[], [m4_esyscmd([date +.%Y%m%d | tr -d '\n\r'])]))
diff --git a/meson.build b/meson.build
index dbb293f..8ad35c0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gxml', [ 'vala', 'c'], version : '0.15.3')
+project('gxml', [ 'vala', 'c'], version : '0.16.0')
PROJECT_NAME = meson.project_name ()
API_VERSION = '0.16'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]