Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gavr
gxml
Commits
897ed7b8
Commit
897ed7b8
authored
Jan 09, 2018
by
Daniel Espinosa Ortiz
Browse files
Released 0.16
parent
88a37f76
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
897ed7b8
...
...
@@ -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
:
...
...
NEWS
View file @
897ed7b8
===============
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
===============
...
...
configure.ac
View file @
897ed7b8
...
...
@@ -11,8 +11,8 @@
# Release Version for API related changes
m4_define([project_major_version], [0])
m4_define([project_minor_version], [1
5
])
m4_define([project_micro_version], [
9
0])
m4_define([project_minor_version], [1
6
])
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'])]))
...
...
meson.build
View file @
897ed7b8
project
(
'gxml'
,
[
'vala'
,
'c'
],
version
:
'0.1
5.3
'
)
project
(
'gxml'
,
[
'vala'
,
'c'
],
version
:
'0.1
6.0
'
)
PROJECT_NAME
=
meson
.
project_name
()
API_VERSION
=
'0.16'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment