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
97b5a932
Commit
97b5a932
authored
Feb 15, 2017
by
Daniel Espinosa Ortiz
Browse files
Release 0.13.98
parent
5b65663e
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
97b5a932
===============
Version 0.13.98
===============
* GOM implementation improvements:
- GomProperty now requires to use nick with a :: prefix to serialization
this removes property initialization
- GomElement improvements, fixes and new read from stream method
* Documentation improvements with examples
* GOM Attributes access fixes
* Added convenient methods to easy implementation of derived classes
* Improved GomCollection implementations
* New GomProperty implementations for Date, DateTime
* New and updated translations:
Updated Brazilian by Rafael Fontenelle <rafaelff@gnome.org>
Updated Polish by Piotr Drąg <piotrdrag@gmail.com>
Updated Czech by Marek Černocký <marek@manet.cz>
===============
Version 0.13.90
===============
...
...
configure.ac
View file @
97b5a932
...
...
@@ -12,7 +12,7 @@
# Release Version
m4_define([project_major_version], [0])
m4_define([project_minor_version], [13])
m4_define([project_micro_version], [9
0
])
m4_define([project_micro_version], [9
8
])
m4_define([project_nano_version], [0])
# LT_VERSION
...
...
po/POTFILES.skip
View file @
97b5a932
...
...
@@ -29,6 +29,7 @@ gxml/SerializableObjectModel.c
gxml/SerializableProperty.c
gxml/TDocument.c
gxml/XParser.c
gxml/GomSchema.c
sub/gxml/Document.c
sub/gxml/DomCharacter.c
sub/gxml/DomNode.c
...
...
@@ -58,4 +59,4 @@ sub/gxml/SerializableObjectModel.c
sub/gxml/SerializableProperty.c
sub/gxml/TDocument.c
sub/gxml/XParser.c
gxml/GomSchema.c
sub/
gxml/GomSchema.c
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